[jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue
pete.muir@jboss.org
do-not-reply at jboss.com
Mon Aug 20 10:43:39 EDT 2007
The exception is clear. You are passing an entity Hibernate knows about (i.e. is already persisted) to persist. You can't do that. You'll need to use a debugger to find out why.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075877#4075877
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075877
More information about the jboss-user
mailing list