0 Replies Latest reply on Mar 28, 2004 1:53 PM by jlauman

    CVS Build Problems

    jlauman

      I've been trying to build Nukes from CVS with JBoss v3.2.4RC2 and keep getting the same 'class not found' error in two files: NukesBuilder.java and LifeCycleInterceptor.java..

      It's looking for three classes that don't exist or at least I can't find them in v3.2.x, the do exist in v3.0.x. They are:

      org.jboss.mx.interceptor.MBeanAttributeInterceptor
      org.jboss.mx.interceptor.Invocation
      org.jboss.mx.interceptor.InvocationException

      In 3.2.x the above files are:

      org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor
      org.jboss.mx.server.Invocation / org.jboss.Invocation
      org.jboss.mx.server.InvocationException / org.jboss.InvocationException

      Does Nukes build with the latest JBoss or am I missing something?

      Jack