0
votes
1answer
23 views
What is the query string of a BlazeDS request?
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.remoteobj …
1
vote
4answers
34 views
How do I get a strongly typed collection from BlazeDS?
I've exposed a Spring bean to my Flex app via BlazeDS. In my Java code I return strongly typed lists. e.g.
public List<Folder> getFolders(String path) {
return dao.getFo …
0
votes
2answers
22 views
LCDS Vs BlazeDs
Hi Any one can explain the difference between the LCDS and BlazeDs. Both are supporting HTTPService,Webservice,Remoting service. So why we need BlazeDs or LCDS?
0
votes
1answer
77 views
AMF client in Java
Hi
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 combo on the button gets updated.
I am …
0
votes
1answer
22 views
BlazeDS turnkey configuration for mysql
What is the configuration and code required to use mysql within a BlazeDS turnkey environment?
2
votes
1answer
143 views
BlazeDS and ColdFusion - jRun memory usage increase resulting in java.lang.OutOfMemoryError: Java heap space
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 polling wit …
1
vote
1answer
43 views
Client.Error.MessageSend problem with Flex/BlazeDS on JBoss
I'm developing a Flex 3.4 app that interops with a Java EE backend running on a JBoss-4.2.2 server, through the most recent release of BlazeDS. When I ran the Flex app from Flash B …
0
votes
0answers
11 views
How to use temporary queues from BlazeDS (OR Spring-Flex)?
Is there a way to tie a BlazeDS Message Destination to a JMS Temporary queue?
1
vote
3answers
108 views
How does [RemoteClass] work in Flex Actionscript can I use it for custom data-binding?
Actionscript supports a [RemoteClass] metadata tag that is used in BlazeDS to provide data-binding hints for marshalling AMF binary objects from Java to BlazeDS.
For example:
Jav …
0
votes
1answer
253 views
BlazeDS - AMFConnection.call giving HTTP 400 status.
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 s …
2
votes
2answers
107 views
Data push to flex application from .net backend
Hi All,
I'm about to go into a large scale application (client-flex, server-.net).
The server side is required to push data to the clients without them asking for it, this data ca …
0
votes
2answers
27 views
Why is the Spring/Flex/BlazeDS Messaging service-adapter not called?
I have attached a service-adapter to a spring message-destination as follows:
<flex:message-destination
id="secured-chat"
send-security-constraint="trusted"
subt …
1
vote
2answers
65 views
Flex Cairngorm Spring Blazeds - Remoting Error - help me please…
Hi all, I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment tr …
0
votes
0answers
32 views
Scalability Blazeds | 3000 messages | 1 min
Hi
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"
c …
0
votes
1answer
68 views
Single sign on with Joomla and Flash
I have a Joomla site and a Flash app (in Flex, if it matters). The Flash app is using BlazeDS as back-end. All the things are hosted in the same server, same domain.
Are there any …
