Error 2030: End of file was encountered RTMP connection
I have an application that connects to my server via AMF3. (I am using FluorineFX and I am using remote procedure calls). The server is monitoring data and invoking client functions whenever that data...
View ArticleBlazeDS 4.x in Maven Repo?
I need to move up to 4.x from 3.x and am finding out that I there is no BlazeDS in Maven Central and that Adobe isn't about to help; http://bugs.adobe.com/jira/browse/BLZ-71 Can anyone point me to a...
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 ArticleIs RTMP to AMF Websocket possible?
Currently we support an application that communicates via RTMP channel messages. We're working on re-writing one of the application's components to use HTML5 and Javascript websockets through LCDS...
View Articleunable to load SWC automation.swc
I'm trying to use FDS on JBoss. I unzipped flex.zip into flex.war. I deployed the directory flex.war to JBoss, I created a "Hello, World" FDS project using Flex Builder. I specified "compile on...
View ArticleXFA is not a shell XFA
I can not figure out what is causing the error and what does the error message mean.<br /><br />b Error:<br /><br />flex.acrobat.pdf.PDFException: XFA is not a shell XFA<br...
View ArticleConnecting to remote JMS: name TopicConnectionFactory not bound
Dear all, I'm trying to send messages from and to a remote JMS (activemq) (it is on localhost now for testing purposes). However, I keep getting error messages no matter how I try. The message is:...
View ArticleJava server Push DataMessage through RTMP LC DataService
Hello all, I'm doing a POC to push Data from a (Java) server, though LCDS 3.1 's DataService using RTMP. Configuration is OK. Adobe Air client DataMessage to server (+Assembler saving in DB) : OK I...
View ArticleError when caching data locally using LiveCycle Data Services
Hi all,I developing a mobile application support working offline. I using cache feature of LiveCycle Data Services.This is my datasevice ( it has associate to others dataservice ) and autoSaveCache =...
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 ArticleJava / AS3 mapping
Is [RemoteClass(alias="")] can apply to Fault.rootCause ?Said differently, can I map a java exception (thrown during a remote service call) to a custom AS class ?Thanks in advanceThierry.
View ArticleArrayCollection in flex and ArrayList in java
Hi mydears of this world Here i come along with my problem with the hope that some one can resolve it i am totally new to flex and i am working only for the past 3 days in flex. and i learned a little...
View ArticleSetting socket timeout on ActionScriptAdapter?
I have an application that is using BlazeDS for two-way communication between a Java-based server hosted on Tomcat and a Flex Client. From one particular client access location (and no others we've...
View ArticleInstall lcds: Hibernate problem
Hi,I tried following the steps in http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Installing/lcds31_install.html#JBo ss Here we're using OpenSuse with JBoss 4.2.1. So I extracted...
View ArticleFlex Builder 3.2.0 QTP Plug in
Hi we have our applications developed in Flex 3.2 and we have QTP 11.00 with flex plug in of 4.5 and I am trying to access the application front end in 3.2 it does not let me access the page or...
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 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 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 ArticleWhen to use AMF and when to use RTMP??
Hello can someone explain the difference??I am using all the defaults for the configurations files (remoting and datamanagement) and my app works perfectly on development mode where everything is on...
View ArticleLogin Credentials in flex
Hi,I am developing a flex application for Login page., for this am using the Remote Object for calling java method.i need to check whether the given username and password is valid by checking inside...
View Article