FlexContext.getFlexClient() returns an invalid object
I have this Flex client application I'm trying to implement the Logout function for. This client has both HTTP and RTMP connections to the server. So when the user presses the Logout button in client,...
View Articlehow to store and access a common properties file in LCDS, i.e. a java...
I need to store some variables in a properties file (key=value) that I can call and retrieve settings as I would in a java app. Where should the file live in the webapp and how is it accessed?
View ArticleHow to prevent "A request for the item is now pending."
Hello guys, Im getting this error very often, is there any solution to this? Error: Item requested is not available. A request for the item is now pending. at...
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 ArticleHow to initialize back-end services on startup. LCDS + JBoss 5
We use JBoss 5 and latest LCDS and need to initialize services on back-end not lazily but right after deployment and server start.Could you please advise how to do that?We use Java adapters for data...
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 ArticleHard-coded endpoint port numbers in services-config.xml
Is it possible to remove hard-coded port numbers in services-config.xml and replace them with variables? I'd like to deploy the same Flex application War file (including services-config.xml within it)...
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 ArticleFDS with SQLServer 2005
I have just started working on a RIA using Flex. have installed the Flex with an integrated JRun option. My application connects to SQLServer 2005 using FDS. I have completed a simple page that gets...
View ArticleIssues with messaging sample
I am having trouble getting the built-in "dashboard" sample app to work with JMS. It works fine with Flex messaging, but for some reason, it seems like it can't stay subscribed to a topic when I use...
View ArticleDataServiceTransaction
Hi,I'm running lcds on Jboss.I'm trying to add an object on the server and push it to the client using the DataServiceTransaction class.I do so by writing these lines:DataServiceTransaction dataTrans =...
View ArticleFront end Java classes?
Aloha all-I'm familar with using LiveCycle Data Services with Flex and love its use of front-end ActionScript classes that map back to the server. I was wondering if such functionality was possible...
View ArticleHow to Force XDPXFAHelper to generate PDF of version other than 1.7?
Is it possible to force XDPXFAHelper to generate PDFs of version other than 1.7? <br /><br />I've tried changing XFA version values in tags <template...
View ArticleHow to configure channels with Spring-Flex?
Newbie here trying to get my first Flex/BlazeDS app up and running. I'm using the Spring-Flex integration and believe I have properly configured my servet and remoting destinations. My only...
View Article'Null' being added to ArrayCollection during add/update by Dataservice
Environment:Tomcat 6.0Livecycle 3.1Flex SDK 3.5 We have a data service destination setup like this: <destination id="Trades" adapter="java"> <properties>...
View Articlehow to hide fields which is visible on screen only
Hi, One of my template contains some controls that are set as visible on screen only, like the reset button. They are used for blank interactive form only. But when combined with xml data file,I donot...
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 ArticleData Management Service
Hello, I urgently need your help. I have to invoke a Java DAO from LiveCycle DataService. I configured a Data Management Service that works correctly. When I invoke the method, however, the...
View Articlecontext.root
I have an AMF channel configured in a standard way...<endpoint uri="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>In the...
View ArticleData service samples and tomcat5.5
hi,i 'd tried the samples coming with flex Data services 2 on a tomcat 5.5 server under jre 1.4.2_10.Messaging sample dashboard is performing well with both browsers open and the chat is ok.RPC...
View Article