如何为BlazeDS启用RDS支持?

时间:2021-12-03 23:26:11

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?

我在我的应用程序中使用BlazeDS 3。 BlazeDS库的依赖项是从公共maven存储库下载的。但是,由于库丢失,我无法在服务器上启用RDS支持。有谁知道这个类的位置:blazeds发行版中的flex.rds.server.servlet.FrontEndServlet?

2 个解决方案

#1


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.

您会在bug文本中注意到它们引用了ChangeList Number-229457中的修复程序。

#2


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

您需要使用blazeDS 4来获得RDS支持。您引用flex.rds.server.servlet.FrontEndServlet的类存在于flex-rds-server.jar中,该类与BlazeDS 4一起提供

#1


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.

您会在bug文本中注意到它们引用了ChangeList Number-229457中的修复程序。

#2


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

您需要使用blazeDS 4来获得RDS支持。您引用flex.rds.server.servlet.FrontEndServlet的类存在于flex-rds-server.jar中,该类与BlazeDS 4一起提供