blazeds « Library « Java Enterprise Q&A





1. BlazeDS - AMFConnection.call giving HTTP 400 status    stackoverflow.com

I'm trying to use BlazeDS's AMFConnection class to connect to pyamf, but when I call AMFConnection.call(), I get HTTP status 400 (Bad Request - "The request body was unable to be ...

2. What is the query string of a BlazeDS request?    stackoverflow.com

I have a Tomcat service running on localhost:8080 and I have installed BlazeDS. I created and configured a simple hello world application like this...

package com.adobe.remoteobjects;
import java.util.Date;
public class RemoteServiceHandler {
public RemoteServiceHandler()
{
//This ...

3. BlazeDS and ColdFusion - jRun memory usage increase resulting in java.lang.OutOfMemoryError: Java heap space    stackoverflow.com

I have BlazeDS running in an instance of Coldfusion 8. A flex chat app that acts as both a producer and consumer with 70 long polling requests allowed, moving to client ...

4. BlazeDS support on Z-Linux    stackoverflow.com

I am working on a proposal where we intent to use Flash remoting in Flex and conntext it Java Web application using AMF. We are looking at using BlazeDS or LCDS. ...

5. Scalability Blazeds | 3000 messages | 1 min    stackoverflow.com

I am using Blazeds-3.2.0.3978 amd Weblogic 10.0.0.1. I have the session timeout for 5 minutes. Below is channel definition i am using

channel-definition id="my-polling-amf"
class="mx.messaging.channels.AMFChannel"

endpoint
url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling"
class="flex.messaging.endpoints.AMFEndpoint"/


polling-enabled true polling-enabled

polling-interval-seconds 1 polling-interval-seconds
I have declared destination as
destination id="destICL"
adapter ref="actionscript" ...

6. AMF client in Java    stackoverflow.com

I am using BlazeDS java client to get info from this page. This page has a form in the middle that when you select a type, the location ...

7. BlazeDS data push over SSL    stackoverflow.com

I have an application that uses the data push technology of blazeDS to send data to a Flex Client event 5 seconds. The application works fine when I run it via ...

8. Actionscript class not found at runtime for BlazeDS communication    stackoverflow.com

We are using GraniteDS autogenerated AS code to map Java remote objects to AS. We have objects that contain List sites in Java so when they are converted to AS it looks ...

9. Connecting Flash AS2 (or AS3) to BlazeDS    stackoverflow.com

All, I'm looking for some information on connecting a Flash (not Flex) application to Blaze DS. (A Google search is surprisingly unhelpful...) Adobe's mini-site about BlazeDS (http://opensource.adobe.com/wiki/display/blazeds/Overview) mentions:

Blockquote Welcome to BlazeDS! BlazeDS ...





10. Ivy/gant include BlazeDS jars that aren`t in a public repo and have no version    stackoverflow.com

Ive been trying to figure out the best way to include the BlazeDS jars in my Gant/Ivy build. Ive been unable to find a public repo for these jars and Im new ...

11. Red5 vs BlazeDS    stackoverflow.com

What technology are better (robust, stable, speed) for rich web app with flash movies, chat, etc. Somebody said that Red5 will drop down if more that 50 users try to suck video ...

12. Is it possible to call BlazeDS from Java?    stackoverflow.com

Basically I'm trying to proxy some webservices locally (for reasons I won't go into now) and then have a Java application call it. I'm looking at BlazeDS since it seems to ...

13. What is the best BlazeDS polling method for an low bandwidth network?    stackoverflow.com

I am wondering BlazeDS polling configuration, simple or long polling, is the best for a low bandwidth network.

14. Is RTMP supported in BlazeDS yet?    stackoverflow.com

Since Adobe opened the RTMP specification to the community, does it mean that RTMP will be supported by BlazeDS?

15. Launching a Java applet from BlazeDS    stackoverflow.com

I wanted to know if it was possible to launch an Applet from BlazeDS? Thanks in advance

16. Automatically catch all exceptions thrown by BlazeDS remoting methods?    stackoverflow.com

Is there a way to automatically catch all (unchecked) exceptions thrown by BlazeDS remoting methods, without wrapping each one in a last-resort try/catch block? My code catches any checked exceptions as ...





17. Pushing Questions to a client using Adobe BlazeDS/LiveCycle    stackoverflow.com

Over the past few weeks, I have been creating a sort of text-based adventure game revolving entirely around the actions of a player. The general idea is that there is ...

18. Stress test BlazeDS polling    stackoverflow.com

I'm looking for some guidance on stress testing BlazeDS polling channels. I've followed this excellent article on using jmeter to test AMF messaging: http://blog.jteam.nl/2009/07/14/performance-testing-a-flex-blazeds-application/ But that's only suitable for non-polling messages. I ...

19. Connect to BlazeDS with java stand alone app    stackoverflow.com

I have a java server with a BlazeDS interface to handle Adobe AIR clients. I also have a bunch of legacy stand alone java apps that I'll need to integrate ...

20. Blaze DS unable to use my-streaming-amf - "Destination 'chat' not accessible over channel 'my-amf'    stackoverflow.com

Can anyone point me out whats wrong with the configuration I have to execute a simple sample application to use the streaming-amf. I get the following error when i tried to submit ...

21. ChannelSet problem/Upgrade to BlazeDS 4    stackoverflow.com

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 ...

22. How to set up Charles proxy for standalone Flash player during FlexUnit integration tests?    stackoverflow.com

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 ...

24. BlazeDS using subtopics set at server side with ajax-bridge    stackoverflow.com

I'm doing research into BlazeDS , and i am trying to use the ajax-bridge to perform this trough javascript. What i'm trying to do is send an asynchronous message from the server ...

25. Performance issues when calling java.beans.Introspector.getBeanInfo after inactivity    stackoverflow.com

I am using a 3rd party library that dynamically creates instances of Java classes and populates those instances with the help of Introspector.getBeanInfo. Certain requests may result in 5 or ...

26. BlazeMonster (AS3 VO/DTO Generation) support complex Java class?    stackoverflow.com

Can BlazeMonster generate AS3 Value Object/Data Transfer Object from complex Java classes without issue, like enum, generic, collection/set/list/map than contain other collection/set/list/map (few levels) without any issue? Thanks.

27. blazeds converts BigDecimal to string    stackoverflow.com

I have a Flex application that uses blazeds to connect to a Java backend. Using remoting, I give a call to an API to run a SELECT statement on a table ...

28. Weblogic10, BlazeDS, FlashBuilder4, Error setup remoting-service bind    stackoverflow.com

i am really not sure what else to try, any help will be appreciated. Thank you 1) I am using weblogic 10, flashbuilder4 eclipse plugin, everything is running off windows xp. 2) I ...

29. BlazeDS custom serialization causes RangeError    stackoverflow.com

I am using BlazeDS to communicate between Java and Flash/Flex. And everything works fine, except that Java Null Integer becomes 0 on Flex side. To handle the problem with transferring a Java ...

30. Socket server for 2D MMORPG    stackoverflow.com

I'm starting a 2D browser multiplayer game consisting of a city with many kinds of transports (metro, buses, tunnels), players using those transports and having some interaction between them. I have started ...

31. Getting JSESSIONID cookie into standalone BlazeDS app messages    stackoverflow.com

I have a flex app using BlazeDS to talk with a web app using Spring Security. During normal use the user has already logged into the web app before running ...

32. BlazeDS: Converting action script type Class (for an embded image) to Java    stackoverflow.com

I am using BlazeDS for my flex3 application and I need to transfer an embedded image from actionscript to java. Any hint on how to do that? To what java class ...

33. Default path used by a java class in blazeds    stackoverflow.com

im using Blazeds with java and flex, I need one of the java classes to read from a .dat file, and since the application is to be hosted on the server ...

34. RemoteObject in BlazeDS environment: Serializing objects from JAXB/XJC-generated classes    stackoverflow.com

I'm developing a webapp with Java backend and Flash (pure ActionScript) frontend using BlazeDS. I'm using the RemoteObject stuff to send objects, using custom serialization, where I need to implement ...

35. Deserialising AMF via Proxy    stackoverflow.com

I want to deserialize an Onlinegame AMF Stream to create various overviews (Items in stock, numbers of buildings, type of buildings etc.) To do this i implemented an Proxy in Java. My ...

36. BlazeDS Error Message: "MessageBroker cannot service the message because message has null id"    stackoverflow.com

I'm experimenting with BlazeDS (using pure ActionScript), sending objects from server to client and vice versa using RemoteObject with custom serialization. Sending from server to client works fine, but when ...

37. ServerConfig.getChannel() doesn't work despite compiling with services-config.xml    stackoverflow.com

I'm developing a pure AS3 application using BlazeDS for backend communication. Currently I'm defining the AMFChannels at runtime using something like this: var amfChannel:AMFChannel = new AMFChannel("my-amf", "http://127.0.0.1:8400/foo/messagebroker/amf"); Now I want to get rid ...

38. Does anyone have an example of using a custom BlazeDS serializer/deserializer using Interfaces instead of JavaBeans for AMF?    stackoverflow.com

I'm trying to integrate support for AMF into our web services. We currently support JSON and XML but when we serialize/deserialize data, we use Interfaces and object factories to create instances ...

39. In Flash Builder BlazeDS tooling, is it possible to rename remote method arguments?    stackoverflow.com

I'm using Flash Builder 4.5 and auto-generating classes to invoke remote service endpoints using the BlazeDS tooling. All of this works great, except it is bothering me that the generated service ...

40. RemotingMessage vs AsyncMessage BlazeDS    stackoverflow.com

I am a beginner if BlazeDS what is the différence between RemotingMessage and AsyncMessage and why we can't use AsyncMessage to push data ???? (like the data service of LCDS). ...

41. BlazeDS - Object that deserialize to actionscript object can't be cast to his subclass (parent)    stackoverflow.com

I am building flex application and using blazeDS to pass objects between java and actionscript. I have the following java classes (Property that extends BaseProperty) and their actionscript representation. When I pass the ...

42. blazeds push message to all clients    stackoverflow.com

I have a bootstrapper that handles sessionDestroyed,sessionCreated,ClientCreated,ClientDestroyed,MessageClientDestroyed,MessageClientCreated events. My aim is to send a disconnect message to all clients or all subscribed destinations. So i need a push mechanism inside the service. I ...

43. Public AMF server where you can test authentication    stackoverflow.com

I am looking for a public server where you can test authentication using AMF.

44. Java AMF serialization    stackoverflow.com

I'm migrating from Drupal to Java. I need to create a servlet to serve existing Flash player with server data. Until now this was done with AMFPHP module. I'm looking for a way to ...

45. Remoting from Flash (ActionScript 3.0) to Java Back-end for networking    stackoverflow.com

I have been trying to build a Flash Application that connects to another java application through socket connection, I tried using the flash.net.Sockets class but it would only send <policy-file-request/> and ...

46. let BlazeDS print missing Types    stackoverflow.com

I just wrote a little proxy application in java for a AMF based web game. This tool is deserializing the stream and gives some usefull informations. From time to time the developers ...

47. Mock flex-BlazeDS context for JUnit testing    stackoverflow.com

I am trying to write JUnit test for server side BlazeDS code for Flex front end. Is there a way we can mock FlexContext object? Thanks, Supriya

48. Unknown AMF type & other errors when transfering files from flash to java    stackoverflow.com

I'm using a Flash tool to transfer data to Java. I'm having problems when it comes to sending multiple objects at once. The objects being sent are just generic Object objects, ...

49. BlazeDS Selector to Subtopic conversion issues & BlazeDS Logging Attempts    stackoverflow.com

I am currently working on a new project with a rather large, pre-existing codebase and am trying to reduce bandwidth usage by converting from Selector filtering of BlazeDS messages to using ...

50. BlazeDS Manually Set Cookie    stackoverflow.com

I'm new to Java. I'm writing an application to link to a vendors Flash site. I have my BlazeDs based program talking to their site. I'm running into a ...

51. AMF-serializing using adobes blazeDS library    java-forums.org

Hello everyone I'm trying to serialize an object to AMF3 using adobe blazeDS found here: http:/ /opensource.adobe.com/wiki/display/blazeds/Downloads My code fails at the very first line of the serialization when I try to do this: Amf3Output amfo=new Amf3Output(new SerializationContext()); I need to pass in a SerializationContext in the parameter, but I have no idea what to send in... Here's the Javadoc for ...