IBM Support

PI50020: JAXB UNMDARSHALLING DOES NOT WORK CORRECTLY, AND RETURNS NULL FOR A SIMPLE XML STRING.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When using the JAXB Unmarshalling in WebSphere Application
    Server run time, it does not work . Unmarshalling a simple XML
    string, all values will return null. When a
    ValidationEventHandler is set, the XML string is unmarshalled
    correctly.
    
    WebSphere Application Server V 8.5
    Distributed operating systems.
    

Local fix

  • NA
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server V8.5                                 *
    ****************************************************************
    * PROBLEM DESCRIPTION: JAXB Unmarshaller produces a null       *
    *                      value when an XML element starts with   *
    *                      an upper case letter under cetain       *
    *                      conditions                              *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    When unmarshalling XML document such as:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    <Text>Example</Text>
    </root>
    If Java field name is declared as:
    @XmlRootElement(name="root")
    public class Root {
    public String Text;
    }
    Value of the Text element will be null
    

Problem conclusion

  • Changed behavior to make sure java field names are not altered
    during the unmarhalling process for elements
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 8.5.5.9.  Please refer to the Recommended Updates
    page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

  • Possible fixes:
    
    1. Use @XmlElement annotation:
    @XmlElement(name="Text")
    public String Text;
    
    2. Use a lower case first letter in your code and XML:
    public String text;
    

Comments

APAR Information

  • APAR number

    PI50020

  • Reported component name

    WEBSPHERE APP S

  • Reported component ID

    5724J0800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-10-06

  • Closed date

    2016-01-12

  • Last modified date

    2016-01-12

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPHERE APP S

  • Fixed component ID

    5724J0800

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
28 April 2022