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#3977148

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977148
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to