help to Configure a Data Management Service destination
Hi, I have a problem with the sample here : http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhel p.htm?context=LiveDocs_Parts&file=00000138.htmlwith flex builder I have the...
View ArticleRemote object call for each item in datagrid
Hi,I want to display large number of items in DataGrid (> 30,000). Each items could take some time to retrieve all information for displaying. So I want to do lazy call to server only when...
View ArticleDB commit causing CORBA exception
Hello,I am using the following code to make an entry into the database :- DataServiceTransaction dtx = DataServiceTransaction.begin(true); dtx.setSendChangesToAdapter(true);...
View ArticleIssues with Flex Web Services code - Cannot Marshall
I'm starting to get the feeling that the Flex Web Services autogenerated code isn't that widely used, I've already run into a few problems with the autogenerated code with WSDL's that work fine in...
View ArticleProblems using rpc between Flex and CF
Hi I've got a problem sending objects between Flex and Coldfusion using the AMF Gateway of the newest Coldfusion Version.The transfer from CFC to Flex does work, but I can't send a complex object to a...
View ArticleAssembler and Hierarchical Data Structure
I'm migrating an existing Flash Communication Server app to Flex Data Services. Everything is going well - I'm not using any framework, but simply running a singleton with application scope, which...
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 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 ArticleHow can the client know if the SSL certificate specified in the...
Hi, How can the client know if the SSL certificate specified in the service-config.xml file is invalid/untrusted/expired? For example using iOS client, the trusted certificate will not work and the...
View ArticleLCDS Edge Server Issue
We are trying to use the LCDS edge server (http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WS5 6A7C79B-213F-425d-8D41-2A5391D75C03Update.html) as a Load Balancer to the LCDS app...
View ArticleCustomised Error Message instead of standard message ?
Hi All, I am calling a WSDL through a Livecycle generated form, but it shows an error saying "Error attempting to read from file".....(file name) when it does not connect to the web service. Can we...
View ArticleInstall BlazeDS on Jboss7
Hi everyone, Does anybody know , how to install/config BlazeDS on Jboss7 Thx
View ArticleHow 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 Articleunable to load endpoint data
Hi All,I am trying to retrieve data from a JavaObject using endpoint URL in RemoteObject RPC component. But I am getting an error message like[RPC Fault faultString="Send failed"...
View Articleinvoke remoting endpoint crossdomain
I need to invoke work process through remoting endpoint in flex app from other domain.my flex app is on : http://localsever.me.com:9001/test.swfin this test.swf, I try to invoke a process that is...
View ArticleReuse of an Assembler in a custom service
Hi there,first i have to say, i am pretty new to the whole lcds-stuff I have a flex-application which reads some data from a datasevice. i designed this service via the modeler plugin for...
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 ArticleNot populating values in the dropdown list
Hi , I have a question regarding the populating the values in the dropdown list. Here are the steps that I followed : Step 1: Created a form with a drop down list in the designer ( Testers) which I...
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 Articlejava.util.Map to flash.utils.Dictionary
Hi,I'm using Blazeds for my remoting between Flex and Java. I have an Object-to-object map on the Java side. This converts to an untyped Object in Flex having the properties as the 'toString' of the...
View Article