greetings everyone,

i've encountered the same problem as dagger33 and bhavinpmehta. A lot of google 
surfing and i noticed the connection string i was using was wrong: when using 
the sqljdbc.jar and sqljdbc4.jar packages you have to use a connection string 
starting with

jdbc:sqlserver://host:1433;

instead of

jdbc:microsoft:sqlserver://host:1433;

hope this helps.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199049#4199049

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199049
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to