Details
- 
        Type: Bug Bug
- 
        Status: Closed Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: 1.3.1
- 
            Fix Version/s: 1.4
- 
            Component/s: None
- 
            Labels:None
Description
I have a class "NodeProxy" (see below) using "writeReplace" to serialize as class "Node" (see below). The new object contains a field referencing to itself. When instance of "NodeProxy" is serialized to XML using XStream it reports "Cannot reference implicit element".
Reproducing code is attached.
Issue Links
- relates to
- 
             XSTR-615
        Missing reference-object during deserialization on dynamic-proxy circular reference XSTR-615
        Missing reference-object during deserialization on dynamic-proxy circular reference
-         

 
                             
    
Dynamic proxies can now be referenced also recursively. Fixed in trunk.