You can download jotm-core-2.2.3.jar in this page.
Open Source
jotm-core-2.2.3.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/jotm-core.bnd META-INF/maven/org.objectweb.howl/howl/pom.properties META-INF/maven/org.objectweb.howl/howl/pom.xml META-INF/maven/org.ow2.jotm/jotm-core/pom.properties META-INF/maven/org.ow2.jotm/jotm-core/pom.xml cvs/status.txt org.objectweb.howl.log.BlockLogBuffer.class org.objectweb.howl.log.BlockLogBufferSink.class org.objectweb.howl.log.Configuration.class org.objectweb.howl.log.ConfigurationMBean.class org.objectweb.howl.log.InvalidFileSetException.class org.objectweb.howl.log.InvalidLogBufferException.class org.objectweb.howl.log.InvalidLogHeaderException.class org.objectweb.howl.log.InvalidLogKeyException.class org.objectweb.howl.log.LogBuffer.class org.objectweb.howl.log.LogBufferManager.class org.objectweb.howl.log.LogBufferStatus.class org.objectweb.howl.log.LogClosedException.class org.objectweb.howl.log.LogConfigurationException.class org.objectweb.howl.log.LogEventListener.class org.objectweb.howl.log.LogException.class org.objectweb.howl.log.LogFile.class org.objectweb.howl.log.LogFileHeader.class org.objectweb.howl.log.LogFileManager.class org.objectweb.howl.log.LogFileOverflowException.class org.objectweb.howl.log.LogObject.class org.objectweb.howl.log.LogRecord.class org.objectweb.howl.log.LogRecordSizeException.class org.objectweb.howl.log.LogRecordType.class org.objectweb.howl.log.LogState.class org.objectweb.howl.log.Logger.class org.objectweb.howl.log.LoggerFactory.class org.objectweb.howl.log.ReplayListener.class org.objectweb.howl.log.Version.class org.objectweb.howl.log.util.InitLog.class org.objectweb.howl.log.xa.XACommittingTx.class org.objectweb.howl.log.xa.XALogRecord.class org.objectweb.howl.log.xa.XALogger.class org.objectweb.jotm.Batch.class org.objectweb.jotm.Clock.class org.objectweb.jotm.Control.class org.objectweb.jotm.ControlImpl.class org.objectweb.jotm.ControlImpl_Stub.class org.objectweb.jotm.Coordinator.class org.objectweb.jotm.Current.class org.objectweb.jotm.HeuristicCommit.class org.objectweb.jotm.HeuristicHazard.class org.objectweb.jotm.HeuristicMixed.class org.objectweb.jotm.HeuristicRollback.class org.objectweb.jotm.InactiveException.class org.objectweb.jotm.InternalTransactionContext.class org.objectweb.jotm.JavaXidImpl.class org.objectweb.jotm.Jotm.class org.objectweb.jotm.JotmRecovery.class org.objectweb.jotm.Log.class org.objectweb.jotm.NotPreparedException.class org.objectweb.jotm.RecoverRmInfo.class org.objectweb.jotm.RecoveryCoordinator.class org.objectweb.jotm.RemoteSynchro.class org.objectweb.jotm.Resource.class org.objectweb.jotm.ResourceInfo.class org.objectweb.jotm.RmRegistration.class org.objectweb.jotm.SLog.class org.objectweb.jotm.StatusHelper.class org.objectweb.jotm.SubCoordinator.class org.objectweb.jotm.SubCoordinator_Stub.class org.objectweb.jotm.Terminator.class org.objectweb.jotm.TimerEvent.class org.objectweb.jotm.TimerEventListener.class org.objectweb.jotm.TimerManager.class org.objectweb.jotm.TraceTimer.class org.objectweb.jotm.TraceTm.class org.objectweb.jotm.TransactionContext.class org.objectweb.jotm.TransactionFactory.class org.objectweb.jotm.TransactionFactoryImpl.class org.objectweb.jotm.TransactionFactoryImpl_Stub.class org.objectweb.jotm.TransactionImpl.class org.objectweb.jotm.TransactionRecovery.class org.objectweb.jotm.TransactionRecoveryImpl.class org.objectweb.jotm.TransactionResourceManager.class org.objectweb.jotm.TransactionSynchronizationRegistryFactory.class org.objectweb.jotm.TransactionSynchronizationRegistryImpl.class org.objectweb.jotm.TxRecovered.class org.objectweb.jotm.TxxidRecovered.class org.objectweb.jotm.UserTransactionFactory.class org.objectweb.jotm.XAResourceHelper.class org.objectweb.jotm.XATerminatorImpl.class org.objectweb.jotm.Xid.class org.objectweb.jotm.XidImpl.class org.objectweb.jotm._ControlImpl_Stub.class org.objectweb.jotm._ControlImpl_Tie.class org.objectweb.jotm._Control_Stub.class org.objectweb.jotm._Coordinator_Stub.class org.objectweb.jotm._RecoveryCoordinator_Stub.class org.objectweb.jotm._RemoteSynchro_Stub.class org.objectweb.jotm._Resource_Stub.class org.objectweb.jotm._SubCoordinator_Tie.class org.objectweb.jotm._Terminator_Stub.class org.objectweb.jotm._TransactionFactoryImpl_Tie.class org.objectweb.jotm._TransactionFactory_Stub.class org.objectweb.jotm.abortXAResourceXid.class org.objectweb.jotm.commitXAResourceXid.class org.objectweb.jotm.processResourceManager.class resources/version.properties
jotm-core-2.2.3.pom file content.
<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.ow2.jotm</groupId> <artifactId>jotm</artifactId> <version>2.2.3</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.jotm</groupId> <artifactId>jotm-core</artifactId> <description>JOTM: Java Open Transaction Manager - Core</description> <packaging>bundle</packaging> <name>JOTM :: Core</name> <dependencies> <dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-jta-1.1-spec</artifactId> </dependency> <dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-connector-1.5-spec</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.ow2.carol</groupId> <artifactId>carol</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> </dependency> <dependency> <groupId>org.objectweb.howl</groupId> <artifactId>howl</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.ow2.util</groupId> <artifactId>util-maven-plugin-antrmic</artifactId> <version>${ow2-util.version}</version> <executions> <!-- Generates POA enabled IIOP Stubs/Ties in the following order: --> <!-- TODO: generate 2 versions: one with -poa, one without -poa and use classifier to choose it --> <!-- * ControlImpl * TransactionFactoryImpl * SubCoordinator --> <execution> <id>rmic-ControlImpl</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>true</iiop> <iiopopts>-always</iiopopts> <classname>org.objectweb.jotm.ControlImpl</classname> <compilerarg>-poa</compilerarg> </configuration> </execution> <execution> <id>rmic-TransactionFactoryImpl</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>true</iiop> <iiopopts>-always</iiopopts> <classname>org.objectweb.jotm.TransactionFactoryImpl</classname> <compilerarg>-poa</compilerarg> </configuration> </execution> <execution> <id>rmic-SubCoordinator</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>true</iiop> <iiopopts>-always</iiopopts> <classname>org.objectweb.jotm.SubCoordinator</classname> <compilerarg>-poa</compilerarg> </configuration> </execution> <execution> <id>rmic-ControlImpl-jrmp</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>false</iiop> <classname>org.objectweb.jotm.ControlImpl</classname> </configuration> </execution> <execution> <id>rmic-TransactionFactoryImpl-jrmp</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>false</iiop> <classname>org.objectweb.jotm.TransactionFactoryImpl</classname> </configuration> </execution> <execution> <id>rmic-SubCoordinator-jrmp</id> <goals> <goal>rmic</goal> </goals> <configuration> <iiop>false</iiop> <classname>org.objectweb.jotm.SubCoordinator</classname> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.ow2.jotm</groupId> <artifactId>jotm-core</artifactId> <version>2.2.3</version> </dependency>
If you think the following jotm-core-2.2.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jotm-core-2.2.3.jar file