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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837639#3837639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837639 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
