[jboss-user] [EJB 3.0] - Re: TransactionRequiredException: EntityManager must be acce

2007-11-06 Thread wolfc
You are calling the entity manager in a NOT_SUPPORTED context from fetchProcess. If you want the REQUIRES_NEW to take affect, you must call fetchProcess_real through a business object instead of directly. View the original post :

[jboss-user] [EJB 3.0] - Re: TransactionRequiredException: EntityManager must be acce

2007-11-05 Thread waynebaylor
have you tried setting them all to REQUIRED? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101846#4101846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101846 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: TransactionRequiredException: EntityManager must be acce

2007-11-05 Thread paoletto
waynebaylor wrote : have you tried setting them all to REQUIRED? no i havent. you think i should mark required in the caller methods, and requires_new in the _real methods? i can try thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101928#4101928 Reply