Hi, I downloaded from the SAP ftp server the last jdbc driver for 7.4, but
can't get it to work with WebSphere. I am using IBM JDK 1.3.0; This is the
stack trace:

java.lang.NoClassDefFoundError: java/sql/Savepoint
 at
com.sap.dbtech.jdbcext.PooledConnectionSapDB.getConnection(PooledConnectionS
apDB.java:95)
 at com.ibm.ejs.cm.pool.ConnectO.<init>(ConnectO.java:85)
 at
com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(JDBC1xConnectio
nFactory.java:42)
 at
com.ibm.ejs.cm.pool.ConnectionPool.createConnection(ConnectionPool.java:914)
 at
com.ibm.ejs.cm.pool.ConnectionPool.createOrWaitForConnection(ConnectionPool.
java:846)
 at
com.ibm.ejs.cm.pool.ConnectionPool.findFreeConnection(ConnectionPool.java:76
4)
 at
com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(ConnectionPool.java:6
76)
 at
com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(ConnectionPool.java:61
0)
 at
com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:274)
 at
com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:269)
 at com.ibm.ejs.cm.DataSourceImpl.getConnection(DataSourceImpl.java:99)

This is the resource/datasource definition:

  <resourceProviders xmi:type="resources:JDBCDriver" xmi:id="JDBCDriver_3"
name="SAPDB"
implementationClassName="com.sap.dbtech.jdbcext.ConnectionPoolDataSourceSapD
B">
    <description xsi:nil="true"/>
    <urlPrefix xsi:nil="true"/>
    <factories xmi:type="resources:DataSource" xmi:id="DataSource_4"
name="security" jndiName="jdbc/test" jtaEnabled="false"
databaseName="PORTAL" minimumPoolSize="1" maximumPoolSize="5"
statementCacheSize="100" disableAutoConnectionCleanup="false">
      <propertySet xmi:id="DataSource_4_ps">
        <resourceProperties xmi:id="J2EEResourceProperty_4" name="url"
type="java.lang.String" value="jdbc:sapdb://localhost/PORTAL">
          <description xsi:nil="true"/>
        </resourceProperties>
        <resourceProperties xmi:id="J2EEResourceProperty_5" name="user"
type="java.lang.String" value="sa">
          <description xsi:nil="true"/>
        </resourceProperties>
        <resourceProperties xmi:id="J2EEResourceProperty_5" name="password"
type="java.lang.String" value="xxxxx">
          <description xsi:nil="true"/>
        </resourceProperties>
      </propertySet>
    </factories>
    <propertySet xmi:id="JDBCDriver_3_ps"/>
  </resourceProviders>


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to