ReferenceError: Error #1056: Cannot create property handler
After updating my lcds application to LCSD 4.6 I get many of these errors. In debug log I can see, that java sends this handler property for some objects,...
View ArticleColdfusion 8 and Flex 2
I am new to Coldfusion, but I have been using Flex 2 with .Net. I am looking to try out Coldfusion 8. I have downloaded and installed the full blown developer edition and configured the server. It is...
View ArticleChannel.Polling.Error
Hello, We had an application which works on Flex 2, servebox Foundry 0.9.2 and LiveCycle 2. We wanted to migrate the application to Flex 4.So i did all modifications and now we have Flex 4, sevebox...
View ArticleAIR Tablet application with offline sync.
Hi Adobe experts! Let me just quickly describe the scenario… The customer requires a Tablet SAP CRM application that must be full offline accessible.We should have different scenarios here:-...
View ArticleDetected duplicate HTTP-based FlexSessions
I have asked this question on Flex forum and thought that this question belongs to LCDS/BlazeDS forum.Can you guys look at my issue at the link below and help me...
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 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 ArticleADEP Data Services JEE 4.6 related Issue 2
I am having one more problem related to Flash builder 4.6 and Adobe air.I tried to make web app and created data model for it...It works fine.Also I created the desktop app (air app) the same steps but...
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 ArticleDatabase binding - Acrobat Reader
database updates will work with Acrobat X Pro but not in reader, not even when I preview from within LiveCycle. This used to work until all of a sudden I stopped getting the "this form is trying to...
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 ArticleSave non flash based data using Lifecycle DataServices ES2
I currently have some automation setup, where I need to write some data to the database. This is done outside of the Flash project. Is there a way to tie into Lifecycle Data Services to save a value...
View ArticleAMF Connection via secure amf
Hi, I'm using Java AMF Client to talk to a LiveCycle server.when I try to open an AMFConnection to an https-URL, I get the following error: javax.net.ssl.SSLHandshakeException:...
View ArticleFlex 2, FDS 2.5 and CF8
Hi everyone,I am starting to retract my brain from an intense 2 days to figure out how to use Flex with Coldfusion. I am using Coldfusion 8 Beta (this part is good, don't need help for CF itself). I am...
View ArticleAre Hibernate Annotations supported?
Does FDS support Hibernate annotations? Will the use of hibernate annotations create any problems?-hc
View ArticleHierarchical data with SQLAssembler: pointers vs ids
Hi!Ive got parent-children nodes that I need to store and retrieve from an SQL database, using SQLAssembler. The parents and children are a recursive tree, all of the same class.The data is displayed...
View Articlenewbie question about livecycle data services es
Hi all.i've downloaded the LiveCycle ES2 VMware virtual appliance, setup it up on a esxi server, workspace, content space, all are up and running, but here comes my question, how do i install livecycle...
View Article'flex.messaging.services.HTTPProxyService' error
Hi, I have met below error in using lcds 2.5.1.... how can i fix this error ? i have already update commons-http.jar file. but same.... thanks, flex.messaging.config.ConfigurationException: Unable to...
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 ArticleADEP Data Services JEE 4.6 related Issue.
Hello,I tried to use build simple application in Flash Builder 4.6 with data model i.e. model driven development. I tried to follow the example of lcds data services but doesn't work for me.I am able...
View Article