
les.mule-module-jca.1.4.0.source-code.mule-jboss-ds.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-module-jca Show documentation
Show all versions of mule-module-jca Show documentation
A Resource Adapter implementation that allows a Mule instance to be deployed to a Java EE application server and exposes Mule services via the JCA connector architecture.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com The software in this package is published under the terms of the MuleSource MPL license, a copy of which has been included with this distribution in the LICENSE.txt file. NOTE: this file HAS to end with -ds.xml $Id: mule-jboss-ds.xml 3534 2006-10-12 01:59:34Z aperepel $ --> <connection-factories> <tx-connection-factory> <jndi-name>mule/ConnectionFactory</jndi-name> <!-- This should go in sync with the currently built Mule version --> <rar-name>mule-jca-${version}.rar</rar-name> <connection-definition>org.mule.ra.MuleConnectionFactory</connection-definition> <!--<local-transaction/>--> <!--<xa-transaction/>--> <!-- Maintain a 1:1 relationship between a TX and connection --> <track-connection-by-tx/> </tx-connection-factory> </connection-factories>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy