XStream
  1. XStream
  2. XSTR-520

XML with attribute call 'reference'

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Minor Minor
    • Resolution: Duplicate
    • Affects Version/s: 1.3
    • Fix Version/s: None
    • Component/s: Core
    • Labels:
      None
    • JDK version and platform:
      1.6.0_06 for Windows

      Description

      When a xml file has an attribute call 'reference' XStream fails. It was solved modifying AbstractReferenceMarshaller and AbstractReferenceUnmarshaller in line:
      writer.addAttribute(getMapper().aliasForAttribute("reference")... changing it to: writer.addAttribute(getMapper().aliasForAttribute("xstreamreference")...

      Check if it's a good solution.

      I was playing with XStream and .psf files from eclipse(to work with project sets). PSFs has a reference attribute.

        Issue Links

          People

          • Assignee:
            Jörg Schaible
            Reporter:
            Juan Alonso Cadierno
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: