Flex RemoteObject and Server Session State
I've been trying to use mx:RemoteObject to access server session state. I write the following code:<mx:RemoteObject id="objSession" source="servlet" />in flex.war web.xml...
View ArticleUnable to find the ColdFusion Data Management Service
Hi, I am trying to get my frirs FDS app to work with TOMCAT. The app is the Contact Manager sample app 're-engineered' to work in it's own folder under TOMCAT's server folder.Anyway, I seem to be...
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 ArticleHow to tail the app server log file and send to flash client
I'd like a mechanism where the LCDS detects any changes in the App Server log file and sends them to the Flash client for display. Is there a practical one...? thanksRK
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 ArticlePopulating Tree from Java Remote Object
Hi,I was wondering if there is a specific "type" of Java object(s) I need to create to pass a Java object as the data provider for a Tree.My example is as follows : I have a Building, inside a building...
View Articlenewbie question about livecycle data services es
Hi all.i've downloaded the LiveCycle ES2 VMware virtual appliance, setup it up on a esxi server, workspace, content space, all are up and running, but here comes my question, how do i install livecycle...
View ArticleInvalid session in FlexSessionListener.sessionDestroyed
I'm implementing a FlexSessionListener like: public void sessionDestroyed(FlexSession flexSession) { if (LOG.isInfoEnabled()) { LOG.info("Flex session destroyed: " + flexSession + " - " +...
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 Articleflex.messaging.io.ArrayCollection not found
I have written a Java class that takes an argument of a java Collection, that consists of my custom Java VOs.When I call this from Flex 2.0 beta 3 when the class is in my JRun classpath, everything is...
View Articleflex to pdf
hi.. i need to convert my grid and charts from flex to pdf.. how to create pdf template? so that i can import my data set into pdf template?? am using live cycle designer trail version.. or any...
View ArticleTypeError: Error #1034: Type Coercion failed:
I am trying to get my head around FDS and Coldfusion by working with the CRM sample app. For the most part I have followed Tom Jordahl's "Using ColdFusion with Flex – Part 2: Creating and running a CRM...
View ArticleFDS can't find my destination.... how to trouble shoot?
Hello,I am using the adobe DaoFlex to generate a flex application. Seemed to go well, but when I try to run the application it throws this error as soon as it trys to "fill" the grid:"No destination...
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 ArticleRemote object with java.
I am trying to do something that should be really simple. I am trying use an MXML RemoteObject control to access a java class. This class works fine with data services, so I am assuming I have a...
View ArticleFailed to load policy file from...
Hi There, I am facing a problem while calling a web service built in Java through flex,I am using the flex 2 for client side ,and Weblogic Server 10 for webserviceThe WSDL URL is...
View ArticleFlex to web service communication problem
Hi, just as title state, I have problem during web service --> Flex communication. I am using WebService ActionScript class, to make a connection to it, but I got some odd behavior. When I try to...
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 ArticleDeploying flex application on a j2ee application server.
Hi,Can someone please detail me as to how can I deploy my flex application on a J2EE server. I tried to deploye the same as per the guidelines in the flex builder Help on building and deploying the...
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 Article