highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
109 stars 54 forks source link

Cycles are not handled correctly #92

Open highsource opened 6 years ago

highsource commented 6 years ago

See org.jvnet.jaxb2_commons.lang.tests.CyclicTests.

The problem is that the root object is not copied using the strategy copy method.