This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: EJB not boundpaulwells Apr 7, 2003 12:34 PM (in response to ingmar)It sounds like your EJB is not deploying correctly. Does your jar file contain the ejb-jar.xml inside the META-INF directory? 
- 
        2. Re: EJB not boundingmar Apr 8, 2003 3:47 AM (in response to ingmar)The ejb-jar.xml is in the Meta-Inf directory. So that ain't the problem... 
- 
        3. Re: EJB not boundpaulwells Apr 8, 2003 7:31 AM (in response to ingmar)When you deploy your jar you should see the following log lines: 
 INFO [org.jboss.ejb.EjbModule] Creating
 INFO [org.jboss.ejb.EjbModule] Deploying
 INFO [org.jboss.ejb.EjbModule] Created
 INFO [org.jboss.ejb.EjbModule] Starting
 INFO [org.jboss.ejb.EjbModule] Started
 If you are not seeing these, you should try turning debug on (server/default/conf/log4j.xml) and then re-deploy the jar to find out more info.
 
    