Hi I have successfully initialize the database with the SQL server JDBC connector. But while starting the Jboss server I am getting following error.
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_79]
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The connection string contains a badly formed name or value.
any help appreciated. I have followed the platform data source configuration for jboss from documentation. Trying different things from 3 days and can’t make it working.
Kiran