Channel.call.failed error NetConnection.Call.Failed:HTTP:Status 504
Hi All, I have a flex application which has been built using flex 3.2 and Blazeds. Its working fine in the test server(and also in local machine), but getting following error when i uploaded it to...
View ArticleHow the server side (java) knows if a client unsubscribed or disconnected
Hello all,How the server side (java) knows if the client is still connection or if the client is disconnected/ unsubscribed. Is there any listener that i can add?ThanksBenny
View ArticleStreamingAMFChannel,server-to-client-heartbeat-millis issue
I am developing a data push flex application with BlazeDs/Tomcat and Streaming AMF Channel. Everything works fine but I want to control the push interval i.e. server will send data for every 30 sec.So...
View Article[svn] 2576: Feature: Java AMF client.
Revision: 2576Author: matamel@adobe.comDate: 2008-07-23 06:23:32 -0700 (Wed, 23 Jul 2008)Log Message:-----------Feature: Java AMF client.QA: Yes - see the spec.Doc: Yes - see the spec.Checkintests:...
View ArticleExporting a flex+java WAR file contains the entire flex source code
Hi All,I'm using eclipse 3.3.1 and the latest Flex Builder Plugin, working on a combined java/flex project using WTP.When exporting a war file using eclipse's file/export feature, the war file contains...
View ArticleCall the application server (blaze ds) with a different ip than localhost
Hi RIA Fans,im a Java Developer, new to Blaze DS and Flex in general.I developed my first application using Blaze DS and everything works fine when i access the server as http://localhost:8080/...But...
View ArticleBlazeDS Performance and Scalability Issues
We are planning to use BlazeDS with JBoss Server and Flex Client for the Notifications.A Firewall can exist between the Flex Client and JBoSS Server.We need to support 500 Concurrent Users with Flex...
View Articleflex.messaging.security.TomcatLoginCommand source code
Hello! I've downloaded BlazeDS source code but i was unable to find the source for the class flex.messaging.security.TomcatLoginCommand. Does anybody know where i can find it?Cheers,Nicola
View ArticleCan Flex get faster using BLAZEDS with JBOSS
how can i make the data push faster?i develop an application on java that reads data from a gps located in a car, and other java receive this data. im actually sending the data to FLEX using BlazeDS...
View ArticleReferenceError: Error #1056: Cannot create property
Hello,I have been playing around with passing objects between Flex and BlazeDS.I have a Java VO:package vo;import java.util.Date;import java.util.Set;public class TestVO{ private long aInt; private...
View ArticleJava null value serialization problem
Hello and thanks a lot to Adobe for this terrific product.We are starting to use BlazeDS and have a question.We need to contemplate the null value when we use Double, Integer, ... (Java) values.Suppose...
View ArticleWeird, weird... runtimeconfig messaging
Hi all,I am experiencing a weird issue trying to get runtimeconfig messaging with blazeds.Let me expose all the clues... and hopefully anyone can give me some direction.My environment is a Linux...
View ArticleHttpSession to FlexSession map not created in message broker...
I am using BlazeDS (3.0.0.544) as a plugin with Equinox OSGI servlet bridge (Eclipse 3.3.0), debugging inside Eclipse using the buildin JETTY plugin and things appear to work except...When the client...
View ArticleGetting remote IP address inside a Remote object
Hi all,I'd need something very common, but I can't find how to do it anywhre... I need to know the remote IP address of the SWF caller inside the java class that implements one remote objectDo you know...
View ArticleBlazeDS + Spring + Transactions: LazyInitializationException
My question is how to specify that a RemoteObject method call should participate in a JPA transaction.I have Spring + BlazeDS + Hibernate running in Tomcat. I have a remoting destination, call it...
View ArticleFlex modular application and BlazeDS serialization problem
Hey there, I'm writing modular Flex application that uses BlazeDS to communicate with Spring managed Java backend. I've created Java Objects on the server side and relevant ActionScript Objects in...
View Articleblazeds war and weblogic server: a failure?
when i try to deploy the latest blazeds release 3.2.0.3978 to weblogic 10.3 i get the following exception: [J2EE:160144]Failed to register library Extension-Name: blazeds, Implementation-Version:...
View ArticleReconnecting to AMF channel after connection with BlaseDS has been lost
Hi there, I am beginner to flex and I have a problem with to login after the connection to the BlaseDS has been lost. Setup: The flex client calls a HelloWorld Java service exposed using spring-flex....
View Article[svn:bz-trunk] 15245: Update JGroups support to 2.9.0 GA, add versioned...
Revision: 15245Revision: 15245Author: zhao@adobe.comDate: 2010-04-06 12:40:12 -0700 (Tue, 06 Apr 2010)Log Message:***********Update JGroups support to 2.9.0 GA, add versioned jgroups-core jar and...
View ArticleError during subscribing to a destination
Hi, I'm using BlazeDS for pushing messages from server to flex client using flex.messaging.services.messaging.adapters.ActionScriptAdapter and messages are published to destination using Tibco RV....
View Article