"[EMAIL PROTECTED]" wrote : The workaround for 4.0.5 is to have the MDB call a Seam stateless session bean, and do the work in the SLSB.
Thanks Gavin, That would probably be a little cleaner than the above solution. I actually was able to get it to work using the Lifecycle.beginCall/endCall and using the contexts. We are still determining if 4.2 is a viable option at this point, so I will probably leave the code as is until that decision is made. Otherwise, I will probably implement as a SLSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036915#4036915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036915 _______________________________________________ jboss-user mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/listinfo/jboss-user
