-
1. Re: lcds 3.1 hibernateannotations problem
Rohit . KumarNov 30, 2011 9:46 AM (in response to ecchuckles)
A few questions:
- What version of the Modeler plugin are you using?
- You mentioned that "the using lcds 3.1 doc says fills should like this myService.fill(myCollection, "flex:hql", "from Person p where p.firstName = ? ", ["Paul"]); but the compiler doesn't that syntax" what error does the Flex compiler given you?
Rohit
-
2. Re: lcds 3.1 hibernateannotations problem
ecchuckles Nov 30, 2011 9:55 AM (in response to Rohit . Kumar)From flexbuilder:
ADEP Data Services - Content Repository Enablement 4.5.501000.v315043-20110711 com.adobe.model.feature.ria.feature.group
ADEP Data Services - Flash Builder 4.5 Enablement 4.5.501000.v315043-20110711 com.adobe.model.feature.fb.feature.group
ADEP Data Services - Model Editor 4.5.501000.v315043-20110711 com.adobe.model.feature.editor.feature.group
ADEP Data Services - Modeler Core 4.5.501000.v315043-20110711 com.adobe.model.feature.core.feature.group
ADEP Data Services - SAP Connector 4.5.501000.v315043-20110711 com.adobe.model.feature.sap.feature.group
The compiler wants WrDataService.fill(arg0:ArrayCollection) which I assumed are the 3 args listed for the fill, (collection, query, queryparams)
From: "Rohit . Kumar" <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-655742809-9tro-2-2ewwm@mail.forums.adobe.com<mailto:jive-655742809-9tro-2-2ewwm@mail.forums.adobe.com>" <jive-655742809-9tro-2-2ewwm@mail.forums.adobe.com<mailto:jive-655742809-9tro-2-2ewwm@mail.forums.adobe.com>>
Date: Wed, 30 Nov 2011 09:43:51 -0800
To: Chuckles McGregor <mcgregor1@llnl.gov<mailto:mcgregor1@llnl.gov>>
Subject: lcds 3.1 hibernateannotations problem
Re: lcds 3.1 hibernateannotations problem
created by Rohit . Kumar<http://forums.adobe.com/people/Rohit.Kumar> in LiveCycle Data Services ES - View the full discussion<http://forums.adobe.com/message/4055062#4055062
-
3. Re: lcds 3.1 hibernateannotations problem
Rohit . KumarDec 1, 2011 3:19 AM (in response to ecchuckles)
Hmm, looks like you are using the wrong plugin versions. Get plugin v3.11. WrDataService.fill(arg0:ArrayCollection) expects ListCollectionView and followed by set of optional arguments.
Rohit.