1 Reply Latest reply on Jun 16, 2009 11:51 PM by filosganga.dl.filippo.bigfoot.com

    Referencig EJB from Seam

    filosganga.dl.filippo.bigfoot.com

      Hi Seam users,
      I have one question. I am developing a educational enterprise webapp. I have a developed ejb modules not having any seam dependency. I want to integrate it with seam without modify the ejb modules. How can I decorate the existing EJB with Seam interceptor without mododfy the existent ejb modues?


      If I add another ejb module to the ear with ejb-jar.xml declaring the seam interceptor, the intercepor will apply to all EAR ejb or only to , the Seam interceptor is applied at all EJBs in the same ear, or only to those contained in the same jar of ejb-jar?


      Excuse if my question can be stupid.