0 Replies Latest reply on Jan 29, 2002 2:59 PM by dcelery

    Serlet don't meet EJB

    dcelery

      I have a Session EJB, whose jndi-name is productos/Productos in jboss.xml.
      This ejb's are in productos.jar

      In jboss-web.xml i have an ejb-ref (productos/Productos) that point to the session ejb jndi-name productos/Productos.
      This servlet is in productos.war.

      Note: First i deployed productos.jar. Then, productos.war

      The servlet don't meet de session ejb!!
      why?

      (if i package .jar and .war in an .ear, tha´t's OK, but separately???)