MessageBroker.getMessageBroker(null) returns null.. why?
HelloI have seen lot of posts regarding this but no clear reason why this would happen. My server runs under Tomcat 6.0.33. In a spearate thread, I try to get MessageBroker msgBroker =...
View ArticleIntegration between LiveCycle and Microstrategy Reports
Hi, I want to integrate between the Livecycle and Microstrategy reports. I want to show the Reports in the workspace which comes from the microstrategy. Do you have any tutorial or technical article...
View ArticleUser Share - Data Management Service
I am developing a photos sharing applicationI want to use Data Management Service to manage synchronization between the connected users to the same photos sharing.If I have several shares in uses on...
View ArticleCalling Java Methods in MXML Application
Hai , I am new to flex . I want to call a Java Method in my MXML Application . Can anyone give a Simple example for this One .ThanksMadhu
View ArticleHTTPService Timeout
How do you properly handle HTTPService calls that never return with Result or Error? I have one that repeatedly sits and sits, never coming back from the server. If I set timeout, that's fine, but...
View Article2 LCDS (Data services) related questions
Hello, I'm having some issues working with LCDS 2.6 on a tomcat6 server. 1. We have a chat application that uses messaging to send out it's messages. Now when the application initializes the...
View ArticleSecurity Error in accessing Web service from Flex.Where to put...
Hi guys. Typically webservices are invoked across domains. Flash has defined certain policies which prevent crossdomain access. The only way to bypass this security feature is to put a crossdomain.xml...
View ArticleDetected duplicate HTTP-based FlexSessions
I have asked this question on Flex forum and thought that this question belongs to LCDS/BlazeDS forum.Can you guys look at my issue at the link below and help me...
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 ArticleRemoteObject Destination configuration problem
Hi,I have created a very simple 2 state mxml file(attached below) where you submit a name which is passed to a RemoteObject which appends "Welcome " to the input string & returns the whole string...
View Article1172: Definition mx.data.utils:Managed could not be found
Hello,I'm using Eclipse Europa with the Flex Plugin.I've been following recently some examples stating the use of Flex with Spring by Christophe Coenraets (sp?)These examples worked pretty fine with...
View ArticleCrossdomain.xml file not being called by the SWF
Hi, I'm serving an swf file compiled using flex builder 3.2 through plain HTTP, the SWF file calls a service in the same domain through HTTPS, as such, I put the following file in the root directory of...
View ArticleData modeling with multiple Flex modules not working
Data Modelling with multiple Flex modules not working. I am having two modules in my application.a) Customer (Customer Module is loaded when application is started)b) Order Each module has data service...
View ArticleLoadXML external XML
Hello everybody,Question,HowI canload theexternalxmlfiledatain theform.ForexamleI have ownedadropdownlist boxthat contains the followinggive: A,B, C.And thenI havefields inmy...
View ArticleData Binding not full. I.E. Bool(true,false).
Hello,I am working with LiveCycle connected with SAP, it is where I take the data. I have some problems when I work with boolean or not totally filled colums. I will put an example to make me...
View ArticleData Management Service and Order of Inserts, Deletes
Hello, we are using the LCDS Data management service with a Flex app. Currently we are using the SQL Assembler. The issue we are having is with the order of the inserts and deletes that the data...
View ArticleDelete item when using auto sync
Hi All,I'm using Dataservice with autoSyncEnabled is true. I run my web app on 2 browser to test auto sync feature but when I delete item xxx on the browser 1, the item xxx still displayed on the...
View ArticleNeed help on data service
I’ve installed LiveCycle data service for Java (v 4.7 windows) and Flex builder(Trial version). After I installed this I don’t find lcd.war file which is supposed to be under Tomcat data service...
View ArticleHow to handle and manage a multi Database access in runtime with LCDS?
Hello there I got several customer working with the same application and I wonder how, with LCDS, to manage in a runtime a multi dataBase access; without creating a configuration "mxl" file inthe...
View Article