0 Replies Latest reply on Jan 31, 2012 3:17 AM by arturfriesen

    Seam and ZeroC Ice Middleware

    arturfriesen

      Hi,


      im wondering if somebody is using this combination. Yesterday i was pointed to the ZeroC/Ice Middleware and i think its a really great solution to easy implement communication between different platforms.


      I also successfully integrated ZeroC/Ice into my Seam-Application. The only barrier I had to clear was that there was no Seam-Context when the method in my seam-component was called from outside.


      I fixed this by adding Lifecycle.beginCall(); and Lifecycle.endCall(); to my code.


      Does somebody else has experience with this combination? Are there pitfalls which I dont see at the moment?