Getting Session Information & User credentials using FlexContext
Hi, I am working with sessions and authentication for the first time.I need assistance with using FlexContext to read the session attributes and userInformation. I want to know, how and from where...
View ArticleBrowser authentication dialog when HTTPService fails with a 401 response code
I am using a HTTP Service to talk to a third party API and passing username/password in HTTP Basic Auth header.When i enter wrong credentials through my application, as expected i get a 401...
View ArticleRetrieving session data in remote objects with...
Here is a jsp page (fww_prueba_ale.jsp) that references a swf (compiled from sessionDataManagerCaller.mxml) that only makes a call to a Remote Object (SessionDataManager.java) that try to obtain...
View Articlepassing information back via the header
I need to pass some information back to my client using the header. I am using the Remote Object to make calls. I have an Id that I am passing from the client using a custom header but I am not sure...
View ArticleError Invoking a short-lived process using Invocation API
I am trying to get this example working (http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/common/ html/wwhelp.htm?context=sdkHelp&file=invokingJava.22.10.html)<br...
View ArticleFlex session replication among cluster Help needed!
Hi,I'am using Flex 3, LiceCycle Data Service 2.5.1, JBoss 4.2.1 in a web application. Our JBoss servers are in a cluster. We want to replicate Flex session among cluster, but it doesn't work. Did...
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 ArticleMultiple Email Recipients & Submit Button
I am designing a form that will be downloaded from a web site. That form must be returned to multiple recipients.(3 different people in the department).Is there an EASY way to do this?
View Articleunable to load wsdl. if currently online please verify the uri and or format...
Hi,i have one aspx page in which i have embeded an swf object,which calls webservice to load data,it works fine on localhost,but when uploaded it gives the error no 2032 stream error ,i added the...
View ArticleHow to configure flex app in HTTPS load balanced environment where app...
Hi,I have developed the dashboard in my application using flex 3.0. For this I have used JSP wrapper around the flex application. My application runs on JBoss application server. For communication...
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 ArticleLifeCycle DS ES communication with Web Server
Hi, I have written a simple Flex 3.2 code that accepts Name, uses Flext HttpService via LifeCycle DS ES 3.0. At the Server Side I am using Struts1.2 on Tomcat 5.0. My Flex code is running and...
View ArticleCharacter encoding problems when using javascript client-sdk for remoting
Hi,I have recently downloaded LCDS to try. I was interested in using Javascript for remoting. I have a Java-based web application on the server side, and use HTML + Javascript...
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 ArticleFirst Flex Form is not Rendering
hi :)i created my very first flex form, following a adobe help file, i am using the lcConnection, the workspace-runtime.swc, and the form varialbe in the workbench process, but my form just does not...
View ArticleError handling message: flex.messaging.MessageException: No destination with...
Hi, We are using both Remoting and HttpService calls for our business application. We were able to communicate with the LCDS server till this point with whatever default settings provided for...
View ArticleFlex Data Services and Java Objects
We are trying to decide if we want to go with Adobe Flex, Flex Data Services and ColdFusion. We are mostly interested in Flex Data Services push capabilities. We need to be very nimble and have the...
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 Articlemissing declared association property
A fill command like so:<mx:Button label="Fill" click="{se.fill(entitymaps)}"/> In this data service:<mx:DataService id="se" destination="entityds"/> Gives the following stack trace:Error:...
View ArticleGetting Session Information & User credentials using FlexContext
Hi, I am working with sessions and authentication for the first time.I need assistance with using FlexContext to read the session attributes and userInformation. I want to know, how and from where...
View Article