Download jboss-jca-api-1.5.0.cr2.jar file

Introduction

You can download jboss-jca-api-1.5.0.cr2.jar in this page.

License

JBoss Open Source

Type List

jboss-jca-api-1.5.0.cr2.jar file has the following types.

META-INF.maven.org.jboss.javaee.jboss-jca-api.pom.properties
META-INF.maven.org.jboss.javaee.jboss-jca-api.pom.xml
META-INF/MANIFEST.MF
javax.resource.NotSupportedException.class
javax.resource.Referenceable.class
javax.resource.ResourceException.class
javax.resource.cci.Connection.class
javax.resource.cci.ConnectionFactory.class
javax.resource.cci.ConnectionMetaData.class
javax.resource.cci.ConnectionSpec.class
javax.resource.cci.IndexedRecord.class
javax.resource.cci.Interaction.class
javax.resource.cci.InteractionSpec.class
javax.resource.cci.LocalTransaction.class
javax.resource.cci.MappedRecord.class
javax.resource.cci.MessageListener.class
javax.resource.cci.Record.class
javax.resource.cci.RecordFactory.class
javax.resource.cci.ResourceAdapterMetaData.class
javax.resource.cci.ResourceWarning.class
javax.resource.cci.ResultSet.class
javax.resource.cci.ResultSetInfo.class
javax.resource.cci.Streamable.class
javax.resource.spi.ActivationSpec.class
javax.resource.spi.ApplicationServerInternalException.class
javax.resource.spi.BootstrapContext.class
javax.resource.spi.CommException.class
javax.resource.spi.ConnectionEvent.class
javax.resource.spi.ConnectionEventListener.class
javax.resource.spi.ConnectionManager.class
javax.resource.spi.ConnectionRequestInfo.class
javax.resource.spi.DissociatableManagedConnection.class
javax.resource.spi.EISSystemException.class
javax.resource.spi.IllegalStateException.class
javax.resource.spi.InvalidPropertyException.class
javax.resource.spi.LazyAssociatableConnectionManager.class
javax.resource.spi.LazyEnlistableConnectionManager.class
javax.resource.spi.LazyEnlistableManagedConnection.class
javax.resource.spi.LocalTransaction.class
javax.resource.spi.LocalTransactionException.class
javax.resource.spi.ManagedConnection.class
javax.resource.spi.ManagedConnectionFactory.class
javax.resource.spi.ManagedConnectionMetaData.class
javax.resource.spi.ResourceAdapter.class
javax.resource.spi.ResourceAdapterAssociation.class
javax.resource.spi.ResourceAdapterInternalException.class
javax.resource.spi.ResourceAllocationException.class
javax.resource.spi.SecurityException.class
javax.resource.spi.SharingViolationException.class
javax.resource.spi.UnavailableException.class
javax.resource.spi.ValidatingManagedConnectionFactory.class
javax.resource.spi.XATerminator.class
javax.resource.spi.endpoint.MessageEndpoint.class
javax.resource.spi.endpoint.MessageEndpointFactory.class
javax.resource.spi.security.GenericCredential.class
javax.resource.spi.security.PasswordCredential.class
javax.resource.spi.work.ExecutionContext.class
javax.resource.spi.work.Work.class
javax.resource.spi.work.WorkAdapter.class
javax.resource.spi.work.WorkCompletedException.class
javax.resource.spi.work.WorkEvent.class
javax.resource.spi.work.WorkException.class
javax.resource.spi.work.WorkListener.class
javax.resource.spi.work.WorkManager.class
javax.resource.spi.work.WorkRejectedException.class

Pom

jboss-jca-api-1.5.0.cr2.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.jboss.javaee</groupId>
    <artifactId>jboss-javaee-parent</artifactId>
    <version>5.0.0.CR2</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.javaee</groupId>
  <artifactId>jboss-jca-api</artifactId>
  <version>1.5.0.CR2</version>
  <packaging>jar</packaging>
  <name>JBoss J2EE Connector Architecture 1.5 API</name>
  <url>http://www.jboss.org</url>
  <description>The J2EE Connector Architecture 1.5 API classes</description>
  <dependencies>
    <!-- For SerialVersion -->
    <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-common-core</artifactId>
    </dependency>  
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.javaee</groupId>
   <artifactId>jboss-jca-api</artifactId>
   <version>1.5.0.cr2</version>
</dependency>

Download

If you think the following jboss-jca-api-1.5.0.cr2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-jca-api-1.5.0.cr2.jar file




PreviousNext

Related