"pualsa" wrote : May be you have a cyclic invocation: Bean1 -> Bean2 -> Bean1 | If this is the case then try to make Bean1 reentrant (but be careful this allows multithreading on the bean)
That's not the case, because then I would have a 'caused by' in the exceptions stack trace that would point to a line in Bean2. How can I make a bean reentrant without switching to a stateless bean? Is this possible? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839954#3839954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839954 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
