Hello

I know this forum is related to OpenJPA but could not find an OpenEJB forum
to ask my question.

I have defined a default interceptor as follows but there is a warning that
says :

WARN - InterceptorBinding references non-existent (undeclared) interceptor:
com.foo.interceptor.RequestDataInterceptor

and this interceptor never being executed.


<interceptor-binding>
        <ejb-name>*</ejb-name>
        <interceptor-order>
        
<interceptor-class>com.foo.interceptor.RequestDataInterceptor</interceptor-class>
        </interceptor-order>
</interceptor-binding>

can anyone help me out this problem?

-- 
View this message in context: 
http://n2.nabble.com/-OpenEJB-issue--default-interceptors-tp2447667p2447667.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to