-
Notifications
You must be signed in to change notification settings - Fork 3
Known issues
Pavel Pscheidl edited this page Dec 17, 2017
·
2 revisions
Failsafe interceptor may not be automatically enabled and requires manual registration in beans.xml. This does not apply to Payara, as Payara team has fixed this issue.
<interceptors>
<class>com.github.pscheidl.fortee.failsafe.FailsafeInterceptor</class>
</interceptors>This is a general issue with Glassfish 4 where interceptors are not automatically enabled by @Priority annotation and is not FortEE specific.