All depends upon how you are managing transactions. Results (usually) get flushed when
transactions commit. If you use Seam transaction management (ie.
SeamExtendedManagedPersistencePhaseListener) this happens at the end of the invoke
application phase. If you use EJB3, it happens when session bean methods are called.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983822#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...