[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3126) Validate the serializability of beans injected into passivating-scoped beans.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Mar 10 16:24:45 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov resolved JBIDE-3126.
-----------------------------------

    Resolution: Done


> Validate the serializability of beans injected into passivating-scoped beans.
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-3126
>                 URL: https://issues.jboss.org/browse/JBIDE-3126
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: cdi (jsr-299)
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 3.2.1, 3.3.0.M1
>
>
> So what we can verify here:
> If the bean belongs to @SessionScoped or @ConversationScope or to any @NormalScope(passivating=true)
> and the bean is not @Stateful then we should check if the bean implements java.io.Serializible.
> If so then ok otherwise we mark it as an error (or warning by default?).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list