[
https://issues.jboss.org/browse/WELD-867?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas commented on WELD-867:
-------------------------------------
I don't think the beans should be marked as Serializable.
The correct approach is to use the passivationId, actually Serializing the beans will only
cause problems/bugs (not to mention being very inefficient).
bean implementations should be serializable
-------------------------------------------
Key: WELD-867
URL:
https://issues.jboss.org/browse/WELD-867
Project: Weld
Issue Type: Feature Request
Components: Built-in beans, Clustering, Scopes & Contexts
Affects Versions: 1.1.0.Final
Reporter: Gerhard Petracek
Fix For: 1.2.0.Beta1
for custom scope implementations it's required that beans are serializable.
-> one of the following classes should implement java.io.Serializable
https://github.com/weld/core/blob/master/impl/src/main/java/org/jboss/wel...
https://github.com/weld/core/blob/master/impl/src/main/java/org/jboss/wel...
https://github.com/weld/core/blob/master/impl/src/main/java/org/jboss/wel...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira