[
https://issues.apache.org/jira/browse/OWB-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405784#comment-15405784
]
Mark Struberg commented on OWB-1137:
------------------------------------
I have no problem with the Jira, feedback is always welcome. Of course Romain
is right, the mailing list is also a better place to ask things ;)
The javax.faces.bean.SessionScoped is such an old pitfall that I almost forgot
about it.
As quick explanation: As this doesn't get recognized as a CDI Scope, it will
simply be ignored and thus your bean automatically became @Dependent scoped.
In Apache DeltaSpike we even wrote an own Extension to use ProcessAnnotatedType
to rewrite those JSF annotations to the proper CDI ones.
> SessionScoped CDI bean is not updated when injected in a HttpServlet
> --------------------------------------------------------------------
>
> Key: OWB-1137
> URL: https://issues.apache.org/jira/browse/OWB-1137
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Injection and Lookup
> Reporter: Tim Guendel
>
> The problem is described here:
> http://stackoverflow.com/questions/38661685/cdi-bean-is-not-updated-when-injected-in-a-servlet
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)