Filter argument as collection
Hi, I'm trying to create a query on the Data Modeler in Flash Builder to retrieve some elements from an entity in this case is Client which have a clientId, basically I'm creating a filter with this...
View ArticleConversion between ASObject and custom Java object
I have Java Enterprice Application with BlazeDS installed there and Flash client (created in pure Flash -not Flex). Now I want to send my custom Java object over the wire. On The java side i have...
View ArticleReuse of an Assembler in a custom service
Hi there,first i have to say, i am pretty new to the whole lcds-stuff I have a flex-application which reads some data from a datasevice. i designed this service via the modeler plugin for...
View ArticleDuplicate rows in DataGrid in Flex3/LCDS2.5
Hi,My project in Flex2/LCDS2 uses DataGrid very extensively with streaming data coming in.After we recompiled it with Flex3 and run with LCDS2.5, we see a strange behavior:originally it shows...
View Articlehow to store and access a common properties file in LCDS, i.e. a java...
I need to store some variables in a properties file (key=value) that I can call and retrieve settings as I would in a java app. Where should the file live in the webapp and how is it accessed?
View ArticleFailed to load policy file from...
Hi There, I am facing a problem while calling a web service built in Java through flex,I am using the flex 2 for client side ,and Weblogic Server 10 for webserviceThe WSDL URL is...
View ArticleHow to prevent "A request for the item is now pending."
Hello guys, Im getting this error very often, is there any solution to this? Error: Item requested is not available. A request for the item is now pending. at...
View Articleerror in lcds-dataservices
While i am using lcds-dataservices i am getting following error -- faultString = "A fill method returned object type which is not a collection. destination 'mppchequebounce' params: '[[1026300,]...
View ArticleCustomised Error Message instead of standard message ?
Hi All, I am calling a WSDL through a Livecycle generated form, but it shows an error saying "Error attempting to read from file".....(file name) when it does not connect to the web service. Can we...
View ArticleComplete authentication example for a per client authorization
Does anyone have an example of per-client-authentication that includes the config and java files. I need to have each user have their own authentication/session, if this is not the best way to...
View ArticleRetrieving session data in remote objects with...
Here is a jsp page (fww_prueba_ale.jsp) that references a swf (compiled from sessionDataManagerCaller.mxml) that only makes a call to a Remote Object (SessionDataManager.java) that try to obtain...
View ArticleHow to use createItem via DataServiceTransaction-API correctly
Hello, I try to create an item via the DataServiceTransaction-API: DataServiceTransaction dtx = DataServiceTransaction.begin(false);dtx.setSendChangesToAdapter(true); EntityA a = new EntityA();EntityB...
View ArticleHow to extract signature/certificate from PDF
Hi everyone!!! I have a problem and hope someone can help me.I have a PDF form accessed via a secure connection which requires the user to identify himself using a digital certificate, and the PDF has...
View ArticleHow to prevent "A request for the item is now pending."
Hello guys, Im getting this error very often, is there any solution to this? Error: Item requested is not available. A request for the item is now pending. at...
View ArticleLCDS Session Management using an Extension Panel
We have an app that executes in an extension panel(InDesign) using both amf and rtmp calls. The lcds server then makes rpc calls to an app which returns the data to InDesign. How do you manage the...
View ArticleTypeError: Error #1009 (null object access) after manually commit of deleteItem
Hello! I'm getting a error with LCDS 3.1.0.315496 I'm using a DataService to edit some entities with dataService.autoCommit = false; I fill a arrayCollection like: dataService.fill(entitiesAC);...
View ArticleIntegrating FDS with Server-Side Java
Hi, I am trying to figure out how to access FDS destinations in order to allow server-side objects to participate in managed data-sets. For example, I would like to have a server object modify a...
View Articlehttps (ssl) configuration problem ?
Hi I've have FDS Working locally fine under Http, I'm trying to configure a server under https, both Flex-admin and the application work fine under Http, but under Https Flex-admin/console reports a...
View Articlefailed to lazily initialize a collection of role
I am using Spring and Hibernate 3. The problem I am running into is lazy loading, the session is getting blasted when Flex tries to create an object that has sets.<set name="loans" inverse="true"...
View ArticleRuntime configuation of services
I have two interdependat applications that I have inherited froma developer that has since left the company. appA can launch appB as either an enbedded app using a SWFLoader or as a seperate app using...
View Article