-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.0.4.GA
-
None
-
None
RiverMarshaller implements its own custom serialization for java.util.Vector that is not thread safe.
Vector's own writeObject is thread safe.
This causes ConcurrentModificationExceptions when serializing a Vector that is modified by another thread, which will not occur with JDK serialization that calls Vector's own writeObject.
The same applies to java.util.Stack which extends Vector.
- incorporates
-
JBMAR-222 Vector serialization not synchronized
- Resolved
- is cloned by
-
JBEAP-16469 [GSS](7.2.z) JBMAR-222 - JBoss Marshalling - Vector marshalling not serialized
- Closed