Can application use class WSJdbcDataSource in the com.ibm.ws.rsadapter.jdbc package?
 Technote (FAQ)
 
Question
Is WSJdbcDataSource in the com.ibm.ws.rsadapter.jdbc package intended to be used only as an internal class within IBM® WebSphere® Application Server or is it intended for consumption by an user's application?
 
Answer
Any package that is com.ibm.ws.* should not be used by an user's applications. Clients are only allowed to use com.ibm.websphere.* packages (see Javadoc from WebSphere Application Server's Information Center for more information on how to access these APIs).

If your application wants to access a specific object or method from the JDBC driver, use the WSCallHelper class (see technote 1142347 for more information).

 
Related information
WSCallHelper usage
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > DB Connections/Connection Pooling
Operating system(s): Windows
Software version: 6.0.2
Software edition:
Reference #: 1215817
IBM Group: Software Group
Modified date: Aug 23, 2007