-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1, EAP_EWP 5.1.2
-
None
-
Release Notes
-
Multiple Seam classes have been changed to make JpaIdentityStore clusterable. The changes include serialization of the involved classes.
-
Documented as Resolved Issue
-
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.