AFAIK flush() sends the data to the database but does not commit the transaction. So
depending on your transaction isolation level you may not be able to see the new records
in another transaction.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084802#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...