Geronimo Plugins, Connector :: Transaction Manager (JTA11).
Geronimo transaction manager module..
Here is the list of declaration for transaction. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>transaction</artifactId> <version>2.1.5</version> </dependency>
If you think this Maven repository POM file listing for transaction is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The following table lists the most popular artifacts which are depending on transaction-2.1.5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE Container | connector-deployer 2.1.5 Deployer for J2CA connectors | 6 |
The following plugins are used in the transaction-2.1.5.jar
Here is the content of the POM file.
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Rev: 931149 $ $Date: 2010-04-06 21:39:53 +0800 (Tue, 06 Apr 2010) $ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.geronimo.plugins</groupId> <artifactId>connector</artifactId> <version>2.1.5</version> </parent> <groupId>org.apache.geronimo.configs</groupId> <artifactId>transaction</artifactId> <name>Geronimo Plugins, Connector :: Transaction Manager (JTA11)</name> <packaging>car</packaging> <description>Geronimo transaction manager module.</description> <dependencies> <dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>j2ee-server</artifactId> <version>${version}</version> <type>car</type> </dependency> <dependency> <groupId>org.apache.geronimo.framework</groupId> <artifactId>j2ee-security</artifactId> <version>${version}</version> <type>car</type> </dependency> <!-- ThreadPool --> <dependency> <groupId>org.apache.geronimo.framework</groupId> <artifactId>geronimo-core</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-connector</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-transaction</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-transaction</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-persistence-jpa10</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.framework</groupId> <artifactId>geronimo-transformer</artifactId> <version>${version}</version> </dependency> <dependency> <groupId>org.objectweb.howl</groupId> <artifactId>howl</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.geronimo.buildsupport</groupId> <artifactId>car-maven-plugin</artifactId> <configuration> <category>Geronimo Core</category> <useMavenDependencies> <value>true</value> <includeVersion>true</includeVersion> </useMavenDependencies> <instance> <plugin-artifact> <config-xml-content> <gbean name="XidFactory"> <attribute name="tmId">${TmId}</attribute> </gbean> <gbean name="ResourceBindings"> <attribute name="format">${ResourceBindingsFormat}</attribute> <attribute name="nameInNamespace">${ResourceBindingsNameInNamespace}</attribute> <attribute name="namePattern">${ResourceBindingsNamePattern}</attribute> <attribute name="abstractNameQuery">${ResourceBindingsQuery}</attribute> </gbean> </config-xml-content> <config-substitution key="TmId">71,84,77,73,68</config-substitution> <config-substitution key="ResourceBindingsFormat">{groupId}/{artifactId}/{j2eeType}/{name}</config-substitution> <config-substitution key="ResourceBindingsNameInNamespace">jca:</config-substitution> <config-substitution key="ResourceBindingsNamePattern" /> <config-substitution key="ResourceBindingsQuery">?#org.apache.geronimo.naming.ResourceSource</config-substitution> </plugin-artifact> </instance> </configuration> </plugin> </plugins> </build> </project>