1 Reply Latest reply on Aug 27, 2002 2:08 PM by adrian.brock

    No error reported when EJB deployed, no instance created tho

    kreynolds

      When i deploy my test bean I receive no error, however I do not receive any [EjbModule] output either stating that my bean was Creating, Deploying, Created, Starting, and then Started. So the bean was never brought up, what could cause this? below is the only loging i receive from the ejb on deployment:

      2:44:57,691 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kentsample.jar
      2:44:57,861 INFO [MainDeployer] Successfully completed deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/kentsample.jar

      kentsample.jar contains:

      path: com\kentsnow\sample\
      KentSample.class
      KentSampleBean.class
      KentSampleHome.class

      path: meta-inf\
      ejb-jar.xml
      jboss.xml
      Manifest.mf

      Thanks!