How 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 Article[JTATransaction] You should set hibernate.transaction.manager_lookup_class if...
Hello I keep seeing the above error in my server log. My model file has the following. What is the warning about and how to rectify it in the right way thanksRupak <annotation name="DMS">...
View ArticleCharacter encoding problems when using javascript client-sdk for remoting
Hi,I have recently downloaded LCDS to try. I was interested in using Javascript for remoting. I have a Java-based web application on the server side, and use HTML + Javascript...
View ArticleWebservice error messages
Hi AllI am using a web service to feed my flex application with data. When exceptions occur in the web service, I only get some generic error message in my fault handler. I would like to be able to get...
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 ArticleError #2004: One of the parameters is invalid
I'm trying to send an object from Java to Flex using BlazeDS and the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination =...
View ArticleError: Unknown Property: 'constructor'.
Hi,i have a problem with flex, hibernate, lcds. I have created a simple grid which is bound with the hibernateassembler to my backend. When i make a simple fill call at the dataservice, i got this...
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 ArticleRender HTML in FLEX
Hi All, I am facing one problem, i want to display some html contents in my flex application. I tried that using iframe but its not working (If u click out side that iframe, then it will hide iframe)....
View ArticleRemoteObject: typed objects not converting between java and AS3
I'm using AS3 in an AS3 project (no flex) to create an instance of RemoteObject and use it to talk to the server most things are working but not the best thing: having your java objects magically...
View ArticleFlex to web service communication problem
Hi, just as title state, I have problem during web service --> Flex communication. I am using WebService ActionScript class, to make a connection to it, but I got some odd behavior. When I try to...
View ArticleExport PDF Form Data to Database using ASP.NET
I have searched some topics related to PDF Form data export by using ASP.NET. However, I am not familiar with the procedures of using ASP.NET to export PDF Form data (Since I am new to LC). I would...
View ArticleUnable to call remoting service if another java thread listens to socket.
HelloI have an LCDS server running under tomcat that works fine so far and I can call remote procedures defined in remoting-config.xml. So far all is well. Now in this server application, inside a...
View Articlehow to set MessageAgent's destination for remoteObject?
Hi,i am trying to make the remoteobject work on my mxml. but i got this error[RPC Fault faultString="[MessagingError message='The MessageAgent's destination must be set to send messages.']"...
View Articlehelp 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/wwhelp.htm?context=LiveDo cs_Parts&file=00000138.htmlwith flex builder I have the...
View ArticleError #1088
Hi, I'm trying to build a simple app which fetch data from a MYSQL database. I'm using WHAM server and PHP is the connecting code, although I'm writing the PDP code, flex is. Using Flex 3, i created a...
View ArticleHow to configure flex app in HTTPS load balanced environment where app...
Hi,I have developed the dashboard in my application using flex 3.0. For this I have used JSP wrapper around the flex application. My application runs on JBoss application server. For communication...
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 ArticleMessageBrokerService failed to initialize
I edited my server.xml to open up the https port, then Blaze threw this exception at initialization. I want to use Custom authentication for my application. Is my server.xml set up correctly? I...
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 Article