Subject | Setting up JDBC driver in Glassfish server |
---|---|
Author | alexanderibelov |
Post date | 2007-06-25T08:19:35Z |
Does anybody know how can I cofigure Glassfish server to use JayBird
in pool mode?
I use ApplicationServerDataSource class, properties: user,
databaseName, password. Ping is successfull.
When I try to use dataSource in application, there is an error in
method invoke (exception in getClientInfo() method). DataSource is not
null, but I cannot get the connection. I use getConnection(dataSource),
getConnection(dataSource, userName, password) - in both situations
there is an exception.
What is wrong?
in pool mode?
I use ApplicationServerDataSource class, properties: user,
databaseName, password. Ping is successfull.
When I try to use dataSource in application, there is an error in
method invoke (exception in getClientInfo() method). DataSource is not
null, but I cannot get the connection. I use getConnection(dataSource),
getConnection(dataSource, userName, password) - in both situations
there is an exception.
What is wrong?