0 Replies Latest reply on Apr 25, 2003 10:50 AM by hschmid

    3.0.7 startup java.lang.ClassNotFoundException

    hschmid

      Hi,
      after upgrading from 3.0.6 to 3.0.7 I get the following java.lang.ClassNotFoundException on startup:

      16:34:29,555 INFO [EjbModule] Deploying LiabilityBean
      16:34:29,617 WARN [EjbModule] Could not load the org.jboss.resource.connectionm
      anager.CachedConnectionInterceptor interceptor for this container
      java.lang.ClassNotFoundException: org.jboss.resource.connectionmanager.CachedCon
      nectionInterceptor
      at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
      at org.jboss.ejb.EjbModule.addInterceptors(EjbModule.java:814)
      at org.jboss.ejb.EjbModule.initializeContainer(EjbModule.java:749)
      at org.jboss.ejb.EjbModule.createStatelessSessionContainer(EjbModule.jav
      a:557)
      at org.jboss.ejb.EjbModule.createContainer(EjbModule.java:512)
      at org.jboss.ejb.EjbModule.createService(EjbModule.java:335)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
      136)
      at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)

      and so on.

      I have a ejb-jar file with two statefull session beans inside.

      I see the class beeing referenced in standardjboss.xml, but are not able to locate it in any jar file in the distribution.

      Can anybody help please?
      It worked fine with 3.0.4, 3.0.5 and 3.0.6

      Thanks,
      Hans