-
Sub-task
-
Resolution: Done
-
Major
-
None
-
Undefined
-
---
-
---
This encompasses any type of object that can be placed into an HttpSession, including:
- Serializable JDK classes
- JSF classes
- Weld classes for handling session scope
- EJB references
- Application specific classes
This will not include:
- Non-serializable JDK classes
- EJB instances (these will be handled separately)
- 3rd party web framework classes
- Perhaps create wildlfy-extra repos for some of the more common frameworks
- causes
-
WFLY-16524 ManagedBeanIdentifierMarshallerTestCase fails intermittently
- Closed