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

2007-02-15 Thread dozcelik
I sent out the email today with my real name. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017302#4017302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017302 ___ j

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

2007-02-14 Thread dozcelik
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 [PhoneHom

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

2007-02-14 Thread dozcelik
Gavin Hi - Thanks for the help offer .. I am pretty darn sure I missed as minute as a semi column somewhere.. hopefully.. I wrote my comments in uppercase to separate them from code.. I am using mysql generated keys.. The problem is summarized in these two lines.. getInstance().setParty(authen

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

2007-02-13 Thread dozcelik
Hi - I am getting an interesting TransientObjectException for the following condition.. I create a User object in the authenticator and User has a 1-1 relation with a Person object. user instance is outjected as follows.. @Out(required=false, scope=ScopeType.SESSION) private User authen