2 Replies Latest reply on Dec 5, 2006 11:42 AM by fcorneli

    jndi lookup with 2 Seam WARs in one EAR

    fcorneli

      Hi,

      I have 2 Seam-based web application WARs in one single EAR. Apparently if WAR1 has a @Name("login") component and WAR2 has also a @Name("login") component, then Seam cannot seem to lookup the correct component, even if those two components use different @LocalBinding and in each components.xml the jndiPattern point in each WAR to their respective JNDI binding locations.

      Is this a bug or am I doing something wrong here?