How to set LiveCycle Data Service to use AMF Channel ?
Hi All,I'm using Data service with channel set is RTMP Channel and Remote Object is AMF Channel. Now, I want to set Dataservice using AMF Channel but I do not know whether it is possible or not. Please...
View ArticleDataService - offline data / incremental load
Hello, We're working on a mobile app with offline mode, and got a few questions to cover in order to design the best solution. 1. When we enabled offline caching for DataService with approach including...
View ArticleFlex Data services not working in Oracle AS or OC4J 10.1.3
I followed the instructions in the Install documentation but still can’t get the Data services to work in Oracle AS or OC4J 10.1.3. If I try to run Flex Admin I get an RPC fault“Send Fail,...
View ArticleFlex - Data grid property
Hi folks,Good morning...Is there any possibility to add a button in Data grid.. ?I am stuck up in a scenario like this.. I am displaying a hotel list with hotel name , its rate and availabilty in a...
View ArticleError on HelloWorld Flex Application
Hi,I just tried the HelloWorld application from the CF-Flex section of Adobe's web site and get the following error:faultCode:Client.Error.MessageSendfaultString: 'Send...
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 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 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 ArticlePassing ArrayCollection from Flex to CFCs
I currently have a flex app setup using WebServices to communicate between the app and my CFCs. Everything works well until I attempt to pass across my dataGrid information which are setup as...
View ArticleJMS messaging not working with LCDS and Fiorano
Hi there, Been struggling at this all day with no luck. I have a finished Flex application which uses JMS messaging, and it has worked just fine on my Tomcat server while using ActiveMQ. As soon as I...
View Articleneed design hints for Managed class
I need help understanding the underlying LCDS mechanisms when a complex object hierarchy is managed in LCDS. I have a custom Assembler because I have specialized persistence requirements. My object...
View ArticleChanges not getting reflected on multiple clients
Hi All, I am using LCDS - DMS in my application. Now when I make changes at the client end, the changes get pushed to the server but they do not get reflected at the other clients which are running...
View ArticleHibernate version property not updated on client side
Hi, I created a custom Assembler extending from AbstractAssembler. The Assembler itself uses JPA 1.0 with Hibernate Annotations and Hibernate EntityManager. The entities all have a version property...
View ArticleAuthentication works but not Authorization with Custom Tomcat Login
Hello,I am following the steps mentioned in LCDS guide on setting up Tomcat (6.0.33) login. The configuration file details are mentioned below... Based on that, my observation is that the user "tomcat"...
View ArticleUsing LCDS and HTML5 Websockets for Consumers and Producers
I've been following the examples from here: http://help.adobe.com/en_US/LiveCycleDataServicesES/4.6/Developing/WS7 4a1cc3271d4c9821a4a3ad3132cc2454ba-8000.html I can't seem to get my consumers and...
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 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 ArticleHTTPProxyService Error using Tomcat
I'm using BlazeDS to display RSS feed items in my Flex SWF. When I run the SWF under Eclipse's Tomcat 6 plugin, the SWF gets RSS feed data from external web sites, like Yahoo. However, when I deploy...
View ArticleDataService Fill Operation Completion
How can you determine exactly when a Flex DataService fill operation has completed?ex:dsDataService.fill(arrayList, 'flex:hql', 'From com.package.Object);trace(arrayList.length); // <-- This returns...
View ArticleFlex 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 Article