You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2011/04/18 13:02:10 UTC

[jira] [Updated] (OWB-565) missing check for producer methods

     [ https://issues.apache.org/jira/browse/OWB-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated OWB-565:
---------------------------------

    Description: 
if a producer methods creates a normal scoped bean (@NormalScope(passivating=true)) there is no check if the type of the bean implements Serializable
-> SerializableBeanVault#getSerializableBean returns null -> NPE

since a producer method might produce a serializable implementation, a runtime-check should be considered instead of a static check.

  was:
if a producer methods creates a normal scoped bean (@NormalScope(passivating=true)) there is no check if the type of the bean implements Serializable
-> SerializableBeanVault#getSerializableBean returns null -> NPE

       Priority: Minor  (was: Major)

> missing check for producer methods
> ----------------------------------
>
>                 Key: OWB-565
>                 URL: https://issues.apache.org/jira/browse/OWB-565
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.0
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>
> if a producer methods creates a normal scoped bean (@NormalScope(passivating=true)) there is no check if the type of the bean implements Serializable
> -> SerializableBeanVault#getSerializableBean returns null -> NPE
> since a producer method might produce a serializable implementation, a runtime-check should be considered instead of a static check.

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