BlazeDS is a server-based Java remoting and web messaging technology that allows you to connect to back-end distributed data and push data in real-time to [Adobe Flex] and [Adobe Integrated Runtime (AIR)] Rich Internet applications (RIA). Because of its open licensing, BlazeDS is not precluded from ...
0
votes
1answer
18 views
Flex not wanting to use https as specified
I have a small little swf that I'm trying to get to work while the webpage is using https/ssl. I'm passing into the swf the fact that the page is using https and have conditional logic as such:
if ( ...
0
votes
2answers
41 views
handle large numerical value in flex
I have few Number textbox (with data type Number) in which user can add large numerical values (approx of 12 to 15 digits like 12345678901234).
Now when I am storing it into a number and passing it ...
0
votes
0answers
27 views
Problems with setting up ActiveMQ on Tomcat with Flex, BlazeDS
As i have seen on one of forums, i'm "tomcat idiot". And, unfortunately, BlazeDS, ActiveMQ idiot too :(
I have big project, built with Tomcat, Flex 4, BlazeDS and Spring. Oracle is our database. As ...
0
votes
0answers
24 views
Error in Java function call using BlazeDS after recompiling java class in new java version 1.7.0_21
Can somebody tell me what this flex stack trace means. I am calling a java function from flex using BlazeDS. The class all worked fine, but now I've recompiled the java class using java version ...
0
votes
0answers
66 views
Getting object from servlet to flex
i have a flex web application which requests a servlet and servlet sends back an arraylist. I got data in string in result event. I want to get arraycollection in flex end. how should i do that. ...
-1
votes
1answer
36 views
Blaze DS custom marshaled object in Java end
I have an arraylist of custom object in servlet end. I want to send it back to flex end as custom marshaling through BlazeDs (as my web project holds blazeDS settings) so flex end can get ...
0
votes
1answer
55 views
JBoss 7.1, BlazeDS 4 and RestEasy integration
I have a simple web app running BlazeDS 4 running on JBoss AS 7.1. I'm trying to add resteasy but there seems to be issues connecting when creating a rest call. I think that BlazeDS is somehow ...
1
vote
2answers
117 views
Flex Java BlazeDS date difference
I am trying to send a date from flex side to java using BlazeDS
field type in flex
private var _scheduleDate:Date;
I have initialized it with new Date() , and if alert it, correct date and time is ...
0
votes
0answers
24 views
BlazeDS & Spring Security on ChangePassword Endpoint method
I have a BlazeDS Endpoint with Spring Security and a UserDetailsService set up for authentication working pretty well. The security / authentication config was written by someone who no longer works ...
0
votes
1answer
147 views
How to connect Flex to Java using BlazeDS WAR file?
I am new in Flex. I do not know how to connect Flash Builder to Java using BlazeDS. Anybody can help me with some screenshots. I search on net using this link:
...
1
vote
0answers
95 views
ReferenceError: Error #1056: Cannot create property [###] on mx.messaging.messages.RemotingMessage
I get this intermittent error with BlazeDS / Flash when trying to send a message on a Producer.
ReferenceError: Error #1056: Cannot create property remotePassword on ...
0
votes
0answers
29 views
Custom Logger filter not working for all packages
I set up a custom logger with new target to write to log4j log file on the server remotely
The piece is working, but my issue is with the filters["com.example.,"com.example.abc.","main"]. And Yes I ...
0
votes
1answer
48 views
How to decode the message sent from NetConnection.call(methodName, responder, parameter) by Java
I am using Java Servlet as my server side. However I don't know how to decode the message sent from the function NetConnection.call of Flash.
I download BlazeDS as my AMF3 decoder. But how can I read ...
1
vote
0answers
48 views
BlazeDS can't change polling interval
I'm trying to change the polling interval on a BlazeDS channel configuration but the client always seems to get the messages in batches of 3. I'm testing sending 1 message per second. The server is ...
2
votes
1answer
61 views
Do PAAS solve scalability issue of BlazeDS?
We are developing a flash game with flex as client and java as server. For the communication between client and server we are planning to use BlazeDS. We are hoping that hundreds of thousands (maybe ...
1
vote
1answer
121 views
Memory leak in Flex application
I'm facing with a memory leak in my Flex application.
The Flex application is part of a big web application (with all kinds of technologies inside).
The memory leak occurs when the Flex app invokes ...
0
votes
0answers
20 views
Blazeds - two Channels - Secure and Streaming - access denied
I am logging in to a SecureAMFChannel from Flex to Blazeds. On successful login I open a StreamingAMFChannel, this also works fine, I want this channel to be open to receive Push Notifications from ...
0
votes
1answer
40 views
BlazeDS ignoring public accessor on POJO deserialization
I have a POJO class like this:
public class EsigObjectWithDisplayName {
private String objectCode;
private String objectDisplayName;
public EsigObjectWithDisplayName(Locale loc, String ...
0
votes
0answers
97 views
java + Spring blazeds + my-streaming-amf + flex + cairngorm
Can anybody please help me to achieve Streaming in Flex application through Spring blazeds. currently project is working fine with simple amf channel (i.e. "my-amf").
Basically I need to send lot of ...
0
votes
1answer
26 views
Can maven create a project from a war file?
I want to create a adobe flex blazeds project. How can I create the project using the blazeds.war as the project template ?
0
votes
0answers
83 views
How to retrieve Session data in flex Remoting?
I am doing a simple log in for the users. I want to store the userId and the password in a session so that I can access it later any where in the application. I saw this example online
I using ...
0
votes
0answers
69 views
Connecting services in flex using blazeDS
I have a problem conneting Flex 4.6 with services using BlazeDS.
When I choose the BlazeDS option in the popup, then an error message popup appears showing nothing, I mean an empty error label.
...
0
votes
0answers
58 views
How to configure max-cache-size and durability of message destination by Spring?
I try to use Spring BlazeDS integration.
On old messaging-config.xml I use
<destination id="ticketsListFeed">
<properties>
<server>
...
0
votes
1answer
53 views
[spring]channels attribute of <flex:remoting-destination> tag doesn't work
I configure blazeDS remote services by means of Spring.
I try override default channels for Remote service.
<flex:remoting-destination ref="flexCustomerService" destination-id="customerService"
...
0
votes
1answer
168 views
Access to Java object fields in Flex BlazeDS
I'm using BlazeDS to connect Flex with Java. I'm having trouble when i try to access to java object fields in Flex
it's my Java class Path:
package intetech;
public class Path {
public Path(){
...
0
votes
1answer
142 views
Spring-Security Blazeds and Flex
Our application is configured with blazeds and spring-security and uses remoting-object tags to invoke methods.I have a feeling that the configuration is not proper. Is there any reference where i can ...
0
votes
0answers
72 views
BlazeDS Remoting - prevent remote POJO from returning data
I'm having some trouble cancelling BlazeDS remoting calls from the flex front-end. My remote object is a Java object that connects to a database via JBDC and returns the result set as an Array to ...
0
votes
0answers
52 views
BlazeDS not finding JMS queue in JNDI when configuring multiple destinations
We currently have one (remote) topic setup for blaze and it has been working in production (and QA) for a few years without issue. The working destination is "message-destination" (as named in ...
1
vote
0answers
72 views
Flex/BlazeDS Producer Consumer - Stop producing client from receiving from a consumer
I am currently working with Flex 4.9 (Mobile App) and BlazeDS integrated with ColdFusion. I have created a simple producer/consumer application where is sends up the object to the server, stores the ...
0
votes
0answers
136 views
How to handle user authentication in Spring MVC/Flex hybrid app
We have an application that is a Flex front end to a Java backend using Blazeds. We are in the process of converting away from Flex to an HTML and JS front end using Spring MVC. We want to do this ...
0
votes
0answers
78 views
Flex and Spring integration with security
I'm a beginner in Flex, I'm trying to build an application whose architecture will be based in apache flex 4.9 in the client side and javaEE in the server side.
the architecture should be build in ...
0
votes
0answers
59 views
What exactly does a ChannelFaultEvent signify in Flex/BlazeDS?
I have a Flex with BlazeDS application which uses streaming AMF. We see sometimes in production that we get a ChannelFaultEvent.FAULT. After that sometimes, we get a ChannelEvent.CONNECT for some of ...
2
votes
1answer
130 views
Flex and Java GWT integration
How to connect Flex application to JAVA GWT. Some java side data like strings,Image send to edit in flex editor which is a SWF, when user complete his editing on the SWF,then edited data return back ...
0
votes
1answer
93 views
blazesds consuming huge memory
BlazeDS 4 is used to communicate with Flex4.6. When flex client invokes a
remote call on blazeds server, server returns an arrayList containing POJOs.
Assuming each POJO mem size is 12 bytes, I am ...
2
votes
1answer
141 views
Get stacktrace from Java (Apache Tomcat) backend on Flex frontend (connected by BlazeDS)
I'm using BlazeDS to connect my Flex front end to my Java backend, and was wondering if there is any way I can get the complete stack trace in case of an exception to be passed to the front end. When ...
0
votes
1answer
102 views
Channel.Call.Failed occurring sporadically when proxy settings are configured in the browser
I have a BlazeDS service making calls through a SecureAMFChannel as part of a Flex 4 client -> Java server application hosted with tomcat. I'm seeing a strange issue in which the service calls cause ...
0
votes
0answers
29 views
blazeds consuming huge memory [duplicate]
I am using adobe flex4.6 and blazeds4.0 to communicate with server. Client makes RMI with server. Server returns an arrayList which is composed of user defined class objects. Assume 200000 objects are ...
0
votes
0answers
22 views
blazeds consumes huge memory [duplicate]
I am using spring source tool suite2.5 to communicate with adobe flex4.6 via blazeds4. When a client sends a request to server then the server side response to the client browser by sending an ...
0
votes
1answer
184 views
Upload file into Folder Using Blazeds and Flex?
In my Flex Application i'm doing image Uploading Using Blazeds ...
private var fileReference:FileReference;
protected function imageUpload(event:MouseEvent):void
{
// ...
1
vote
1answer
67 views
Exception from ExceptionTranslator does not return to flex
I'm using Flex + Blazeds + Spring Security. Something weird is going on my ExceptionTranslator.
public class ProjectExceptionTranslator implements ExceptionTranslator {
@Override
public ...
1
vote
0answers
80 views
Cannot convert Enum to int using Spring Converter
My application uses BlazeDS for communication between Flex and Java. I'm using Spring for BlazeDS integration in Java.
I have an enum called TransactionStatus. On the flex side, the corresponding ...
3
votes
3answers
2k views
hibernate properties not found
we are integrating the java blazeds hibernate with flex project..First we tested the pure java hibernate in eclipse and it is executing fine. But when we put the same in tomcat for flex integration ...
0
votes
1answer
123 views
BlazeDS slow with large number of objects
I'm developing a mobile app using Flex and I have run into some problems using BlazeDS. Some users request a (relatively) pretty large amount of data from my server, which returns in about 2 seconds. ...
1
vote
0answers
65 views
Server push framework for adobe flex 4.6
I have a web application with adobe flex 4.6 with php as backend. The application allows collaboration of multiple users. Currently, changes made by one user are reflected to the other users only on ...
0
votes
0answers
88 views
Air application - faultCode:Client.Error.MessageSend
I have an AIR application that uses remote objects to communicate with the server. It works perfectly when the application connects to my localhost server. But as soon as I change the url to point to ...
1
vote
1answer
117 views
How to relay error back to Flex/BlazeDS from Java
We have a Flex application communicating with a Java backend via BlazeDS.
Before, if an SQL error occurred, the SQL exception would be shown as an alert in the Flex application and the ...
0
votes
0answers
407 views
Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies
scene description:
my program is implemented by flex+java+blazeDS+activeMQ,it subscribe the jms message from activeMQ by Flex Consumer,Currently i deliver two tomcat in
the same Server,them are ...
0
votes
0answers
174 views
The client has no active subscriptions over endpoint 'my-polling-amf'
This is my channel configuration:
channel-definition id="my-polling-amf" class="mx.messaging.channels.AMFChannel"endpoint ...
0
votes
0answers
92 views
Webservice Proxy from Adobe Flex
I am creating one Flex application which needs to show results from a webservice, hosted in our network itself. It's an internal application, but due to the strict secured environment, we need to open ...
0
votes
1answer
76 views
Remote object call in ModuleLoader
I am Using Module Loader and Remote Object.
code.
public function continueClick():void
{
loader1.url = "Module.swf";
}
<mx:Button label="Continue" clenter code hereick="continueClick();" ...


