If you look at Interceptors specification, you can see that if you have @PreDestroy in interceptor class, it must take "InvocationContext" as a parameter. I think that our old impl. was correct. Seems that TCK tests are wrong!
--Gurkan ________________________________ From: Mark Struberg (JIRA) <[email protected]> To: [email protected] Sent: Mon, November 30, 2009 1:33:20 AM Subject: [jira] Created: (OWB-182) Even if @PreDestroy is used in an Interceptor, it doesn't need an InvoicationContext parameter Even if @PreDestroy is used in an Interceptor, it doesn't need an InvoicationContext parameter ---------------------------------------------------------------------------------------------- Key: OWB-182 URL: https://issues.apache.org/jira/browse/OWB-182 Project: OpenWebBeans Issue Type: Bug Affects Versions: M3 Reporter: Mark Struberg Assignee: Mark Struberg Fix For: M4 thus we must disable the check in WebBeansUtils#configureInterceptorMethods -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
