IBM Support

PM11345: DYNAMICERROREXCEPTION OCCURS WHEN INVOKING THE SDO.ISSET METHOD

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When calling DataObject.isSet(String xpath) with a valid XPath.
    The XPath contains an intermediate property that is not set.
    In this example, "thisPart" is not set:
    
    @Test
    
       public void testIsSetRequestID()
          throws Exception
       {
          assertFalse(sdo.isSet("thisPart/someValue"));
       }
    
    The following exception occurs:
    
    com.ibm.xml.xci.errors.DynamicErrorException: XX0000: (XX0000)
    (Invalid
    intermediate property value when evaluating the following path:
    thisPart/someValue)
     at com.ibm.xml.sdo.model.path.SDOPath.getContainer(Unknown
    Source)
     at com.ibm.xml.sdo.model.path.PathManager.sdoPathIsSet(Unknown
    Source)
     at com.ibm.xml.sdo.model.path.PathManager.pathIsSet(Unknown
    Source)
     at com.ibm.xml.sdo.model.DataObjectElement.isSet(Unknown
    Source)
     at tester.SDOTest.testIsSetRequestID(SDOTest.java:56)
    
    
    This is incorrect compared to what the SDO 2.1.1 requires.
    

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: DynamicErrorException occurs when       *
    *                      invoking the DataObject.isSet(String)   *
    *                      method                                  *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    DynamicErrorException occurs when invoking the
    DataObject.isSet(String) method if the string is an SDOPath
    for which intermediate properties are not set.
    

Problem conclusion

  • Added code to check for unset intermediate properties, and if
    found, simply return false rather than throwing the exception.
    
    APAR PM11345 is currently targeted for inclusion in Service
    Level (Fix Pack) 1.0.1.3 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

    PM11345

  • 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-03-31

  • Closed date

    2010-04-08

  • Last modified date

    2010-04-08

  • 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