Hi everyone,
I have a very strange an annoying problem:
I have an appliaction written in Flex 3, with BlazeDS 3.2 and Java in the backend.
I'm actually using a portal (liferay) to display portlets that contain Flex movies.
When I hit a refresh button on my page, all the Flex movies send a RemoteObject request to the server (using BlazeDS), which should go to java classes and invoke a method (standard BlazeDS usage I 'm guessing).
I'm experiencing VERY slow response (14 minutes) on the first hit, while the following hits are much faster.
I've enabled the BlazeDS logging (logging level="All") and I also have debug prints coming from my java classes.
I also use the "showBusyCursor" attribute for the RemoteObject - so I can see indication of the request being sent from the flex movie.
Here is what I see: