IBM Support

PM04686: EXPOSE XCI SPI OPTION TO DISABLE SCHEMA-FULL-CHECKING

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Expose XCI SPI option to disable schema-full-checking
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  Users of WebSphere Application Server v7    *
    *                  Feature Pack for Service Component          *
    *                  Architecture (SCA) Refresh Pack v1.0.1.0    *
    ****************************************************************
    * PROBLEM DESCRIPTION: Need a new user option to disable       *
    *                      schema full checking                    *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    By default, when the XSDs are loaded, their constraints will
    be fully checked. The users may want an option to disable the
    checking during the load time.
    

Problem conclusion

  • A new SDOUtil.OPTION_SCHEMA_FULL_CHECKING is added. By
    default, its value is true which means the schema constraints
    will be fully checked when the schema document is loaded. To
    turn it off, you would need to set the option to false when
    creating the instance of SDO HelperContext like below.
    
    Map options = new HashMap();
    options.put(SDOUtil.OPTION_SCHEMA_FULL_CHECKING, false);
    HelperContext hc = SDOUtil.createHelperContext(options);
    
    APAR PM04686 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

    PM04686

  • 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-01-07

  • Closed date

    2010-01-26

  • Last modified date

    2010-01-26

  • 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