-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.1, EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: Seam2
-
Labels:None
-
Affects:Release Notes
-
Release Notes Text:Multiple Seam classes have been changed to make JpaIdentityStore clusterable. The changes include serialization of the involved classes.
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status:NEW
Class changes required to make JpaIdentityStore clusterable (see Patch.diff.txt):
src/main/org/jboss/seam/security/permission/EntityIdentifierStrategy.java
src/main/org/jboss/seam/security/permission/IdentifierPolicy.java
src/main/org/jboss/seam/security/permission/PermissionMetadata.java
src/main/org/jboss/seam/security/permission/ClassIdentifierStrategy.java
src/main/org/jboss/seam/util/AnnotatedBeanProperty.java
The changes range from implementing Serializable to making fields transient and changing how those fields are initialized.
- is related to
-
JBSEAM-4829 Multiple class changes to make JpaIdentityStore clusterable
-
- Closed
-