Error #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 ArticleDuplicate rows in DataGrid in Flex3/LCDS2.5
Hi,My project in Flex2/LCDS2 uses DataGrid very extensively with streaming data coming in.After we recompiled it with Flex3 and run with LCDS2.5, we see a strange behavior:originally it shows...
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 ArticleConnect to a MS SQL Server database
Dear all,Please tell me how to connect to a MS SQL Server database in Flex 3.Thanks a lot !
View ArticleSecureAMF channel failed for first time initialization
Hi all, I have a Flex application to authenticate with server via RemoteObject. It is working normally with http (i.e. amf channel) However when I try to login via https, the first access time, Flex...
View ArticleHow 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 ArticleCreate-Item stored procedure return error for hte parameter
Hi, I'm getting the following error when I create an item with the data services: INFO: [Data Services] [DEBUG] SQL Assembler jdbc exception on operation=create-item...
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 ArticleUsing web service on HTTPS self-signed certificate
In my project I need to connect to an intra-net web service but we need SSL connection between the two machines.Because this is an intra-net site the certificate of the web service might be a...
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 ArticleUploading a user modified image
Hello, I have been able to give the user the ability to upload an image file to our server using the FileReference class and related URLRequest class, and a PHP scipt on the server. I have also been...
View ArticleIs it possible to sync LCDS with changes made directly to the database?
Here is the scenario: LCDS has been setup to connect to a MySQL database using FlashBuilder RDS and Fiber. Changes made within the Flex client application are correctly synchronized between all...
View ArticleHashMap$AbstractMapIterator.hasNext() eating 20% of CPU cycles LCDS4.6
We are doing some load testing on the new LCDS4.6 with RTMP channel and we noticed some pretty high CPU usage here from this method flex.messaging.socketserver.Reactor$ReactorImpl.run() The cause seems...
View ArticleOC4J and FDS
I installed Flex data services in Tomcat 5.5.1 and it worked fine. But when I tried installing it in OC4J 10.1.3.1, the web app samples would get deployed but the small applications like CRM, FlexCab...
View ArticleRetrieving session data in remote objects with...
Here is a jsp page (fww_prueba_ale.jsp) that references a swf (compiled from sessionDataManagerCaller.mxml) that only makes a call to a Remote Object (SessionDataManager.java) that try to obtain...
View ArticleLCDS 2.5.1: Problems storing Date() in database
Hi all!I hope someone is able to help me with with this:I've got a [Managed] [RemoteClass] public class Project, that is stored and updated just fine on Microsoft SQL Server, using msbase.jar and...
View Articlewatched folders, frequency in endpoint vs cron expression in admin settings
I am following the sample ApplyXSLT with Watched Folders and am not sure what I'm doing wrong.. I think, perhaps, that the process is not even getting fired off. Assuming I've followed all I can to a...
View ArticleColdfusion 8 and LCDS
Does any one know where I can find info/examples/docs on using Flex/LCDS/and Coldfusion 8?I have searched around and found no info about this other then LCDS are part of the CF8 install.I would really...
View ArticleTaskManagerQueryService taskList via Web Service
Does anybody know why the taskList method is not exposed via the web service API? Thanks,Bryan
View ArticleHow to extract signature/certificate from PDF
Hi everyone!!! I have a problem and hope someone can help me.I have a PDF form accessed via a secure connection which requires the user to identify himself using a digital certificate, and the PDF has...
View Article