Re: [flexcoders] LCDS2.6 + Hibernate3 + Heirarchial objects - ds.deleteItem fails

2008-08-05 Thread Ryan Gravener
You need to cascade delete. http://java.sun.com/javaee/5/docs/api/javax/persistence/OneToMany.html http://java.sun.com/javaee/5/docs/api/javax/persistence/ManyToOne.html On Mon, Aug 4, 2008 at 10:26 PM, Manu [EMAIL PROTECTED] wrote: Hi, Am new to flex coding and have been able to get basic

Re: [flexcoders] LCDS2.6 + Hibernate3 + Heirarchial objects - ds.deleteItem fails

2008-08-05 Thread manu manicklal
of these settings are.   Also found the following flexray tutorial, -http://fleksray.org/flex_datamanagement_service_hibernate_en.html   Thanks, --- On Tue, 8/5/08, Manu [EMAIL PROTECTED] wrote: From: Manu [EMAIL PROTECTED] Subject: [flexcoders] LCDS2.6 + Hibernate3 + Heirarchial objects - ds.deleteItem

[flexcoders] LCDS2.6 + Hibernate3 + Heirarchial objects - ds.deleteItem fails

2008-08-04 Thread Manu
Hi, Am new to flex coding and have been able to get basic hibernate3 + lcds examples to work. However, am unable to progress with a delete operation on a non-trivial object graph with one-to-many and many-to-one relationship. Is there a tutorial that explains this. I have searched the internet