-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: bridge-impl-4.1.0, portal-3.0.2, showcase-3.0.2, alloy-3.0.1
-
Fix Version/s: None
-
Labels:None
Unlike @Inject, @ManagedProperty does not ensure that injected non-serializeable beans are handled correctly during serialization. So we need to examine use-cases where our demos inject non-serializable @ApplicationScoped or @RequestScoped beans into Serializable @SessionScoped or @ViewScoped beans to ensure that serialization is properly handled.