Hi Martin,

After looking a little bit deeper into the code, I found a glitch that
there is a dependency to Savepoint (which is JDBC 3.0, not 2.0 as 
I said incorrectly before), which was not intended to be there.

I will add a workaround for this.

The statement that you are in trouble if you have only JDBC 1.x 
support remains valid.

Thank you for pointing out this issue.

Sorry for any inconvenience caused

Alexander Schr�der
SAP Labs Berlin

> -----Original Message-----
> From: Schroeder, Alexander 
> Sent: Friday, November 29, 2002 9:07 AM
> To: 'Martin Cordova S.'; [EMAIL PROTECTED]
> Subject: RE: Using the last JDBC driver with WebSphere 4
> 
> 
> 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
> 
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to