Mantis - Resin
Viewing Issue Advanced Details
4553 minor always 05-15-11 22:48 07-05-11 13:45
rickHigh  
ferg  
normal  
closed 4.0.16  
fixed  
none    
none 4.0.19  
0004553: Candi not following interceptor order
Candi does not seem to follow the interceptor order as defined in beans.xml.

For example when I have:

    <interceptors>
        <class>org.cdi.advocacy.LoggingInterceptor</class>
        <class>org.cdi.advocacy.DebugingInterceptor</class>
        <class>org.cdi.advocacy.security.SecurityAdvice</class>
    </interceptors>

I get this printed out to the console.

In SecurityAdvice
In LoggingInterceptor
In DebugingInterceptor

Notes
(0005351)
ferg   
07-05-11 13:45   
ioc/0c72