LCDS fails at initializing DataStore
Hi, we're using ADEP 4.6 Dataservices' datamanagement and we're getting a strange but explainable error. We have an AIR desktop app with a dataservice and offline cache. The situation is that I...
View Articleremote object taking more time to respond
I am using live cycle data services to access my remote java object. Sometimes remote object is taking a lot of time to respond (even 15 minutes). Please give me some solution.
View ArticleHow to initialize back-end services on startup. LCDS + JBoss 5
We use JBoss 5 and latest LCDS and need to initialize services on back-end not lazily but right after deployment and server start.Could you please advise how to do that?We use Java adapters for data...
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 ArticleHow to set LiveCycle Data Service to use AMF Channel ?
Hi All,I'm using Data service with channel set is RTMP Channel and Remote Object is AMF Channel. Now, I want to set Dataservice using AMF Channel but I do not know whether it is possible or not. Please...
View ArticleDelete item when using auto sync
Hi All,I'm using Dataservice with autoSyncEnabled is true. I run my web app on 2 browser to test auto sync feature but when I delete item xxx on the browser 1, the item xxx still displayed on the...
View ArticleCreate-Item stored procedure return error for hte parameter
Hi, I'm getting the following error when I create an item with the data services: INFO: [Data Services] [DEBUG] SQL Assembler jdbc exception on operation=create-item...
View ArticleFlex 2 TFS Chapter 17 FDS & LCDS
Hello everyone.I've been working through this book and everything has been going great. However, I got to chapter 17 where you make the switch from static xml files (at www.flexgrocer.com/... .xml) to...
View ArticleFlexFactory Example
I'm wanting to use Spring for my backend for Flex Data Services. Ifound the docs on using a class that implements the FlexFactoryinterface, but the really is not enough detail in the docs to...
View ArticleCannot assign operations into an RPC Service (WSDL)
Hi All, I am in the process of exploring Flex and now I have got stuck when connecting to a webservice I get the following errorCannot assign operations into an RPC Service (WSDL) Please note that I...
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 ArticleNew Modeler for Flash Builder 4.5 Available
Modeler 3.11 works with Flash Builder 4.5 and Livecycle Data Services 3.1. It is available for download here: https://www.adobe.com/cfusion/entitlement/index.cfm?e=lc_app_model Modeler 3.11 Release...
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 ArticleRemoteObject 404 error
Hi All,I am trying to get the mx:RemoteObject functionality to work, and I am getting the following error on the client:[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend"...
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 ArticleWebservice error messages
Hi AllI am using a web service to feed my flex application with data. When exceptions occur in the web service, I only get some generic error message in my fault handler. I would like to be able to get...
View ArticleConnect to a MS SQL Server database
Dear all,Please tell me how to connect to a MS SQL Server database in Flex 3.Thanks a lot !
View ArticleAccessing Flex session from a Java application
Hi!I am new in Flex. I want to access the Flex session from Java. Mainly I want to know when an user performs login and logout.Can anybody help me with an example or some suggestions.
View ArticleBest way to fill a datagird with A LOT of data?
What's the best way to fill a datagrid with A LOT of data. I'm talking about something like 10,000 rows. Can the datagrid handle it? No screen is large enough to show 10,000 records..... is there a way...
View ArticleConsumer Selector
I've seen examples using consumer selectors, but all of them are simple queries like VAR = VALUE or VAR > VALUE.Issue is that im working on a application that requires some extra logic in there. The...
View Article