]
Ales Justin commented on WELD-913:
----------------------------------
It's ForwardingApplicationFactory that implements setApplication().
You're saying we should invalidate the current application instance in WeldAF if
someone re-set the application via setApplication?
SeamApplicationWrapper doesn't implement setApplication()
correctly
-------------------------------------------------------------------
Key: WELD-913
URL:
https://issues.jboss.org/browse/WELD-913
Project: Weld
Issue Type: Bug
Components: Web Tier integration (JSF, JSP, EL and Servlet)
Affects Versions: 1.1.0.Final
Environment: Tomcat 7.0.8, Seam Faces 3.0.1, MyFaces 2.0.5
Reporter: Christian Kaltepoth
Assignee: Shane Bryzak
While debugging SEAMFACES-165 I discovered that {{WeldApplicationFactory}} doesn't
implement {{setApplication()}} correctly. The class should recreate the locally cached
{{Application}} so that future calls to {{getApplication()}} return a correctly wrapped
version of the new {{Application}} instance.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: