Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-1965

XERCESJ-1076 - Xerces exhibits error: cvc-pattern-valid: Value...

XMLWordPrintable

    • Release Notes
    • Workaround Exists
    • Hide

      As a workaround, you can disable schema validation of faces-config.xml via web.xml in your WAR.

      <context-param>
      <param-name>com.sun.faces.validateXml</param-name>
      <param-value>false</param-value>
      </context-param>

      Show
      As a workaround, you can disable schema validation of faces-config.xml via web.xml in your WAR. <context-param> <param-name>com.sun.faces.validateXml</param-name> <param-value>false</param-value> </context-param>

      A customer has come across http://issues.apache.org/jira/browse/XERCESJ-1076 when restarting their production system. This is reported in XERCESJ-1076 as being fixed in Xerces 2.8.0.
      JBoss EAP 4.3.0_CP04 uses Xerces 2.7.1

      As an experiment I tried replacing the current Xerces version with 2.8.0 but that didn't work. But changing it to version 2.9.0 did allow me to run up JBEAP a view the jmx-console and a simple seam app.

            pskopek@redhat.com Peter Skopek
            rhn-support-sappleton Shaun Appleton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: