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 ArticleHow Do I use a variable for a datasource
I'm trying to use a variable as a datasource so changes are easy to make with out having to look through the entire process.If I use SLC_ENGFC_DEV_DS as the literal value the select statement it works....
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 ArticleData Management Service
Hello, I urgently need your help. I have to invoke a Java DAO from LiveCycle DataService. I configured a Data Management Service that works correctly. When I invoke the method, however, the...
View ArticleHow to receive message from queue based on JMSPriority
Hi all, I want to receive message from Receive Message From Queue based on JMSPrirority. I am able to send message to queue using Send Message To Queue component with specifying Priority value as...
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 ArticleLCDS 2.5 - Dataservice is very slow
I have a query that returned about 7000 records using livecycle dataservices 2.5 and Flex SDK 3.0. I expect this to take a few seconds, but it take 25-30 seconds to get the result back. The VO I am...
View ArticleDataService - offline data / incremental load
Hello, We're working on a mobile app with offline mode, and got a few questions to cover in order to design the best solution. 1. When we enabled offline caching for DataService with approach including...
View ArticleUsing LCDS and HTML5 Websockets for Consumers and Producers
I've been following the examples from here: http://help.adobe.com/en_US/LiveCycleDataServicesES/4.6/Developing/WS74a1cc3271d4c9821a4a3 ad3132cc2454ba-8000.html I can't seem to get my consumers and...
View ArticleHow to call stored procedure in data services?
Hi, all,I'm a newbie and am trying to evaluate Flex for our development environment. We use a lot of Oracle stored packages in the database to process the business logic. However, I can't seem to find...
View ArticleHibernate id to load is required for loading
Please someone!I can not seem to get hibernate to update or delete rows in my db . can anyone help me to figure out what this issue is from . I have verified that I am pulling the ID and the my getters...
View ArticleFlex Message Examples Do Not Work with Moxie M2 and LCDS
I have an application that is originally developed with Flex 2.X. Recently I upgraded it to Moxie M2 and LCDS. Part of that application include a Chat (similar to the example in LCDS >> Samples...
View ArticleFlex FTP and PHP
Hi Everyone,As you can see by the title, I'm trying to use Flex to upload a file, followed by having PHP FTP the file to the server.I have been successful at having PHP move the file once Flex uploads...
View ArticleTomcat/LCDS/Flex/RTMP File Descriptor Leak
I have an application using Flex 3 and RTMP for real time updating running on CentOS and Tomcat 5.5. However, as this product has grown I am seeing an increasing problem with file descriptors. When the...
View ArticleTrying to Map Value Objects
I am a Rails developer and very new to Flex. I have to Value Objects that receive data from the server -- UsedVehicleVO and StyleVO. Each UsedVehicle belongs to a Style, so in my UsedVehicleVO I have...
View Articlelcds rtmp dying on large file transfers to remote java class
using lcds3 we are trying to upload a file from flash to a java remote procedure using rtmp on small files it works fine but one of our test casesis 24meg and rtmp dies with this message in the...
View ArticleNullPointerException using java to send message
I have a flex application using 3.x and BlazeDS 3.x that calls a servlet. In the servlet I have the following MessageBroker msgBroker = MessageBroker.getMessageBroker(null);...
View ArticleHandle Exception from LCDS
Hello, I am using Flex 4 with LCDS 3. I am having problems with properly handling exceptions. I have a simple commit service like; var commitToken:AsyncToken = _serviceName.serviceControl.commit();...
View ArticleProblem with dataservices query.
Hello, We're getting a Type Coercion failed error (TypeError: Error #1034: Type Coercion failed: cannot convert _ProductMasterSpecificationsEntityMetadata@18599b01 to mx.data.IManaged.) when we call a...
View ArticleFlex AIR iOS application with rtmps
Hi, If I am accessing flex AIR application from Mac or iOS (iPad) using secure rtmp then it gives me error. It is not able to connect to the server. I have a self signed certificate generated using...
View Article