DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28372>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28372

NOT Writing id attributes for cyclic graphs

           Summary: NOT Writing id attributes for cyclic graphs
           Product: Commons
           Version: 1.0 Beta 1
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Betwixt
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


ID attributes are not being written for cyclic objects.  The IDREF is getting 
written but the ID attribute is not.
e.g. If I have a Person with a Name instance and an alien with a name instance 
the following is my output:
<root>
   <alien>
      <fullName>
          <givenName>Me</givenName>
      </fullName>
   </alien>
   <person>
      <fullName idref="3"/>
   </person>
</root>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to