[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call
dhinojosa
do-not-reply at jboss.com
Tue Jul 10 18:16:30 EDT 2007
I got that error when I had a member variable without (create=true)
| @In @Out
| private Product product
|
So, once I put in
| @In(create=true) @Out
| private Product product
|
It fixed the intermittent problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062714#4062714
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062714
More information about the jboss-user
mailing list