[jboss-user] [JCA/JBoss] - Re: NestedSQLException: Apparently wrong driver class specif
ilCatania
do-not-reply at jboss.com
Wed Dec 31 07:40:39 EST 2008
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
More information about the jboss-user
mailing list