[jboss-user] [JBoss Seam] - Re: Raising an event in Seam without violating EJB's concurr

2007-05-13 Thread [EMAIL PROTECTED]
Are you trying to raise an event and observe it in the same bean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045300#4045300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045300

[jboss-user] [JBoss Seam] - Re: Raising an event in Seam without violating EJB's concurr

2007-05-13 Thread tonylmai
Not exactly in the same bean but perhaps the same thread that the started by the very same SLSB that wanted to listen to the event. Here is the details: I have an OrderManagerBean (SFSB) that contains orders from the top of a queue (collection) managed by a (application scope) bean which

[jboss-user] [JBoss Seam] - Re: Raising an event in Seam without violating EJB's concurr

2007-05-12 Thread stu2
Coud you post some more details. I'm using events raised by SFSB just fine. Please post the relevant snippets where your event is raised, the receiver, and where the event handling is configured in components.xml. Also your stacktrace doesn't show any application code, so more of that would