Hi, My data structure is a graph (not a tree) so I expected JAXB / CXF to automagically detect my bean allready has been serialized and to use idRefs to make a reference when it's uses from another structure.
root
|_ Child
|_ AnotherChild
\_ "firends" = Child // Expected and idRef here
Is there something I'have to set in my XML Schema / JABX binding / CXF
configuration to achieve this ?
Best regards,
Nicolas
