RemoteObject with a non AMF protocol
Hi !I am trying to use RemoteObject with a non AMF protocol.This is a section of my services.xml that is added to the compiler command line<channel-definition id="core-services"...
View ArticleIssues with messaging sample
I am having trouble getting the built-in "dashboard" sample app to work with JMS. It works fine with Flex messaging, but for some reason, it seems like it can't stay subscribed to a topic when I use...
View ArticleFlex Builder 3 new j2ee project using LDS
HelloI am using Eclipse Europa With flex builder v3 beta 2. My application server is apache geronimo v2.When i deploy my ear file into geronimo i recieve an exception:...
View ArticleDidn't receive an acknowledgement of message
Hi,I am getting an issue in flex with respect to de-serialization of java objects to as3. I am already having as3 objects being referenced in main SWF but once I am fething the data from the middleware...
View ArticleFlex/Air Application Login - the best way
Hi,I have small ideological problem :) I have login form in my application. So, each user has his own login and password. As serverside is used LCDS with secured destinations.And here are two possible...
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 ArticleMessaging dont play well with Flex module
Hi i found some weird behavior(possible bug) when develop some messaging app with modules. Let's have two chat applications like LSDS/BlazeDS basic chat sample with extra unsubscribe functionality as...
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 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 ArticleJava Remoting over AMF channel slow from internet
Hi We have a Flex app that uses an AMF channel to call a Java object on LCDS. The LCDS is a default 2.5.1 install on windows, running the built in JBOSS server. When we run the flex client on the lan,...
View ArticleFlex AMF channel problem only with few IE8 installation
Hi, My application is using Flex and remote object to communicate to Java. Its working with IE7 and any other browser and also its working in most installation of IE8. But at two PC, its giving AMF...
View Articlejava.util.Map to flash.utils.Dictionary
Hi,I'm using Blazeds for my remoting between Flex and Java. I have an Object-to-object map on the Java side. This converts to an untyped Object in Flex having the properties as the 'toString' of the...
View ArticleCannot assign operations into an RPC Service (WSDL)
Hi All, I am in the process of exploring Flex and now I have got stuck when connecting to a webservice I get the following errorCannot assign operations into an RPC Service (WSDL) Please note that I...
View ArticleConnecting to remote JMS: name TopicConnectionFactory not bound
Dear all, I'm trying to send messages from and to a remote JMS (activemq) (it is on localhost now for testing purposes). However, I keep getting error messages no matter how I try. The message is:...
View ArticleTesting the ServerConnection of an RemoteObject
I am looking for possibility to check whether the endpoint of my RemoteObject is available.With EventListener it doesn't work, because there is no event send if I try to get datas when the server is...
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 ArticleNullPointerException using java to send message
I have a flex application using 3.x and BlazeDS 3.x that calls a servlet. In the servlet I have the following MessageBroker msgBroker = MessageBroker.getMessageBroker(null);...
View ArticleModeling Plug-in is incompatible with Eclipse 3.6 (Helios)
Has anyone tried to run "Application Modeling Plug-in for Adobe Flash Builder 4" with Eclipse 3.6 (Helios)? I didand found out that the "Data Model" editor is not opening because of some plug-in...
View ArticleIs it possible to use Remote SharedObjects with the LCDS server?
Hello,The ActionScript documentation for Remote SharedObjectRSOs are created using the static getRemote function. This returns a reference to an object that can be shared across multiple clients by...
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 Article