[jboss-user] [JBoss Seam] - Re: I get a exception

KoniKoni do-not-reply at jboss.com
Thu Apr 12 17:03:30 EDT 2007


 long id = this.kfz.getId();    // get id
  |         this.kfzsList.remove(this.kfz); // clean up the
  |         Kfz kfz1 = (Kfz)  em.find(Kfz.class,id); get object from e. context
  |          this.kfz = null;  
  |         em.remove(kfz1);   // remove
  |         kfz1 = null;
  | 

I have similary case, with one "one to many"  relationship that does work, but here i have fore relations...

okay i will try tomorow again. thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036863#4036863

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036863



More information about the jboss-user mailing list