Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-515

web.xml - XML validation error in sample applications

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 1.1.1
    • 1.1.1
    • General
    • None
    • WebLogic 9.0 (J2EE 1.4, Servlet 2.4)

    Description

      The sample application (simple.war) does not deploy on WebLogic 9.0. The following in web.xml does not seem to pass the validation (param-name/param-value before description element):

      <context-param>
      <param-name>javax.faces.CONFIG_FILES</param-name>
      <param-value>/WEB-INF/examples-config.xml</param-value>
      <description>
      Comma separated list of URIs of (additional) faces config files.
      (e.g. /WEB-INF/my-config.xml)
      See JSF 1.0 PRD2, 10.3.2
      </description>
      </context-param>

      This works (description element before param-name element):
      <context-param>
      <description>
      Comma separated list of URIs of (additional) faces config files.
      (e.g. /WEB-INF/my-config.xml)
      See JSF 1.0 PRD2, 10.3.2
      </description>
      <param-name>javax.faces.CONFIG_FILES</param-name>
      <param-value>/WEB-INF/examples-config.xml</param-value>
      </context-param>

      Attachments

        Activity

          People

            mmarinschek Martin Marinschek
            ak61059 Andy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: