1 Reply Latest reply on Aug 9, 2007 5:53 AM by pmuir

    Component precedence and SFSB

      I have a seam component that is also a SFSB. I extended this component and added

      @Stateful
      @Name("contactManager")
      @Install(precedence=100)


      This deploys the correct version as a Seam component, but the EJBContainer deploys both.

      What is the best way to have this component take precedence with both the Seam and EJB deployer?