[
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