Re: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Joshua Garnett
*To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] LCDS/Hibernate DataServices Issue Hi Jeff, Yes we have the association tags in place. We are using Hibernate Annotations and have this Annotation: @ManyToOne(optional=false,fetch= FetchType.LAZY) Object referenceToB; I should note

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Friday, October 19, 2007 1:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] LCDS/Hibernate DataServices Issue Hi Jeff, We also have

Re: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Joshua Garnett
and c so that we can do the mapping properly. Jeff -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Joshua Garnett *Sent:* Thursday, October 18, 2007 6:54 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] LCDS/Hibernate

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-19 Thread Jeff Vroom
@yahoogroups.com Subject: [flexcoders] LCDS/Hibernate DataServices Issue Hello, We've recently encountered a problem on a project I'm working on. We are using the Data Management Services to managed all of our persisted objects. It connects to our database via a customized Hibernate assembler

[flexcoders] LCDS/Hibernate DataServices Issue

2007-10-18 Thread Joshua Garnett
Hello, We've recently encountered a problem on a project I'm working on. We are using the Data Management Services to managed all of our persisted objects. It connects to our database via a customized Hibernate assembler. The issue we are seeing is that we have a series of collections that

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-18 Thread Dimitrios Gianninas
@yahoogroups.com Subject: [flexcoders] LCDS/Hibernate DataServices Issue Hello, We've recently encountered a problem on a project I'm working on. We are using the Data Management Services to managed all of our persisted objects. It connects to our database via a customized Hibernate assembler

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-18 Thread Jeff Vroom
can do the mapping properly. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Thursday, October 18, 2007 6:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS/Hibernate DataServices Issue