1 2 Previous Next 15 Replies Latest reply on Dec 5, 2005 1:41 PM by adrian.brock Go to original post
      • 15. Re: JNDI Dependencies

         

        "bill.burke@jboss.com" wrote:
        "adrian@jboss.org" wrote:
        "Maybe this is something I should just not do for JBoss 4.x."

        In JBoss4, not only might not the jndi name be bound, the class might not
        even be deployed, yet... :-)


        I don't think so...

        1. EJB 1 has @EJB ref bound to a specific JNDI name we'll say "foo".


        Yes, but your problem is that the class that has the @ejb-ref
        likely also contains an import for the class/interface of the ejb that is not deployed yet.

        1 2 Previous Next