[flexcoders] LCDS: Destination inheritance - is this a working feature?

2009-07-22 Thread gordon_greg
Greetings, I've got a problem with setting up a model hierarchy that requires using the extends attribute of a DataService Destination in LCDS, but it doesn't exactly work. I'm noticing some rather obvious issues (bugs?) that involve lazy associations on sub-classes when there is no lazy

[flexcoders] Re: LCDS: Problem with destination inheritance

2008-07-15 Thread gordon_greg
. I'll contact you off-list to get you a patched fds.swc to try out the fix. For your reference, the bug number I filed is: https://bugs.adobe.com/jira/browse/LCDS-351 Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gordon_greg Sent: Thursday, July 03, 2008

[flexcoders] LCDS: Problem with destination inheritance

2008-07-03 Thread gordon_greg
Hello, I'm using the latest LCDS 2.6.RC1 with the HibernateAssembler and a non-trivial data model that relies upon destination inheritance in a few places. In general everything works great, but occasionally, when I remove an element from a collection using dataService.deleteItem, when I then

[flexcoders] Re: Use hibernate annotations with LiveCycle Data Services

2008-06-04 Thread gordon_greg
Hi. I do indeed see that the flex.data.assembler.HibernateAnnotationsAssembler is provided in the flex.data.jar file distributed with LCDS 2.6b2. However, I have no idea how to get it working: I tried modifying the simple Contact demo using Hibernate that comes as a sample for LCDS 2.6 to use

[flexcoders] Re: Use hibernate annotations with LiveCycle Data Services

2008-06-04 Thread gordon_greg
; } } --- In flexcoders@yahoogroups.com, gordon_greg [EMAIL PROTECTED] wrote: Hi. I do indeed see that the flex.data.assembler.HibernateAnnotationsAssembler is provided in the flex.data.jar file distributed with LCDS 2.6b2. However, I have no idea how to get it working: I tried

[flexcoders] Flex DataService problem: unexpected unsubscribe and release collection ops

2008-04-01 Thread gordon_greg
Hello, I have a small, yet increasingly, complex application begun using Flex DataServics / Tomcat / Spring / Hibernate, and am running into what apparently are not uncommon limitations with regards to the complexity of the data model when using DataServices. The skinny: when deleting an item