Hello,
I'am using XA Transaction with Oracle 9i via a 10g jdbc driver with JBoss 4.0.3
and Hibernate 3.0.5. Sometimes I get the following message:
[JBossManagedConnectionPool] Destroying connection that could not be
successfully matched: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0
lastUse=1129466917406 permit=false trackByTx=false [EMAIL PROTECTED] [EMAIL
PROTECTED] [EMAIL PROTECTED] txSync=null]
Unfortunally I have nothing found about this warning in the forum. What can I
do to stop this message?
Thanks for help!
I set the pad = true in the jboss-service.xml
My oracle-xa-ds.xml
<xa-datasource>
<jndi-name>XA_ORACLE_DS</jndi-name>
<track-connection-by-tx>true</track-connection-by-tx>
<isSameRM-override-value>false</isSameRM-override-value>
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
<xa-datasource-property name="URL">
jdbc:oracle:thin:@myHost:1521:oracle
</xa-datasource-property>
<xa-datasource-property name="User">scott</xa-datasource-property>
<xa-datasource-property name="Password">tiger</xa-datasource-property>
<exception-sorter-class-name>
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
</exception-sorter-class-name>
<no-tx-separate-pools/>
<type-mapping>Oracle9i</type-mapping>
</xa-datasource>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901396#3901396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901396
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user