Hi,
I have a CMP Entity bean. On deploying the bean in Weblogic 6.0, it says,
weblogic.ejb20.cmp.rdbms.RDBMSException: Could not access table 'CABIN'.
at
weblogic.ejb20.cmp11.rdbms.PersistenceManagerImpl.verifyTableExists(P
ersistenceManagerImpl.java:129)
The bean is trying to connect to table cabin in database. The table actually
exists and I can connect toit through a separate JSP. The resource is: (From
config.xml)
<JDBCConnectionPool CapacityIncrement="1"
DriverName="weblogic.jdbc.oci.Driver" InitialCapacity="10" MaxCapacity="10"
Name="test"
Properties="user=scott;password=tiger;uRL=jdbc:weblogic:oracle:1721:@celtics
" TestConnectionsOnRelease="false" TestConnectionsOnReserve="false"
TestTableName="cabin" URL="jdbc:weblogic:oracle:1721:@celtics" />
On our server celtics, oracle instance runs on port 1721. What is wrong?
Thanx.
Hardeep Singh
http://SeeingWithC.cjb.net
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".