blazeds

Any readable, working Flex+BlazeDS+Spring+GAE (storing more than one table in GAE Datastore) tutorial?

I need a readable tutorial on working with Flex+BlazeDS+Spring+GAE (storing more than one table in GAE Datastore). Is there any such? ...

What features of BlazeDS are not avaliable on CURRENT Google App Engine?

So here it is that BlazeDS will totally play on GAE BlazeDS Version: 3.2.0.3978 Status: COMPATIBLE To workaround an EMFException thrown by flex.messaging.io.amf.AbstractAmfInput, follow Martin Zoldano's workarounds at http://martinzoldano.blogspot.com/2009/04/appengine-adobe-blazeds-fix.html. You will need to enable sessi...

ChannelSet problem/Upgrade to BlazeDS 4

I'm trying to get authentication working in my project that uses BlazeDS with Flashbuilder 4 and GlassFish v3. I followed the custom authentication example in the BlazeDS Developers Guide, but ran into an error when trying to get the channelSet with: cs = ServerConfig.getChannelSet(remote.destination); The error I get is: [Messa...

How to use strongly typed remote service objects in Flex with Mate Framework?

I am relatively new to the Mate framework, but so far really like what I see. My application makes a lot of use of the <RemoteObjectInvoker> tag to call my BlazeDS/Java service methods on the back-end. However, it is bothering me that I must enter the string name of hundreds of remote methods into my EventMap because errors are not di...

BlazeDS serialization with complex types

I recently came into a situation when sending a nested object from Java to Flex via a HashMap the Objects were null. More precisely: final Map<Integer, List<String>> tempMap = new HashMap<Integer, List<String>>(); would send the keys as integers but the values were all null. But when sending the same with String keys: final Map<Stri...

How to set up Charles proxy for standalone Flash player during FlexUnit integration tests?

I'd like to record the AMF traffic that happens during some of my Flex application unit tests. I am using Maven/flexmojos to compile the unit tests. I've installed Charles proxy and can get it to work from Firefox, but how can I get it to work from the standalone Flash player that flexmojos/FlexUnit invokes to run the integration tests...

BlazeDS error when running Flexunit tests: Detected duplicate HTTP-based FlexSessions

I am using the Maven Flexmojos plug-in to run some FlexUnit4 integration tests on the command line against a Jetty/Java/Spring Security/BlazeDS backend. These integration tests run in a stand-alone version of the flash player. One of these tests attempts a few different login scenarios as follows: [Test(async)] public funct...

Can any one please provide BlazeDS working with user identification?

Generaly all I want is to create simple Wiki like flex app using BlazeDS and Hibernate (like one provided in Enverse (part of Hibernate ) presentation Data Versioning and Envers Adam Warski JBoss / Red Hat)... Jeneraly I get how to do most of stuff to create service model but this is what I do not get: public class WikiListener implemen...

Flex Weblogic Blazeds Error

Hi all, I have Flex/Parsley/Blazeds application deployed on weblogic 9.x. The following error appears in the weblogic logs the very first time I try connect to server side java class using remoting. After the first time the application works fine...bizzarre any ideas would be appreacited thanks. FaultEvent fault=[RPC Fault faultStrin...

Intercepting Date objects coming from BlazeDS and adjusting for timezone differences

I am working on an application that is near the end of its development cycle and has mostly passed user testing. We recently realized that having flex convert dates to the client's local timezone is not desired, as all of our dates are in EST and contain no time data. Since BlazeDS sends dates in UTC, this results in the dates being conv...

Custom Marshalling from Java to Flex via BlazeDS

My team are putting together a proof-of-concept Flex application sitting on top of a Spring-based server using BlazeDS. We do quite a lot of date calculations, so we use Joda Time extensively throughout the code and in our domain model. We're now trying to figure out how we can continue to use Joda Time in our DTOs that are sent back-a...

Spring MVC: RESTful web services + BlazeDS integration possible in the same web application?

I have a Spring MVC web application which provides RESTful web services via a controller class (annotated with @Controller) which has methods mapped to specific request types and signatures via @RequestMapping annotations. I have attempted to integrate a BlazeDS service destination into the mix by 1) adding the HttpFlexSession listener ...

Problem Sending Server Side Messages from BlazeDS to All Browsers

Hi, I've run into a bit of a wall with sending messages from BlazeDS on the server to Flex clients. I have my adapters and destinations set properly (I think) messaging-config.xml and my streaming channel setup in my services-config.xml files. The messages work beautifully in Safari (Mac and PC) but no other browsers. relevant Bits f...