Override
Hi,I am calling a web service as follows<cfinvokewebservice="http://.../.../CRMWSLoyalty.wsdl"method="loyaltyGetAccountBalance"returnvariable="xmlResponse">...</cfinvoke>The problem is that...
View ArticleLCDS Port Binding Exception...
hi, I started three server container in single server system. and, I try to load lcds each in three server container. but, rtmp port binding error occured. how can i do for supporting mul-ti server...
View ArticleClass not found - was channel definition question
I am much closer. Tomcat is putting some key messages in the console and I overlooked them. It looks like I am closer than I thought. The request looks like its getting received, but my service...
View ArticleHow to call PL/SQL function inside column in entity
Hello, How can I do next:- Crete entity from existing table in database, but one column in the table gets value from function. Function is written in oracle PL/SQL language and it is located inside...
View ArticleWorkbench error "Unable to access UserTransaction in DataService"
Hi Basically, if I remote onto the server and run the locally installed version of the workbench everything works fine. But, if I use my locally installed client then all looks good after signing into...
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 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 ArticleLCDS 2.5 - Dataservice is very slow
I have a query that returned about 7000 records using livecycle dataservices 2.5 and Flex SDK 3.0. I expect this to take a few seconds, but it take 25-30 seconds to get the result back. The VO I am...
View ArticleUnderstanding Channels
If I have a bunch of different data services object, each data service object DOES NOT need to have a new RTMP Channel correct? What is the benefit of adding a new RTMP channel to the channelset of...
View ArticleDatagrid and percentage formatting
I am having some difficulty rendering percentages in the DataGrid. I have the following JSON file structure:{"n":"Zimbabwe","o":"63%","m":"38%","g":"1,900"}When I import these values into the DataGrid,...
View ArticleFlex Message Examples Do Not Work with Moxie M2 and LCDS
I have an application that is originally developed with Flex 2.X. Recently I upgraded it to Moxie M2 and LCDS. Part of that application include a Chat (similar to the example in LCDS >> Samples...
View ArticleWhen to use AMF and when to use RTMP??
Hello can someone explain the difference??I am using all the defaults for the configurations files (remoting and datamanagement) and my app works perfectly on development mode where everything is on...
View ArticleError handling message: flex.messaging.MessageException: No destination with...
Hi, We are using both Remoting and HttpService calls for our business application. We were able to communicate with the LCDS server till this point with whatever default settings provided for...
View Articlecould not find MessageClient for clientId in pushMessageToClients
Hello everybody. I was stuck with unpleasent problem using LCDS 2.5.1 and theirs messaging service. My aim is sending real time messages to particular client which already subscribed to the defined...
View Article"Channel Connect Failed error undefined ur" appears in internet IP not on LAN...
hii am getting the following error when i acces my application on live ip[RPC Fault faultString=”Send failed” faultCode=”Client.Error.MessageSend” faultDetail=”Channel.Connect.Failed error undefined...
View ArticleLifeCycle DS ES communication with Web Server
Hi, I have written a simple Flex 3.2 code that accepts Name, uses Flext HttpService via LifeCycle DS ES 3.0. At the Server Side I am using Struts1.2 on Tomcat 5.0. My Flex code is running and...
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 ArticleSetting Flex Session Timeout Manually
i have written a code in core java and a flex UI accesses this code....from my java code i am creating a flex sessionwhich has a certain default timeout period after which the flex session...
View Article500 error viewing http://localhost/flex2gateway
I’m trying to setup Flex 3 to work with CF using Flash Remoting and I’m stuck getting the flex2gateway to work. I have CF 8 installed as a standalone server integrated with IIS. I'm getting a 500 error...
View Article