[weld-issues] [JBoss JIRA] Commented: (WELDX-91) Need a utility method to log an error if the interceptor or decorator is not enabled

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Apr 25 18:31:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/WELDX-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527467#action_12527467 ] 

Pete Muir commented on WELDX-91:
--------------------------------

Done, but is showing all interceptors as enabled right now due to WELD-503.

Use as

@Inject Interceptors interceptors;

assert interceptors.isInterceptorEnabled(FooInterceptor.class);

> Need a utility method to log an error if the interceptor or decorator is not enabled
> ------------------------------------------------------------------------------------
>
>                 Key: WELDX-91
>                 URL: https://jira.jboss.org/jira/browse/WELDX-91
>             Project: Weld Extensions
>          Issue Type: Feature Request
>            Reporter: Pete Muir
>            Assignee: Pete Muir
>             Fix For: 1.0.0.Beta1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list