Gavin - I verified the value by adding a log..
@Override
public String persist() {
log.info("-->authenticatedUser id = " + authenticatedUser.getId());
getInstance().setUser(authenticatedUser);
return super.persist();
}
and I got ..
00:53:28,995 INFO [PhoneHome] -->authenticatedUser id = 1
So the user and its id is really there.
The interesting (to me) part is that assigning authenticatedUser does not work
but assigning authenticatedUser.getPerson() does as in follows..
getInstance().setParty(authenticatedUser.getPerson());
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016768#4016768
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016768
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user