Connection refused - mysql 5
I have been trying to connect Flex 3 to a mysql data service on my localhost (development machine). I am using the create application from database -> new connection profile. I keep getting a...
View ArticleFlex and Intuit QuickBase
I'm using an http service object to open a connection to the Intuit QuickBase API, but the Flex error checker doesnt likethe use of QuicKBase's query language in the XML. Any ideas on how to get around...
View ArticleJava/Hibernate backend with FDS: issues
Hi everyone, I'm quite new to the Flex world but I'm so excited about all of it that I decided to make a Flex app in order to get my degree. So, I started by building my own app (which is a management...
View ArticleSecure RTMP and Linux
Maybe someone can help me solve this mystery.I have successfully used RTMP on Windows XP and RHEL 4 with Flex 2.0.1 FDS and integrated JRun, Adobe FlashPlayer 9,0,28,0The application works with a...
View ArticleUsing web service on HTTPS self-signed certificate
In my project I need to connect to an intra-net web service but we need SSL connection between the two machines.Because this is an intra-net site the certificate of the web service might be a...
View ArticleData Services "Express" ?
Is the express version the full version? I am used to express versions typicaly being watered-down versions of a more expensive/robust retail version.Regards.
View ArticleI am gettin an error
I am gettinga the following error when i deploy my file in tomcatError #2048: Security sandbox violation: can some one help me: http://localhost:8080/answers-homepage/Main.swf cannot load data from...
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 ArticleConfiguring a connection to MySQL
I have installed lcds es trial version 2.6.1 with tomcat option. When I run the test of the installation it works OK.Now I want to make a connection to a MySQL database to access it through a flex...
View ArticleNetConnection.Call.Failed: HTTP: Status 404; messagebroker/amf'
Hi,I have been trying to solve this problem could not. Can some one help me? My environment is Tomcat6+ LCDS ES2 My Flex app is hosted on tomcat and connects to a REST web service in the same tomcat...
View ArticleProblem LiveCycle Data Services with Parsley Framework
Hi All,I have problem when using LiveCycle Data Services and Parsley framework.Here is my Dynamic command :....public function execute(message:ServiceMsg):AsyncToken{...
View ArticleAccessing Java Session from Flex
Hi, I have a JSP login page to access an intranet, inside the Intranet I have a flex application, to access session info in the JSP page from my flex application i've created a remote object to get...
View ArticleRemoteObject has Channel connect failure
I have a very simple remote object in my .mxml:<mx:RemoteObject id="FlexReportUtilRO" destination="FlexReportUtilRO" source="com.interwoven.opendeploy.ui.FlexReportUtil"><mx:method...
View ArticleBig bug in DataServiceTransaction.CreateItem
createItem arent pushing anything to the clients in manualsync. DataServiceTransaction dst = DataServiceTransaction.begin(false); String ps[] = {"test_room"};...
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 ArticleHow to get the HTTP response body if the body is a malformed XML document
Hi,I am using HTTP service with resultFormat = "e4x" set. What i get in response is a malformed XML document insome cases. Usually HTTPService throws a FaultEvent with the fault detail set to...
View ArticleUploading a user modified image
Hello, I have been able to give the user the ability to upload an image file to our server using the FileReference class and related URLRequest class, and a PHP scipt on the server. I have also been...
View ArticleCrossdomain.xml file not being called by the SWF
Hi, I'm serving an swf file compiled using flex builder 3.2 through plain HTTP, the SWF file calls a service in the same domain through HTTPS, as such, I put the following file in the root directory of...
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 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/WS7 4a1cc3271d4c9821a4a3ad3132cc2454ba-8000.html I can't seem to get my consumers and...
View Article