tags:

views:

1216

answers:

3

I'm using BlazeDS 3 in my application. The dependencies for the BlazeDS libraries are downloaded from a public maven repository. However I can't enable the RDS support on the server because of some missing library. Does anyone know where this class is located: flex.rds.server.servlet.FrontEndServlet in the blazeds distribution?

+1  A: 

This was a bug, reported fixed a couple of months ago ... For bug details - check here. Of course, this is in the nightly builds, not in the official release.

You'll notice in the bug text they refer to the fix being in ChangeList Number-229457.

Gabriel
A: 

You need to use blazeDS 4 to get RDS support. The class that you are referring to flex.rds.server.servlet.FrontEndServlet is present in flex-rds-server.jar which is provided along with BlazeDS 4

Kishore
A: 

I have the same problem... but how to get the blazeDS4 with Maven! there is only BlazeDS3!

Lotfi
Download the BlazeDS binary distribution and set up an internal repository (e.g. http://nexus.sonatype.org/) to house copies of the BlazeDS 4 artifacts.
splash