1 Reply Latest reply on Feb 1, 2005 5:31 AM by lakr1

    EJB deployment fails in 3.2.7

    lakr1

      When migrating from 3.2.6 to 3.2.7 all of my perfeclty fine
      EJBs fails to deploy, with an EJB verification message:

      19:27:41,636 WARN [verifier] EJB spec violation:
      Bean : NewsdbSessionBean
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.
      
      19:27:41,651 WARN [EJBDeployer] Verify failed; continuing
      java.lang.NoClassDefFoundError: se/six/newsdb/services/NewsdbSession
       at java.lang.Class.getDeclaredMethods0(Native Method)
       at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
       at java.lang.Class.privateGetPublicMethods(Class.java:1770)
       at java.lang.Class.getMethods(Class.java:824)
       at org.jboss.verifier.strategy.AbstractVerifier.hasDefaultCreateMethod(AbstractVerifier.java:712)
       at org.jboss.verifier.strategy.EJBVerifier11.verifySessionHome(EJBVerifier11.java:193)
       at org.jboss.verifier.strategy.EJBVerifier11.checkSession(EJBVerifier11.java:98)
       at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:159)
       at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:501)
       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:783)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
      


      Why is that. Deployment verification is enabled in my 3.2.6 aswell and
      the verification says nothing there.


      Using:Windows XP, Sun JDK 1.4.2 and Jboss 3.2.7.

      regards
      Lars Krog-Jensen