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 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 ArticleLifeCycle DS ES communication with Tomcat WebServer
Hi, I have written a simple program to accept Name using Flex SDK 3.2 HttpService in Flex builder 3. Using LifeCycle DS ES to communicate with struts 1.2 on Web Server(Tomcat 5.0). My flex code runs...
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 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 ArticleFlexFactory Example
I'm wanting to use Spring for my backend for Flex Data Services. Ifound the docs on using a class that implements the FlexFactoryinterface, but the really is not enough detail in the docs to...
View Articleflex to pdf
hi.. i need to convert my grid and charts from flex to pdf.. how to create pdf template? so that i can import my data set into pdf template?? am using live cycle designer trail version.. or any...
View ArticleError occurred completing a transaction
Hello people, Im using LCDS 3.1 with flash builder 4.5 and model driven development plugin. im getting this error everytime i Delete an item(record).Nothing happens when i Add (create), update items,...
View ArticleHow to manually create item using model driven assembler
HelloI am using Model Driven Development, however all of my data insertion is not going to happen via the forms. There may be a background process that may pull the data from some where and insert into...
View ArticleFlex 2, FDS 2.5 and CF8
Hi everyone,I am starting to retract my brain from an intense 2 days to figure out how to use Flex with Coldfusion. I am using Coldfusion 8 Beta (this part is good, don't need help for CF itself). I am...
View ArticleRemote object with java.
I am trying to do something that should be really simple. I am trying use an MXML RemoteObject control to access a java class. This class works fine with data services, so I am assuming I have a...
View ArticleReferenceError: Error #1056: Cannot create property handler
After updating my lcds application to LCSD 4.6 I get many of these errors. In debug log I can see, that java sends this handler property for some objects,...
View Articlehow to request service with complexType
I implement service with Flex like: <mx:WebService wsdl="http://idme.identita.com:8080/andromeda/service/ws?wsdl" id="testService" showBusyCursor="true" useProxy=" false">...
View ArticleFlex Message Service with JMS Dynamic Destination
Any of you folks knows if Flex Message Service supports JMS Dynamic Destinations? From what I have read about Flex Data Service so far indicates that all JMS destinations must be pre-defined in...
View ArticleLC DS in corporate infrastructure
Hi All,we try to integrate the LC DS in the following corporate infrastructure:Internet -> FW -> SSL-Terminator -> Load Balancer -> Reverse Proxy (MS ISA 2004) -> FW -> LC DSI think...
View ArticleFDS can't find my destination.... how to trouble shoot?
Hello,I am using the adobe DaoFlex to generate a flex application. Seemed to go well, but when I try to run the application it throws this error as soon as it trys to "fill" the grid:"No destination...
View ArticleRTMP NIO Server: Plugable Authentication?
How can I customise authentication for NIO RTMP on the serverside e.g. to use Spring Security?I wasn't able to find anything in the manuals/doco except servlet-container stuff which isn't relevant....
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 ArticleIs RTMP to AMF Websocket possible?
Currently we support an application that communicates via RTMP channel messages. We're working on re-writing one of the application's components to use HTML5 and Javascript websockets through LCDS...
View ArticleNullPointerException from MessageBrokerServlet init
hi,How does one figure this out? there's no real content as to what's going on. (this stuff really should be open source, so i can figure it out and move on)..the usual cause of this error is a...
View Article