|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

I know the point you mentioned, and indeed, just as you said, removing the declaration of interceptors from beans.xml will make the sample work. However, Interceptors are deployment-specific and are disabled by default. Like alternatives, interceptors have to be
enabled by using the CDI deployment descriptor beans.xml of the jar. So, for @Priority case, this is an exception?
I am sorry for still commenting in the jira rather than weld forum.
Thanks
Tang