Accessing Flex session from a Java application
Hi!I am new in Flex. I want to access the Flex session from Java. Mainly I want to know when an user performs login and logout.Can anybody help me with an example or some suggestions.
View ArticleAmbiguous refernce to mxml:HTTPService
In Flex Builder 3, I get "Can not resolve a multiname reference unambiguously." when I include:<mx:HTTPService id="data" method="POST" url="data.php"></mx:HTTPService>The error text is:Can...
View ArticleBlazeDS Data Push - Chat App
I'm trying to learn how data push works in BlazeDS by using the followingchat tutorial. The tutorial gives you a preconfigured version of Tomcat and all works well, very nice. So I took the next step...
View Articlefailed to lazily initialize a collection of role
I am using Spring and Hibernate 3. The problem I am running into is lazy loading, the session is getting blasted when Flex tries to create an object that has sets.<set name="loans" inverse="true"...
View ArticleIntegrated JRun Environment and compiling Java code
I am a newby to the Flex development and have a question on JRun integration environment. Came across the Contact sample...
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 ArticleClassCastException deserializing message
After upgrading from LCDS 2.5 to 2.6, I see the following exception. This used to work. Anyone care to guess what is going on here? Thanks in advance.Sep 9, 2008 10:23:57 AM...
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 ArticleRouting Forms
Struggling with PDF forms and Livecycle Designer/Technologies... I am looking into replacing some of our Word doc forms with PDF forms. Easy enough creating simple PDF forms from the .docs. But from...
View ArticleError #1053: Illegal override of getPollSyncMessageResponder in...
Hi, I have a long term project that has been developed over the past year+ and I upgraded from Flex 3.3 to 3.4.1. After doing this I started to receive this message when I run my application:...
View ArticleExport PDF Form Data to Database using ASP.NET
I have searched some topics related to PDF Form data export by using ASP.NET. However, I am not familiar with the procedures of using ASP.NET to export PDF Form data (Since I am new to LC). I would...
View ArticleConnect to a MS SQL Server database
Dear all,Please tell me how to connect to a MS SQL Server database in Flex 3.Thanks a lot !
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 ArticleCrossdomain policy not working with AMF
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"><cross-domain-policy> <allow-access-from domain="*"...
View ArticleCan an AIR app automatically detect remote database changes?
Is it possible for an AIR app to automatically detect changes made directly to a remote database (via SQL on the database server, not by another AIR client using LCDS)? I have implemented an AIR app...
View ArticleCannot load JDBC driver class
Hi, I've successfully installed Flash Builder 4 (FlashBuilder_4_LS10.exe) with Data Model plugin (Adobe_Application_Modeling_plugin_v102_eclipse35.zip). On my local pc (XP Professional) I'm running...
View ArticleMessaging SocketServer stops to accept new connections on Solaris
We have migrated our application from LCDS2.6 to LCDS3.1 on Tomcat 5.5 running on Solaris 10.Since we have done this our SocketServer (used by rtmp & nio-channel) stops accepting new connections...
View ArticleIs it possible to use Remote SharedObjects with the LCDS server?
Hello,The ActionScript documentation for Remote SharedObjectRSOs are created using the static getRemote function. This returns a reference to an object that can be shared across multiple clients by...
View ArticleHow to access the log file in lcds for debugging
Hi, I am wondering what is the procedure to get a log file on lcds for debugging purposes. Thanks +LA
View ArticleConversion between ASObject and custom Java object
I have Java Enterprice Application with BlazeDS installed there and Flash client (created in pure Flash -not Flex). Now I want to send my custom Java object over the wire. On The java side i have...
View Article