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.
Thank you! This solution really works for my problem!