9

Whenever I startup GlassFish 4.1, I get the following two warnings in my GlassFish log:

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

Both of the referenced classes are, however, in the glassfish/modules/javax.ejb-api.jar.

Is there any way to fix / prevent these warnings?

XDR
  • 4,070
  • 3
  • 30
  • 54

1 Answers1

1

I think that warnings you can ignore. I had never issues with that and they exists not only for the last version. And its only a warning :)

But if you want use a more maintained glassfish, so have a look here: glassfish replacement with a few bugfixes

Pintus
  • 67
  • 5