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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...