|
||||||||
|
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

The tricky part is with EAR deployments. You may have multiple servlet contexts in the EAP application. Therefore we only make ServletContext injectable during a request since an HTTP request determines which ServletContext to inject.