[jboss-user] [Beginner's Corner] - Re: OneToOne could be null
Wolfgang Knauf
do-not-reply at jboss.com
Fri Nov 20 07:04:54 EST 2009
Hi,
probably "@Transient" on a relation field does not work. Try to remove it.
To prevent unnecessary persisting of the entity, you might set the "cascade" attribute to e.g. "don't cascade persist calls".
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266734#4266734
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266734
More information about the jboss-user
mailing list