META-INF.sca-contribution.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric3-atomikos-library
Show all versions of fabric3-atomikos-library
Contains the Atomikos transaction manager
<?xml version="1.0" encoding="UTF-8"?> <!-- Fabric3 Copyright (c) 2009-2011 Metaform Systems Fabric3 is licensed under modified terms of the GNU General Public License. See the accompanying license file for details. $Rev: 9763 $ $Date: 2011-01-03 00:48:06 +0000 (Mon, 03 Jan 2011) $ --> <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:f3="urn:fabric3.org" f3:extension="true" f3:description="Atomikos library extension"> <import.java package="javax.transaction" version="1.1.0"/> <import.java package="javax.transaction.xa" version="1.1.0"/> <!-- JMS is required as Atomikos delegates to ClassLoadingHelper to instantiate JMS connection factories, which uses the TCCL or its classloader. --> <import.java package="javax.jms" version="1.1.0"/> <export.java package="com.atomikos.*" version="3.6.5"/> <f3:provides name="datasource"/> <f3:provides.capability name="transaction"/> </contribution>