0 Replies Latest reply on Apr 9, 2008 3:18 PM by efticri

    Seam remoting in cross application interactions

    efticri

      I'm trying to use seam remoting between applications.


      Ex: A.ear, B.ear


      I've noticed that from B I can access using seam remoting any seam component deployed in A, but from A I can't access components in B.


      The only solution that I could find was to use another ear, that was loaded last and use it's context in order to get /seam/resource/remoting/resource/remote.js.


      Is there another way do facilitate cross application interactions regarding seam remoting?