You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/04/14 07:15:46 UTC

DO NOT REPLY [Bug 28372] New: - NOT Writing id attributes for cyclic graphs

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: commons-dev@jakarta.apache.org
        ReportedBy: georginaoleary@hotmail.com


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org