LCDS Fetching a single row
Hello guys, i need your help, im doing Model Driven Development and want to know if there is a way to call a service method Synch NOT Asynch.All the calls are Asynch." var...
View ArticleFiber - Template error - ASOfflineAdapter
When I generate the offline adapters from my data model, I get following error: template error in "ASOfflineAdapter.ftl": Method public fiber.gen.as.offline.SQLiteQueryGenerator...
View ArticleContactManager sample on Tomcat
I'm tring to deploy the FDS ContactManager sample using Tomcat 5.5. I installed and configured jotm 2.0 as described here:http://www.silver-island.com/arts/flex/FDS2.0_on_Tomcat/contact_manage...
View ArticleHTTPService Timeout
How do you properly handle HTTPService calls that never return with Result or Error? I have one that repeatedly sits and sits, never coming back from the server. If I set timeout, that's fine, but...
View ArticleHow to call PL/SQL function inside column in entity
Hello, How can I do next:- Crete entity from existing table in database, but one column in the table gets value from function. Function is written in oracle PL/SQL language and it is located inside...
View ArticleData Binding not full. I.E. Bool(true,false).
Hello,I am working with LiveCycle connected with SAP, it is where I take the data. I have some problems when I work with boolean or not totally filled colums. I will put an example to make me...
View ArticleProblem consuming XML data from .Net 2.0 Web Service
I've tried a ton of variations, I must be missing something simple Hope a guru out there can help...Apologies on the size and formatting - I couldn't find the "Attach Code" button or link on the Post...
View ArticleHow to send complex object through webservice in Flex 3 to .Net
Hi, I am new to Flex and trying to pass a complex object(a object which have another object array collection as property) through Flex 3 to .Net WCF service. I tried all mean but no success. I can...
View Articledataservice call fault error after session timeout does not get trapped in...
Hi, My data service call after the session time out for about 30 mins, does not get trapped into the fault handler. It pops up a Flash player error on the AIR simulator. I have some code to handle for...
View ArticleSQLAssembler and Nulls
I have a question about the correct use of a SQL Assembler destination. It seems that the SQL Assembler does not handle NULLs when data is passed to it from the flex client. If I have a value object...
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 Articleinvoke remoting endpoint crossdomain
I need to invoke work process through remoting endpoint in flex app from other domain.my flex app is on : http://localsever.me.com:9001/test.swfin this test.swf, I try to invoke a process that is...
View ArticleLCDS 2.6 -> 3.1, now getting Server.Processing.NotSubscribed error
Ever since migrating our application (AIR Client, serverTomcat 6) from LCDS 2.6 to 3.1, I keep getting this error: Fault Code: Channel.Polling.Error; FaultString: errorRoot...
View ArticleChanges not getting reflected on multiple clients
Hi All, I am using LCDS - DMS in my application. Now when I make changes at the client end, the changes get pushed to the server but they do not get reflected at the other clients which are running...
View Article[FB4.5 LCDS AIR] No data to AIR apps.
Hi everybody. I'm trying out the new Flash Builder 4.5.1 and in particular the mobile section. Love to create a mobile app. Been using LCDS for a while now to and loving it. Creating RIA's with the...
View Article[JTATransaction] You should set hibernate.transaction.manager_lookup_class if...
Hello I keep seeing the above error in my server log. My model file has the following. What is the warning about and how to rectify it in the right way thanksRupak <annotation name="DMS">...
View ArticleData Management Service and Order of Inserts, Deletes
Hello, we are using the LCDS Data management service with a Flex app. Currently we are using the SQL Assembler. The issue we are having is with the order of the inserts and deletes that the data...
View ArticlePopulating Tree from Java Remote Object
Hi,I was wondering if there is a specific "type" of Java object(s) I need to create to pass a Java object as the data provider for a Tree.My example is as follows : I have a Building, inside a building...
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 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 Article