Deprecated Serializer does not properly delegate method calls.
--------------------------------------------------------------
Key: JCR-627
URL: http://issues.apache.org/jira/browse/JCR-627
Project: Jackrabbit
Issue Type: Bug
Affects Versions: 1.1.1
Environment: Jackrabbit from trunk on Windows XP SP2
Reporter: Michael Daglian
Priority: Minor
Attachments: SerializerTest.java
The deprecated org.apache.jackrabbit.core.state.util.Serializer class does not
actually forward method calls to its replacement. Instead it calls itself
repeatedly, leading to infinite recursion. The attached test demonstrates this
and yields the following trace:
<<
java.lang.StackOverflowError
at
org.apache.jackrabbit.core.state.util.Serializer.serialize(Serializer.java:39)
>>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira