每当我启动GlassFish 4.1时,我的GlassFish日志中都会收到以下两个警告:

WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled

WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled

但是,两个引用的类都在glassfish/modules/javax.ejb-api.jar中。

有什么办法可以修复/防止这些警告?

最佳答案

我认为您可以忽略这些警告。我从来没有问题,它们不仅存在于最新版本中。它只是一个警告:)

但是,如果您想使用维护性更高的 Glassfish ,请在此处查看:
glassfish replacement with a few bugfixes

10-06 14:37