[jboss-user] [JCA/JBoss] - Re: About XA Datasources (and transaction-service.xml)
weston.price@jboss.com
do-not-reply at jboss.com
Thu Sep 21 10:46:42 EDT 2006
The comments are misleading.
First, what RDBMS are you using Oracle? The 'pad' option was added only as a workaround for an Oracle bug. This appears to have been resolved in later releases of the Oracle JDBC driver (10 Release 2). To set this you would uncomment the line in the jboss-service.xml file in the XidFactory section. Note, this file can be found in your server/conf directory:
|
| <mbean code="org.jboss.tm.XidFactory"
| name="jboss:service=XidFactory">
| <!--attribute name="Pad">true</attribute-->
| </mbean>
|
|
|
Again, if you are not using Oracle, or using the latest Oracle release, this is not necessary.
Please take a look at the JCA Faq referenced by the sticky thread at the top of this forum as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973301#3973301
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973301
More information about the jboss-user
mailing list