I suspect that 'user' is null when you attempt to write to it. Use your debugger
to check. If so you'll need to think about desgining the application so that user
isn't null at that point ;)
e.g. (I think this should work :)
@In(create=true)
| @Out
| private User user;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977148#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...