0 Replies Latest reply on Dec 12, 2005 5:12 PM by miklernout

    EJB 3.0 RC3 on JBoss 4.0.2

    miklernout

      Hi all,

      I was wondering if somebody is able to deploy EJB 3.0 RC3 on JBoss 4.0.2, the latest in-production version of the JBoss 4.0.x tree. If I follow the nice description at http://docs.jboss.org/ejb3/app-server/tutorial/installing.html It will give me the exception I have pasted at the bottom of this post, which tells me it depends on a org.jboss.mx.interceptor.DynamicInterceptor class which, according to http://wiki.jboss.org/wiki/Wiki.jsp?page=DynamicInterceptor, is introduced in 4.0.3. How do I make this combination work?

      Thanks for your input,

      Mik


      Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.ejb3:service=EJB3Deploy
      er', Class=org.jboss.ejb3.EJB3Deployer (org.jboss.ejb3.EJB3Deployer@1a80aea)]
      at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:707)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:197)
      at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
      ... 96 more
      Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.mx.interceptor.DynamicInterceptor
      at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
      at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
      at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.getInterceptors(ModelMBeanInvoker.java:708)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.configureInterceptorStack(ModelMBeanInvoker.java:611)
      at org.jboss.mx.modelmbean.XMBean.configureInterceptorStack(XMBean.java:385)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:488)
      at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:470)
      at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:639)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:691)
      ... 101 more