0 Replies Latest reply on Mar 23, 2005 9:28 AM by copperman

    how to debug why an ejb is not getting deployed in jboss 4.0

    copperman

      06:42:57,646 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/opt/servers/jboss-4.0.0/server/default/deploy/accountlocate.ear
      06:42:57,901 INFO [EARDeployer] Init J2EE application: file:/opt/servers/jboss-4.0.0/server/default/deploy/accountlocate.ear
      06:43:01,912 INFO [EARDeployer] Started J2EE application: file:/opt/servers/jboss-4.0.0/server/default/deploy/accountlocate.ear

      but i do not see any EJBs deployed or the JNDI view does not show the EJBs. My sample application is getting deployed.

      here is the copy of JNDI view

      jboss.j2ee

      * extension=LoaderRepository,service=EARDeployment,url='accountlocate.ear'
      * jndiName=CabinHomeRemote,plugin=cache,service=EJB
      * jndiName=CabinHomeRemote,plugin=pool,service=EJB
      * jndiName=CabinHomeRemote,service=EJB
      * jndiName=TravelAgentHomeRemote,plugin=pool,service=EJB
      * jndiName=TravelAgentHomeRemote,service=EJB
      * module=titan.jar,service=EjbModule
      * service=ClientDeployer
      * service=EARDeployer
      * service=EARDeployment,url='accountlocate.ear'

      Thanks