0 Replies Latest reply on Apr 17, 2008 4:40 PM by beligum.b.beligum.org

    Does there exist any external hook into Seam?

    beligum.b.beligum.org

      Hi all,


      Is it somehow possible (without using JMS) to hook into a context that has created an external thread using whatever interface (socket, serial port, JNI, ...)?


      When I try to do this (using a stateful session bean and a spawned thread that gets killed if the bean goes out of scope), I seem to always get a No application context active-exception or something like that.


      I know it's bad design, and the J2EE specs frown upon it, but I don't have many other options...


      thanks,


      b.