[jboss-user] [EJB 3.0] - Re: Why interceptors can't be deployed using ejb-jar.xml?

jwenting do-not-reply at jboss.com
Wed Apr 2 02:31:42 EDT 2008


you're probably missing the  section of the ejb-jar.

Something like

  | <interceptors>
  |   <interceptor>
  |     <interceptor-class>your_interceptor_class_name</interceptor-class>
  |     <post-construct>
  |       <lifecycle-callback-method>methodName</lifecycle-callback-method>
  |     </post-construct>
  |     <!-- ditto for other callback methods -->
  |   </interceptor>
  | </interceptors>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140781#4140781

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140781



More information about the jboss-user mailing list