Sha256: 9a58d78e85d8bb51f9b6e7da0af3bf6e5f30d00c23343e61f46d298345b62dae
Contents?: true
Size: 1.51 KB
Versions: 9
Compression:
Stored size: 1.51 KB
Contents
jboss-client.jar is 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-ejb-client 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
9 entries across 9 versions & 1 rubygems