1 Reply Latest reply on Feb 12, 2008 9:41 AM by timfox

    Messaging Client required libs for JBoss AS 4.3-EAP

    jimrigsbee

      I had some trouble resolving what client libraries I needed to get my simple JMS sender program to work. I finally resolved that I needed:

      trove
      javassist
      jbossall-client
      jboss-aop-jdk50


      The last library is troubling to me, because it is a server side library found in the aop deployer directory on all configurations of 4.3 EAP. There is a corresponding client library but it does not contain the class PointcutStats which the client needed in order to load the ConnectionFactory.

      Would this be considered a configuration bug? If so, what component to I report this against in JIRA?

      Thanks,
      Jim Rigsbee
      Red Hat

        • 1. Re: Messaging Client required libs for JBoss AS 4.3-EAP
          timfox

           

          "jimrigsbee" wrote:
          I had some trouble resolving what client libraries I needed to get my simple JMS sender program to work. I finally resolved that I needed:
          trove
          javassist
          jbossall-client
          jboss-aop-jdk50



          Yes, that's what the user guide install section says to use ;)



          The last library is troubling to me, because it is a server side library found in the aop deployer directory on all configurations of 4.3 EAP. There is a corresponding client library but it does not contain the class PointcutStats which the client needed in order to load the ConnectionFactory.


          See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129288 for a discussion on this.