8 Replies Latest reply on Jan 5, 2006 9:49 AM by phon

    Deployment Order in Jboss

    shashikumar

      HI Guys,

      I have problem when i deploy an ejb file below is the error



      java.lang.NoClassDefFoundError: com/liferay/portal/SystemException
      at java.lang.Class.getDeclaredMethods0(Native Method)
      at java.lang.Class.privateGetDeclaredMethods(Class.java:1627)
      at java.lang.Class.privateGetPublicMethods(Class.java:1655)
      at java.lang.Class.getMethods(Class.java:815)
      at org.jboss.verifier.strategy.AbstractVerifier.hasEJBCreateMethod(AbstractVerifier.java:664)
      at org.jboss.verifier.strategy.EJBVerifier20.verifySessionBean(EJBVerifier20.java:834)
      at org.jboss.verifier.strategy.EJBVerifier20.checkSession(EJBVerifier20.java:64)
      at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:166)
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:537)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)



      Above error says there is no class. The above class resides in some other ejb jar file for that i have set the classpath in run.bat file then also same error displays.

      I need to know whether there is any sequential have to specify.......