Hi Martin, only a guess seeing the output and trace:
java.sql.Savepoint was introduced with JDBC 2.0, wich is the lowest JDBC version the driver supports. Also, a JDK 1.2 is the absolutely lowest JDK version that should be used. The Websphere version you have either support only JDBC 1.x, or you configured the driver in a way that it is somehow treated as JDBC 1.x - the error in 'JDBC1xConnectionFactory' seems to give us this hint. Regards Alexander Schr�der SAP Labs Berlin > -----Original Message----- > From: Martin Cordova S. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 28, 2002 10:07 PM > To: [EMAIL PROTECTED] > Subject: Using the last JDBC driver with WebSphere 4 > > > Has anyone been able to configure the SAPDB (7.4) jdbc driver > with WebSphere > 4.0? > > I am using the class > "com.sap.dbtech.jdbcext.ConnectionPoolDataSourceSapDB", > but it is not working, and the WebSphere error message is not > very clear: > > java.lang.NoClassDefFoundError: java/sql/Savepoint > at > com.sap.dbtech.jdbcext.PooledConnectionSapDB.getConnection(Poo > ledConnectionS > apDB.java:95) > at com.ibm.ejs.cm.pool.ConnectO.<init>(ConnectO.java:85) > at > com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(J > DBC1xConnectio > nFactory.java:42) > at > com.ibm.ejs.cm.pool.ConnectionPool.createConnection(Connection > Pool.java:914) > ........ > > I wonder if someone can post an extract of his/her > server-cfg.xml with the > SAPDB stuff. > > Thank you, > Martin > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
