3 Replies Latest reply on Dec 13, 2006 3:17 PM by gavin.king

    Problem with detached enity

    frehan

      My seam based application worked fine with seam 1.0.1 GA and jboss 4.0.4 GA but when I upgraded to seam 1.1.0 CR2 and jboss 4.0.5 GA a started to get problems with detached enity.

      I have a @DataModel and a @DataModelSelection in a @Stateful session scoped bean. When I delete a item from the list I get:

      19:36:03,890 ERROR [STDERR] java.lang.IllegalArgumentException: Removing a detached instance se.test.par.Establishment#35

      I didnt have this problem before. Does anybody know why?

      Best Regards Fredrik