[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread anescu
I know they are persisted. But I don't have much experience with EJB3, JPA, Hibernate... I hoped that maybe there is some way to say ignore the update on this entity to the persistence manager. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052546#4052546

[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread petemuir
You've updated A1, a persistent entity, so when you flush the Persistence Context, i the changes get persisted. If this was just regular java objects, you wouldn't expect the above to work... so, redesign so it would work with plain java objects and then add in your pesistence - *don't* use

[jboss-user] [JBoss Seam] - Re: Persistence Question

2007-06-08 Thread petemuir
Thats what I mean by tricks ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052548#4052548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052548 ___ jboss-user mailing list