Coutts, Danelle escribi�::

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="jdbc:weblogic:oracle:test">

<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="jdbc:weblogic:oracle:testpool">

<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
add the pool for console in weblogic wizar it easy

--
Cesar Ogalde Hernandez

Desarrollador

Exe Ingenier�a & Software Ltda.
Europa 1935, Providencia Santiago - Chile
Tel�fono (562) 2049366
Fax (562) 2040897
www.exe.cl

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev



Reply via email to