Re: [Resin-interest] cascade persist with Amber

2008-04-03 Thread Scott Ferguson
On Mar 31, 2008, at 2:58 AM, Torkil Svensgaard wrote: > Hi list > > I'm playing around a bit with Amber and can't seem to get cascading > persist to work. The attached code runs fine but doesn't persist the > competences, only the search. > > Have I misunderstood something? Based on the bug

[Resin-interest] cascade persist with Amber

2008-03-31 Thread Torkil Svensgaard
Hi list I'm playing around a bit with Amber and can't seem to get cascading persist to work. The attached code runs fine but doesn't persist the competences, only the search. Have I misunderstood something? Thanks in advance, Torkil package com.scr.data.search.entity; import java.util.Set;