Have you tried using FlushMode=MANUAL? - by default with EJB3 there is an implicit flush
at the end of a method invocation (even when the method is on an entity...) - this is a
nightmare with AJAX.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040982#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...