When I try I get something like this: javax.ejb.EJBException: Application Error: tried to enter Stateful bean with different tx context Basically I'm invoking method A while method B is still running, invoked by another thread. Both A and B belong to my facade stateful session bean.
I did some search work but could not find a solution to this problem, is there a way to propagate my context so that the bean will like my calls? The alternative approach is to split the facade but I'd rather not do it if at all possible. Any help is really appreciated :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851411#3851411 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851411 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
