4 Replies Latest reply on Jun 6, 2004 10:40 AM by jae77

    JBoss 3.2.4 and Nukes status


      With JBoss 3.2.4 final just out, I thought I would try my Nukes module against it. It looks like there will need to be some changes to the code to make Nukes work in the new release.

      On startup, when the Nukes.ear is being deployed, I get:

      
      [org.jboss.deployment.SARDeployer] create operation failed for package file:/C:/jboss-3.2.4/server/default/deploy/nukes.ear/nukes.sar
      
      ...
      
      Caused by: java.lang.NoClassDefFoundError: org/jboss/mx/interceptor/InvocationException
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:140)
       at org.jboss.nukes.component.NukesBuilder.class$(NukesBuilder.java:60)
       at org.jboss.nukes.component.NukesBuilder.build(NukesBuilder.java:284)
       at org.jboss.nukes.component.NukesBuilder.build(NukesBuilder.java:248)
       at org.jboss.nukes.component.NukesMBean.<init>(NukesMBean.java:64)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
       at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:871)
       at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:290)
       at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:317)
       at org.jboss.system.ServiceCreator.install(ServiceCreator.java:121)
       ... 81 more
      


      This raises several questions:

      * What version of JBoss should Nukes 1.1 be aiming for? 3.2.3 only? Both versions?

      * How should we deal with differences in the code base driven by differences between different JBoss versions? Different branches in the code base and different distributions?


      Any thoughts?


      Sherman