This is a known issue and is easily avoided. Increase the value of your concurrent-request-timeout in your components.xml to a value that is suitable for your application. I've got mine set to 10000 meaning that I want all methods completed within 10 seconds.
If a method doesn't complete within this time *and* another method has been queued up behind it by Seam, then I will get the "Conversation ended" message. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110211#4110211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110211 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
