Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-2748

geode-web web.xml specifies the wrong xml namespace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • rest (admin)
    • None

    Description

      Here's the current content which refers to ns/j2ee:

      <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
               version="3.0">
      

      Eclipse immediately repots that this is in error (the correct namespace is now ns/javaee).

      Review http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd, shows that Eclipse is indeed correct:

      <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
                  targetNamespace="http://java.sun.com/xml/ns/javaee"
                  xmlns:javaee="http://java.sun.com/xml/ns/javaee"
                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      

      Attachments

        Activity

          People

            klund Kirk Lund
            klund Kirk Lund
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: