That's because, without the flush() call, the actual flush (i.e. the queries get fired) happens as part of the transaction completion callback (in this case the completion of your bean method).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163801#4163801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163801 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
