Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-4001

Union Deserialization of attributes is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • adb
    • None

    Description

      Deserialization of attributes union extension is broken.
      Attached is the schema and JUnit test sample.

      During deserialization, it threw the following exception:
      java.lang.IllegalStateException: Current state not START_ELEMENT
      at com.ctc.wstx.sr.BasicStreamReader.getAttributeValue(BasicStreamReader.java:641)
      at org.example.www.unionextension.TestUnionExtensionType$Factory.parse(TestUnionExtensionType.java:533)
      at org.apache.axis2.schema.extension.UnionExtensionTest.testUnionExtension(UnionExtensionTest.java:24)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      while attempting to read the attribute value after deserializing the element type.

      Side note: The attributes are also not serialized.

      Attachments

        1. unionError.xsd
          0.8 kB
          Jan Pernica
        2. unionExtension.xsd
          0.8 kB
          Chyi Pin Lim
        3. UnionExtensionTest.java
          2 kB
          Chyi Pin Lim

        Activity

          People

            Unassigned Unassigned
            chyipin Chyi Pin Lim
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: