Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-400

Invalid XML-Namspace definition for RAD7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.5
    • None
    • RAD support, WTP support
    • None
    • Windows XP, Java 5, RAD/

    Description

      Hello!

      I'm using the eclipse:eclipse goal in order to generate the WTP 1.5 descriptors for RAD7. Unfortunately, the plugin generates invalid XML namespace definition:

      Websphere rejects to deploy this definition.
      <application id="Application_ID" xmlns:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4">

      While following definition generated with the ear-plugin is working perfectly:

      <application 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/j2ee/application_1_4.xsd" version="1.4">

      I also tried other goals. Eclipse:rad seams to generate descriptor for an older RAD version. And with eclipse:m2eclipse there were the dependend-modules missing.

      So, eclipse:eclipse would work perfectly for me. Is it possible to fix it?

      Attachments

        1. rad7_console.txt
          58 kB
          Kuno Baeriswyl
        2. workarround_patch.txt
          1.0 kB
          Kuno Baeriswyl

        Activity

          People

            Unassigned Unassigned
            qnob Kuno Baeriswyl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: