If I try to boot with the current mc snapshot, it fails due to the AOPConstructorJoinpoint
missing from the jboss-aop-mc-int-boot.jar:
| Caused by: java.lang.NoClassDefFoundError:
org/jboss/aop/microcontainer/integration/AOPConstructorJoinpoint
| at
org.jboss.aop.microcontainer.integration.AOPJoinpointFactory.getConstructorJoinpoint(AOPJoinpointFactory.java:53)
| at
org.jboss.kernel.plugins.config.Configurator.findConstructor(Configurator.java:212)
| at
org.jboss.kernel.plugins.config.Configurator.getConstructorJoinPoint(Configurator.java:195)
| at
org.jboss.kernel.plugins.config.Configurator.instantiate(Configurator.java:93)
| at
org.jboss.kernel.plugins.config.Configurator.instantiateAndConfigure(Configurator.java:69)
| at
org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:159)
| at
org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:118)
| at
org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
| ... 10 more
|
What is the basis for including content in the jboss-aop-mc-int-boot.jar, and why would
this class not already be included?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994832#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...