1 Reply Latest reply on Aug 18, 2006 11:15 AM by aidan_b5

    NameNotFound after upgrade to latest

    aidan_b5

      I've just upgraded from 4.03 EJB 3 RC6 to 4.04 RC8.
      I have a servlet that is run on startup, gets info from a database through an EJB and configures the app using it. For some reason the servlet cannot find the EJB under the name specified.

      Has the jndi address changed since the last upgrade?

      Previously I was looking up the EJB under:

      SMSPortal/ShipFacadeBean/local

      (SMSPortal being the ear file).

      I assume this convention has changed?

        • 1. Re: NameNotFound after upgrade to latest
          aidan_b5

          Having checked the JMX-Console, two of my ejbs are registered but not started which i'm guessing is causing the...

          javax.servlet.ServletException: ShipFacadeBean not bound
          


          when the application tries to find them.

          What is the cause of this?

          Neither of the EJBs have a jboss.xml or ejb-jar.xml.....