Subject Re: java.sql.SQLException: not yet implemented
Author edilista_teste
Solved. There is a config in GlassFish named "JDBC30DataSource". Setting it to "true" disables these warnings arised.

--- In Firebird-Java@yahoogroups.com, "edilista_teste" <edilista@...> wrote:
>
> Hi,
>
> Recently I changed my webapp that used GlassFish AppServer 3.0.1 + JSF2 + CDI/Weld + Hibernate 3.2.5 + Jaybird 2.1.6 from "Resouce-Local" to "JTA". It continues to work fine, but Jaybird arises so many messages like this, at each call to a database table/HQL/Criteria/etc:
>
> java.sql.SQLClientInfoException
> at org.firebirdsql.jdbc.FBConnection.setClientInfo(FBConnection.java:283)
> at com.sun.gjc.spi.jdbc40.ConnectionHolder40.setClientInfo(ConnectionHolder40.java:313)
> at com.sun.gjc.spi.jdbc40.ConnectionHolder40.close(ConnectionHolder40.java:519)
> at org.hibernate.connection.DatasourceConnectionProvider.closeConnection(DatasourceConnectionProvider.java:74)
> at org.hibernate.jdbc.ConnectionManager.closeConnection(ConnectionManager.java:451)
> at org.hibernate.jdbc.ConnectionManager.aggressiveRelease(ConnectionManager.java:406)
> at org.hibernate.jdbc.ConnectionManager.afterStatement(ConnectionManager.java:281)
> at org.hibernate.jdbc.AbstractBatcher.closePreparedStatement(AbstractBatcher.java:543)
> at org.hibernate.jdbc.AbstractBatcher.closeStatement(AbstractBatcher.java:269)
> at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:285)
> at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:212)
> at org.hibernate.loader.Loader.doQuery(Loader.java:726)
> ...
>
> Is there some way to disable these messages?
> Or some way to update Jaybird driver to implement this method?
>