0 Replies Latest reply on Nov 5, 2004 5:45 AM by felix79

    EJB Deployment problem

    felix79

      I have an EJB project correctly installed on jboss 3.2.5 on my development server.
      But when I install it on another server, it does not work !
      When i launch jboss i get this error :

      18:54:47,434 ERROR [EntityContainer] Starting failed
      jboss.j2ee:jndiName=OUGroupLocalHome,service=EJB
      java.lang.NullPointerException
       at
      org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.getInstance(JDBCQueryManager.jav
      a:88)
      ...


      and when i try to use one of my ejb i get :
      java.lang.IllegalStateException: createBeanClassInstanceCommand == null
      ...


      please help...