Dear All!
I'm trying to construct a consumer - producer construct using 2 stateful session beans and one message driven bean.
One statefull session bean represents a running business process. This bean references another driver bean (the other statefull session bean). The business-process itself spawns up into n worker-beans which are running asynchronous (message driven beans). All these worker-beans should retrieve information from the driver-bean.
My problem is to get the workers reference information on this one driver-bean-instance that is associated with the business-process.
Is there anybody who can give me a hint how I can get such a reference in every message-driven worker-bean?
Thanks a lot!
Sebastian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959074#3959074
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959074
It is not as common as you think, at least not the way you try to solve it. We've never had this question before from someone who was was not able to (simply) solve it with other process constructs.
IMO it is not a complex solution using parallel task, but if you want the end user to do it, maybe it is. We never have and never will focus on an engine/language that can be fully used by an enduser (read all Toms Blogs http://jboss.org/jbossBlog/blog/tbaeyens/)
The 'transformation' is also addressed in these blogs (The IDS-Sheers ARIS / SAP thing)
All this will not mean more 'complex' nodes will never be introduced but not on the short term
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959070#3959070
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959070