Noel, thanks a lot for your concern! But I still can't succeed of getting this work. It's relly hard to make WebSphere be happy(
Did you compile classes for this jar using Java 7? The problem is that WebSphere uses IBM JDK v. 6.0. Could you please point me where I can find sources and what should I fix in them to make this getClientInfo method work. Then I'll build them with IBM java and probably it will help. p.s. I now see such error: java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=org/h2/jdbcx/JdbcDataSource, offset=6 at java.lang.ClassLoader.defineClassImpl(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:262) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:69) at java.net.URLClassLoader.defineClass(URLClassLoader.java:540) at java.net.URLClassLoader.defineClass(URLClassLoader.java:451) at java.net.URLClassLoader.access$300(URLClassLoader.java:79) at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:1038) at java.security.AccessController.doPrivileged(AccessController.java:314) at java.net.URLClassLoader.findClass(URLClassLoader.java:429) at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:204) at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:665) at java.lang.ClassLoader.loadClass(ClassLoader.java:644) at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:119) at java.lang.ClassLoader.loadClass(ClassLoader.java:627) at com.ibm.ws.rsadapter.DSConfigHelper.loadClass(DSConfigHelper.java:1504) at com.ibm.ws.rsadapter.DSConfigHelper.createDataSource(DSConfigHelper.java:723) at com.ibm.ws.rsadapter.spi.WSRdbDataSource.createNewDataSource(WSRdbDataSource.java:2869) at com.ibm.ws.rsadapter.spi.WSRdbDataSource.<init>(WSRdbDataSource.java:1245) at com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.setDataSourceProperties(WSManagedConnectionFactoryImpl.java:2643) пятница, 28 июня 2013 г., 9:25:01 UTC+2 пользователь Noel Grandin написал: > > I've added sufficient getClientInfo support to make Websphere happy. > By tomorrow it will show up in our nightly build here: > http://www.h2database.com/automated/h2-latest.jar > > On 2013-06-27 19:55, S_D wrote: > > I see in H2 Javadoc that getClientInfo method is not supported. What > > does it mean& How can I tell WebSphere to not use this not supported > > method? > > -- 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.
