Sha256: 745f08f3d5dc52c48b2036dcb83a15ce5aa5e890e5a79edfedc2e40c2f7de01a

Contents?: true

Size: 1.48 KB

Versions: 5

Compression:

Stored size: 1.48 KB

Contents

This folder contains a combined client jar for JBoss AS7, for use in non-maven environments. This jar should be used
with standalone clients only, not with deployments are that deployed to an AS7 instance.

This jar contains the classes required for remote JMS and EJB usage, and consists of the following shaded artifacts:

org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec
org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec

org.jboss:jboss-remote-naming
org.jboss.logging:jboss-logging
org.jboss.marshalling:jboss-marshalling
org.jboss.marshalling:jboss-marshalling-river
org.jboss.remoting3:jboss-remoting
org.jboss.remoting3:remoting-jmx
org.jboss.sasl:jboss-sasl
org.jboss.xnio:xnio-api
org.jboss.xnio:xnio-nio
org.jboss.netty:netty
org.hornetq:hornetq-core-client
org.hornetq:hornetq-jms-client


Maven users should not use this jar, but should use the following BOM dependencies instead

    <dependencies>
        <dependency>
            <groupId>org.jboss.as</groupId>
            <artifactId>jboss-as-ejb-client-bom</artifactId>
            <type>pom</type>
        </dependency>
        <dependency>
            <groupId>org.jboss.as</groupId>
            <artifactId>jboss-as-jms-client-bom</artifactId>
            <type>pom</type>
        </dependency>
    </dependencies>

This is because using maven with a shaded jar has a very high chance of causing class version conflicts, which is why
we do not publish this jar to the maven repository.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
torquebox-server-2.0.3-java jboss/bin/client/README.txt
torquebox-server-2.0.2-java jboss/bin/client/README.txt
torquebox-server-2.0.1-java jboss/bin/client/README.txt
torquebox-server-2.0.0-java jboss/bin/client/README.txt
torquebox-server-2.0.0.cr1-java jboss/bin/client/README.txt