0 Replies Latest reply on Dec 18, 2006 7:03 PM by starksm64

    jboss fails to boot with current snapshot

    starksm64

      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?