IBM Support

PI17624: THE APACHE FOUNDATION'S CMS MIGRATION REQUIRED MODIFYING THE XML SCHEMA NAMESPACE FOR OPENJPA EXTENDED ORM DOCUMENTS.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Applications leveraging OpenJPA's extended ORM capabilities fail
    because the "www.apache.org" namespace URL cannot be resolved.
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server V8.5                                 *
    ****************************************************************
    * PROBLEM DESCRIPTION: The schema name for Apache OpenJPA's    *
    *                      Object Model Mapping (ORM) extension is *
    *                      no longer valid.                        *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The schema name for OpenJPA's ORM extension feature has changed
    from www.apache.org/openjpa/ns/orm to openjpa.apache.org/ns/orm.
    This will cause any applications leveraging OpenJPA's XML
    extensions using the old URLs to fail.
    

Problem conclusion

  • Applications utilizing OpenJPA's ORM extension must install this
    APAR and update their application's ORM descriptor headers to us
    the new schema name.
    
    For example, the following will no longer work:
    
    <entity-mappings
    xmlns="http://www.apache.org/openjpa/ns/orm/extendable"
        xmlns:openjpa="http://www.apache.org/openjpa/ns/orm"
        xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        version="2.0">
    
    The schema address must now match the following:
    
    <entity-mappings
    xmlns="http://openjpa.apache.org/ns/orm/extendable"
        xmlns:openjpa="http://openjpa.apache.org/ns/orm"
        xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        version="2.0">
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 8.5.5.3.  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

    PI17624

  • Reported component name

    WEBSPHERE APP S

  • Reported component ID

    5724J0800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-05-12

  • Closed date

    2014-06-11

  • Last modified date

    2014-06-11

  • 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