users@glassfish.java.net

Re: Toplink in Java SE, are there known issues connecting to MS SQL server?

From: <glassfish_at_javadesktop.org>
Date: Wed, 13 Aug 2008 07:54:14 PDT

Hello,

What is the connection string and options you have specified in the Netbeans case and in the JPA cases? Also, what is the exception stack you get?

TopLink should just use the DriverManager
  DriverManager.getConnection(this.getConnectionString(), properties)
to get the connection if you are using it to directly connect. If you are using a datasource, it will look it up from JNDI.

Best Regards,
Chris
[Message sent by forum member 'chris_delahunt' (chris_delahunt)]

http://forums.java.net/jive/thread.jspa?messageID=293055