[jboss-user] [JCA/JBoss] - Re: DB2 XA connection problem - Non XA works

weston.price@jboss.com do-not-reply at jboss.com
Tue Nov 28 13:26:52 EST 2006


If using the Type4 driver I believe (from what I remember) you have to tell the datasource to treat the resource as Type2. This should be a configuration property. 

Try this: 

<xa-datasource-property name="DriverType">2</xa-datasource-property> 

If he still can find the client libraries then you may have to modify your LD_LIBRARY_PATH or other environment variable. 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989435#3989435

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989435



More information about the jboss-user mailing list