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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Mar 4 20:54:45 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586153#comment-12586153 ] 

Alexey Kazakov commented on JBIDE-3126:
---------------------------------------

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?).

> 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