2 Replies Latest reply on Jul 2, 2004 3:39 AM by aloubyansky

    Problem deploying CMP on jboss 3.2.4

    shoits

      Iam facing problem in deploying the CMP in Jboss 3.2.4. Iam not sure where iam going wrong. This is the exception iam getting

      14:56:16,447 WARN [DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null
      14:56:17,057 INFO [EjbModule] Deploying TestCMPBean
      14:56:17,307 INFO [EjbModule] Deploying TestSessionBean
      14:56:28,932 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=TestCMPHomeRemote,service=EJB
      RuntimeErrorException: java.lang.NoSuchMethodError
      Cause: java.lang.NoSuchMethodError
      at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:99)
      at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)

      Can anybody plz throw light on this?