Download txoj-5.5.1.final.jar file

Introduction

You can download txoj-5.5.1.final.jar in this page.

License

LGPL

Type List

txoj-5.5.1.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.narayana.arjunacore/txoj/pom.properties
META-INF/maven/org.jboss.narayana.arjunacore/txoj/pom.xml
com.arjuna.ats.internal.txoj.Implementations.class
com.arjuna.ats.internal.txoj.LockConflictManager.class
com.arjuna.ats.internal.txoj.LockFriend.class
com.arjuna.ats.internal.txoj.LockList.class
com.arjuna.ats.internal.txoj.LockListIterator.class
com.arjuna.ats.internal.txoj.LockRecordTypeMap.class
com.arjuna.ats.internal.txoj.abstractrecords.CadaverLockManager.class
com.arjuna.ats.internal.txoj.abstractrecords.CadaverLockRecord.class
com.arjuna.ats.internal.txoj.abstractrecords.LockRecord.class
com.arjuna.ats.internal.txoj.lockstore.BasicLockStore.class
com.arjuna.ats.internal.txoj.lockstore.BasicPersistentLockStore.class
com.arjuna.ats.internal.txoj.lockstore.LockStateStore.class
com.arjuna.ats.internal.txoj.lockstore.LockStoreList.class
com.arjuna.ats.internal.txoj.lockstore.LockStoreSegment.class
com.arjuna.ats.internal.txoj.recovery.RecoveredTransactionalObject.class
com.arjuna.ats.internal.txoj.recovery.TORecoveryModule.class
com.arjuna.ats.txoj.ConflictType.class
com.arjuna.ats.txoj.Lock.class
com.arjuna.ats.txoj.LockManager.class
com.arjuna.ats.txoj.LockMode.class
com.arjuna.ats.txoj.LockResult.class
com.arjuna.ats.txoj.LockStatus.class
com.arjuna.ats.txoj.common.TxojEnvironmentBean.class
com.arjuna.ats.txoj.common.TxojEnvironmentBeanMBean.class
com.arjuna.ats.txoj.common.txojPropertyManager.class
com.arjuna.ats.txoj.exceptions.LockStoreException.class
com.arjuna.ats.txoj.lockstore.LockStore.class
com.arjuna.ats.txoj.logging.txojI18NLogger.class
com.arjuna.ats.txoj.logging.txojLogger.class
com/arjuna/ats/txoj/logging/txojI18NLogger.i18n.properties
txoj-properties.mappings

Pom

txoj-5.5.1.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
	LLC, and others contributors as indicated by the @authors tag. All rights 
	reserved. See the copyright.txt in the distribution for a full listing of 
	individual contributors. This copyrighted material is made available to anyone 
	wishing to use, modify, copy, or redistribute it subject to the terms and 
	conditions of the GNU Lesser General Public License, v. 2.1. This program 
	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
	PURPOSE. See the GNU Lesser General Public License for more details. You 
	should have received a copy of the GNU Lesser General Public License, v.2.1 
	along with this distribution; if not, write to the Free Software Foundation, 
	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
<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">
  <parent>
    <groupId>org.jboss.narayana.arjunacore</groupId>
    <artifactId>arjunacore-all</artifactId>
    <version>5.5.1.Final</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>txoj</artifactId>
  <name>Narayana: ArjunaCore txoj</name>
  <description>ArjunaCore txoj module</description>
  <packaging>jar</packaging>
  <build>
    <sourceDirectory>classes</sourceDirectory>
    <resources>
      <resource>
        <directory>etc</directory>
      </resource>
    </resources>
    <testSourceDirectory>tests/classes</testSourceDirectory>
    <testResources>
      <testResource>
        <directory>src/test/resources</directory>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <inherited>false</inherited>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <!-- Were refactored to true classes as used in multiple places -->
            <exclude>**/AbortObject.java</exclude>
            <exclude>**/CommitObject.java</exclude>
            <exclude>**/ThreadObject1.java</exclude>
            <exclude>**/ThreadObject2.java</exclude>
            <exclude>**/DummyLockManager.java</exclude>
            <exclude>**/DummyTOModule.java</exclude>
            <exclude>**/MyRecoveredTO.java</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.jboss.narayana</groupId>
      <artifactId>common</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.jboss.narayana.arjunacore</groupId>
      <artifactId>arjuna</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.jboss.narayana</groupId>
      <artifactId>common</artifactId>
      <version>${project.version}</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${version.junit}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging</artifactId>
      <version>${version.org.jboss.logging.jboss-logging}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-processor</artifactId>
      <version>${version.org.jboss.logging.jboss-logging-processor}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>${version.com.h2database}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <profiles>
      <profile>
          <id>release</id>
          <build>
              <plugins>
                <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-install-plugin</artifactId>
                  <executions>
                    <execution>
                      <id>default-install</id>
                      <phase>install</phase>
                    </execution>
                  </executions>
                  <inherited>false</inherited>
                </plugin>
              </plugins>
          </build>
      </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.narayana.arjunacore</groupId>
   <artifactId>txoj</artifactId>
   <version>5.5.1.final</version>
</dependency>

Download

If you think the following txoj-5.5.1.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download txoj-5.5.1.final.jar file




PreviousNext

Related