To my knowledge you need to use a Seam-managed persistence context, i.e. @In.
JPA doesn't support FlushModeType.MANUAL, only FlushModeType.AUTO and
FlushModeType.COMMIT.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128002#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...