This content has been marked as final.
Show 3 replies
-
1. Re: javax.ejb.EJBException: CMR field value is already loade
alexmartins Feb 3, 2004 12:27 PM (in response to alexmartins)This error is also ocurring, in the same cenario as above.
HTTP ERROR: 500 EJBException:; nested exception is: javax.ejb.EJBException: RuntimeException; CausedByException is: A CMR collection may only be used within the transction in which it was created
-
2. Re: javax.ejb.EJBException: CMR field value is already loade
pilhuhn Feb 3, 2004 3:42 PM (in response to alexmartins)If you call the two methods from e.g. a servlet then put a user transaction around the calls.
-
3. Re: javax.ejb.EJBException: CMR field value is already loade
alexmartins Feb 3, 2004 5:35 PM (in response to alexmartins)thank you very much for your answer, but could you be more clear, please?