3 Replies Latest reply on Mar 25, 2008 11:10 AM by maxandersen

    Seam Validator and components from components.xml

    cpopetz

      Hi,

      If a component in an EJB project injects a component that is described in the war project's components.xml, it works fine at runtime, but I get "Uknown context variable name" in the IDE.

      Is there a way to make the EJB project realize that it should look in the war project for the components.xml? The "seam.parent.project" property is set correctly in org.jboss.tools.seam.core.prefs.

      Is this just a bug?