I am trying to use
weblogic connection pool with castor but can't seem to get the configuration
right.
I first got the
castor working with direct access to the database my configuration
was
<database name="test" engine="oracle">
<driver class-name="weblogic.jdbc.oci.Driver" url="">
<param name="user" value="test" />
<param name="password" value="tester" />
</driver>
Then I switched the configuration to point to a weblogic connection pool
<database name="testpool" engine="oracle">
<driver class-name="weblogic.jdbc.pool.Driver" url="">
<param name="user" value="test" />
<param name="password" value="tester" />
</driver>
Now I recieve the following error:
Exception:
org.exolab.castor.jdo.PersistenceException: Nested error:
java.sql.SqlException: ORA-24327: need explicit attach before
authenticating a user
Any help would be
appreciated.
Thanks
