Hello 

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? 


-----
--
Regards

Mohammad Norouzi

Help each other to reach the future faster

http://pixelshot.wordpress.com Pixelshot Photoblog 

http://brainable.blogspot.com Brainable Blog 


-- 
View this message in context: 
http://www.nabble.com/default-interceptor-tp22408000p22408000.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to