[jboss-user] [JBoss Seam] - Re: TransientObjectException blues

dozcelik do-not-reply at jboss.com
Wed Feb 14 19:11:56 EST 2007


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



More information about the jboss-user mailing list