[jboss-user] [JCA] - Re: xa-datasource configuraton problem

vickyk do-not-reply at jboss.com
Fri Sep 11 08:30:01 EDT 2009


<xa-datasource-class>org.apache.derby.jdbc.EmbeddedXADataSource</xa-datasource-class>
  |       <xa-datasource-property name="URL">jdbc:derby://localhost:1527/esbdb;create=false</xa-datasource-property>
The above configuration will work only if there is setURL method present in org.apache.derby.jdbc.EmbeddedXADataSource which is not there, check this
http://db.apache.org/derby/javadoc/publishedapi/jdbc3/org/apache/derby/jdbc/EmbeddedXADataSource.html

I don't see a way to confire a xa-datasouce after looking at this link, however you can configure local-tx-datasouce as explained here 
http://www.jboss.org/community/wiki/SetUpADerbyDatasource


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

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



More information about the jboss-user mailing list