Hi,

Recently we ran into the below issue after upgrading H2 database from 1.2.x 
to 1.3.173 version.

Caused by: java.sql.SQLException: Feature not supported: 
"clientInfoProperties" [50100-173]DSRA0010E: SQL State = HYC00, Error Code 
= 50.100
at org.h2.message.DbException.getJdbcSQLException(DbException.java:331) 
~[h2.jar:1.3.173]
at org.h2.message.DbException.get(DbException.java:171) ~[h2.jar:1.3.173]
at org.h2.message.DbException.get(DbException.java:148) ~[h2.jar:1.3.173]
at org.h2.message.DbException.getUnsupportedException(DbException.java:206) 
~[h2.jar:1.3.173]
at org.h2.message.TraceObject.unsupported(TraceObject.java:391) 
~[h2.jar:1.3.173]
at 
org.h2.jdbc.JdbcDatabaseMetaData.getClientInfoProperties(JdbcDatabaseMetaData.java:3057)
 
~[h2.jar:1.3.173]
at 
com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper.gatherAndDisplayMetaDataInfo(InternalGenericDataStoreHelper.java:1193)
 
~[com.ibm.ws.runtime.jar:na]
at 
com.ibm.ws.rsadapter.spi.WSRdbDataSource.postGetConnectionHandling(WSRdbDataSource.java:2758)
 
~[com.ibm.ws.runtime.jar:na]
at 
com.ibm.ws.rsadapter.spi.WSRdbDataSource.getConnection(WSRdbDataSource.java:2702)
 
~[com.ibm.ws.runtime.jar:na]

It seems that the method JdbcDatabaseMetaData#getClientInfoProperties() is 
not yet supported. Not sure if this issue is also related to 
https://groups.google.com/d/msg/h2-database/iiWlZii-bPM/PaH_0xeg660J

We are using Websphere 7.0.0.27. 

If this issue is fixed then we can really make websphere happy :)
(From change log of v1.3.173: Add sufficient ClientInfo support to our 
javax.sql.Connection implementation to make WebSphere happy.)

Cheers,
Sridhar G.

P.S: Keep up the good work you are doing :)

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to