Subject Setting up JDBC driver in Glassfish server
Author alexanderibelov
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?