IBM Support

PM18925: DO.GETDATAOBJECT(SIMPLETYPEPROPERTY) NOT RETURNING A WRAPPER DATAOBJECT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • DO.getDataObject(simpleTypeProperty) not returning a wrapper
    DataObject
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  Users of IBM WebSphere Application Server   *
    *                  v7 Feature Pack for Service Component       *
    *                  Architecture (SCA) Refresh Pack v1.0.1 and  *
    *                  WebSphere Process Server v7.0               *
    ****************************************************************
    * PROBLEM DESCRIPTION: DO.getDataObject(simpleTypeProperty) is *
    *                      not returning a wrapper DataObject      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Calling getDataObject() method with a simple type property
    would return a non-wrapped DataObject which is a generic XML
    cursor/element that cannot be used by the SDO users.
    

Problem conclusion

  • The solution is to return a wrapper DataObject (according
    to the SDO spec) with a "value" property so the SDO users can
    retrieve the value from the wrapper DataObject.
    
    Example:
    DataObject wrapperDO = root.getDataObject("simpleTypeProperty");
    wrapperDO.get("value"); // The value of the
    "simpleTypeProperty" will be returned.
    
    APAR PM18925 is currently targeted for inclusion in Service
    Level (Fix Pack) 1.0.1.7 of WebSphere Application Server v7
    Feature Pack for Service Component Architecture (SCA) Refresh
    Pack. Please refer to the Recommended Updates page for
    delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM18925

  • Reported component name

    WAS SCA FEATURE

  • Reported component ID

    5724J0854

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-07-21

  • Closed date

    2010-08-17

  • Last modified date

    2010-08-17

  • 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

    WAS SCA FEATURE

  • Fixed component ID

    5724J0854

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SUPPORT","label":"IBM Worldwide Support"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"1.0.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
09 February 2022