How 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 ArticlePushing SAP Backend Updates to LCDS Middleware
Hi, I am using the following architecture for my mobile application : Flex client <-> LCDS middleware <-> SAP ERP Backend I understand how I can synchronise and update client =>...
View ArticleFlex Builder 3.2.0 QTP Plug in
Hi we have our applications developed in Flex 3.2 and we have QTP 11.00 with flex plug in of 4.5 and I am trying to access the application front end in 3.2 it does not let me access the page or...
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 ArticleRemoteObject with a non AMF protocol
Hi !I am trying to use RemoteObject with a non AMF protocol.This is a section of my services.xml that is added to the compiler command line<channel-definition id="core-services"...
View ArticleNot able to identify Flex Objects from QTP 9.2
Hi,I have QTP 9.2 on my machine and have installed Flex Add-ins for the sameI am able to record the Flex controls/Objects in the script and it shows the script as shown below(I am recording on Adobe...
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 ArticleHow do I configure FDS?
The documentation section for "Flex Data Services" configuration is empty, even on livedocs. How do I get it running under a different domain name than localhost: ? I know how to do that in apache, but...
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 ArticleHi . portal-server-specific steps below to create portlets for your Flex...
Following this instructions 1. Copy the flex-portal.jar and flex-messaging-common.jar files from the LCDS_INSTALL/resources/wsrp folder to the WEB-INF/lib folder of your web application.2. Copy the...
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 ArticleQuestions about deploying compressed WAR
I've been having issues when trying to deploy a compressed Flex application into my Weblogic Server. I read in the Installation Guide (http://www.adobe.com/support/documentation/en/flex/2/install.html)...
View ArticleProblem sending the parameters to webservice
Hi all, i am trying to call a "peoplesoft" webservice from flex. The following are the files automatically generated by peoplesoft integration broker.<wsdl:definitions name="CI_DEPT_CF.1"...
View ArticleWhere are the FDS config files documented?
Where in the Flex2 documentation are the FDS config files documented? (Valid elements, valid element values, valid tokens {context.root}, what they're set to etc..) The Flex2 Developers' Guide has...
View ArticleReferenceError: Error #1056: Cannot create property code on...
Hi all Can anyone tell me why I'm getting this error message around 50% of the time when connecting to a C# class exposed through WebOrb? It appears to be completely random. Sometimes it'll connect,...
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 ArticleRemoting-config.xml and JAR changes not reflecting
Recently we have been facing quite some complicated issues.1.) We are trying to change the destination path in the remoting-config.xml but after doing so and restarting the lcds.war file, the changes...
View ArticleDidn't receive an acknowledgement of message
Hi,I am getting an issue in flex with respect to de-serialization of java objects to as3. I am already having as3 objects being referenced in main SWF but once I am fething the data from the middleware...
View ArticleIs it possible to sync LCDS with changes made directly to the database?
Here is the scenario: LCDS has been setup to connect to a MySQL database using FlashBuilder RDS and Fiber. Changes made within the Flex client application are correctly synchronized between all...
View ArticleNullPointerException from MessageBrokerServlet init
hi,How does one figure this out? there's no real content as to what's going on. (this stuff really should be open source, so i can figure it out and move on)..the usual cause of this error is a...
View Article