Wang Liyu commented on Bug WELD-1538

Just to clear, I think the issue is you call ctx.proceed() in your injected bean instead of calling it in the interceptor.

I have application that has interceptor, the interceptor injected Application scoped bean, but the injected bean doesn't call ctx.proceed(), everything is fine in this way.

try move the ctx.proceed() from the ScopedBean into the interceptor, I guess the issue will be gone (if there is ever an issue before).

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

Reply via email to