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