1 Reply Latest reply on Feb 19, 2008 3:46 PM by alrubinger

    Missing Classes from jbossall-client

    alrubinger

      The EJB3 TestSuite has exposed some missing classes in jbossall-client:

      http://jira.jboss.com/jira/browse/JBAOP-530

      java.lang.NoClassDefFoundError: org/jboss/aop/WeavingStrategy
      java.lang.NoClassDefFoundError: org/jboss/aop/pointcut/PointcutStats


      From $JBOSS_HOME/client/javassist.jar:
      java.lang.NoClassDefFoundError: javassist/CtMember

      Also classes from $JBOSS_HOME/client/trove.jar and $JBOSS_HOME/client/jboss-metadata.jar

      I've hacked the EJB3 installer to manually patch jbossall-client.jar to include these (http://jira.jboss.com/jira/browse/EJBTHREE-1195), but a better approach would be to extract out the requisite classes from each of these projects into a x-client..jar, and then bundle into jbossall-client.jar.

      Or, what is the status of jbossall? Seem to remember a discussion about our deprecating it?

      S,
      ALR