Forwarding to the openejb users list, hopefully they'll be able to help.

-mike

---------- Forwarded message ----------
From: is_maximum <[email protected]>
Date: Mon, Mar 9, 2009 at 1:15 AM
Subject: [OpenEJB issue] default interceptors
To: [email protected]



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