• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WSAD 4.0.3 Test Environment

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i get the following error while starting the WSAD 4.0.3 Test Environment(AEs)server.
-----------------------------------------------
55465c6 StaleConnecti A CONM7007I: Mapping the following SQLException, with ErrorCode 0 and SQLState 08001, to a StaleConnectionException: java.sql.SQLException: No suitable driver
------------------------------------------------
Is there any e-fix from IBM for this as usual???
am doing the following for DB connection in the datasource console:

1. Edit Server Configuration and switch to the "Data source" tab.
2. From the JDBC driver list, Add...
Name: OracleJdbcDriver
Implementation class name: oracle.jdbc.pool.OracleConnectionPoolDataSource
URL prefix: none
Class path: ....\classes12.zip
3. Select the newly added JDBC driver and from the Data source defined in
the JDBC driver selected above, choose Add...
Name: Oracle Datasource
JNDI name: jdbc/MyJNDI
Database name: myDB
Default user ID:
Default user password:
4. Select the newly added data source and from the Resource properties
defined in the data source selected above, choose Add...
Name: URL
Type: java.lang.String
Value: jdbc:
oracle:thin:@HOST:1521:was
Description: Oracle server URL

Hope somebody can help me out.
thanks and cheers!!!
kabs
 
reply
    Bookmark Topic Watch Topic
  • New Topic