[jboss-user] [JBoss Messaging] - Re: Client jars for 5.0.0.GA/1.4.1.GA

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Dec 11 10:31:08 EST 2008


JBoss5 has broken down the client jars.


I had been through this on the client-example, and I came up with this list:


        <path id="execution.classpath">
  |                 <pathelement path="./etc" />
  |                 <pathelement path="../common/output/classes" />
  |                 <pathelement path="./output/classes" />
  |                 <fileset file="${jboss.home}/client/jnp-client.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-client.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-integration.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-security-spi.jar" />
  |                 <fileset file="${jboss.home}/client/jbosssx-client.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-javaee.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-messaging.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-remoting.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-serialization.jar" />
  |                 <fileset file="${jboss.home}/client/javassist.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-aop-client.jar" />
  |                 <fileset file="${jboss.home}/client/trove.jar" />
  |                 <fileset file="${jboss.home}/client/log4j.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-common-core.jar" />
  |                 <fileset file="${jboss.home}/client/jboss-mdr.jar" />
  |                 <fileset file="${jboss.home}/client/concurrent.jar" />
  |         </path>
  | 


I used a mix of adding what I knew I would need plus:

"find . -name \*jar -exec unzip -l {} \; > list.txt"


And adding the missing class.


I think this will be (or should be) documented on the JBAS user's guide.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195967#4195967

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195967



More information about the jboss-user mailing list