Hello,

We are using OCI driver to establish connection pool for Oracle8.1.7 and
jboss-2.4.0_tomcat-3.2.3 using classes111_g.zip.The m-bean is configured
as 

<mbean code="org.jboss.jdbc.XADataSourceLoader"name="DefaultDomain:service=XADat
aSource ,name=OracleDS">
<attribute name="PoolName">OracleDS</attribute>
<attribute name="DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource 
</attribute>
 <attribute name="URL">jdbc:oracle:oci8:@XXXX</attribute>
 <attribute name="JDBCUser">aaa</attribute>
 <attribute name="Password">bbb</attribute>
<attribute name="LoggingEnabled">true</attribute>
</mbean>

The coonection pool is established but henceforth if a jdbc connection is
established using a connection from this pool an error of incorrect
username/password combination is thrown.It is also observed that when we
try to login through an sql prompt using the username = aaa and password
as
bbb the login falis.If the password is updated the application runs fine.
The same problem is not encountered if we use the thin driver instead of
oci driver.Is it some bug in driver classes or in oracle or in
configuration of jboss?
We need to use oci driver only bcoz the hardware is to be configured in
the fail-over mode.

regards,
manisha

------------------------------------------------------------------------------
Strive for "PERFECTION"
------------------------------------------------------------------------------



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to