What is the connect string for mssql express supposed to be? there are a lot of conversations around the topic!
Also tried this:
http://docs.day.com/en/home/communique_4/cq42/setup/configuration/dtd_reference/database_connections...
<datasource
name = "systemDataSource"
driver = "com.microsoft.jdbc.sqlserver.SQLServerDriver"
url = "jdbc:microsoft:sqlserver://pasadena:1433"
user="cqdbo"
password="cqpwd">
</datasource>
It finds the datasource but cannot connect in thr jdbc DriveManager.class.
The mysql datasource is working fine!
I generated the OSGI plugin for mssql jdbc4 from Eclipse luna, installed it in the console datasources and bundles. I also opened up tcp/ip for mssql and connect from eclipse.
Thanks