2 Replies Latest reply on Nov 10, 2008 9:05 PM by coenos

    Referencing components on another server

    coenos

      Hi,


      I am quite new to Seam and I have a distributed environment (because the client demands this). So one Webserver and one Appserver.


      The issue is that I am implementing a jpa-permission-store. This store is located on the Appserver side. However, I need to register it in the components.xml file which is located on the Webserver..


      This entry is in components.xml


      
      <security:jpa-permission-store user-permission-class="com.*****.umbrella.security.authorization.session.facade.impl.UmbrellaPermission"/>
      
      



      But the class is in the EJB project, it is an @Entity.


      How can I implement this JpaPermissionStore in a distributed environment ?


      Thanks,
      Coenos