Uploaded image for project: 'CDI TCK'
  1. CDI TCK
  2. CDITCK-361

The value of the xmln in ejb-jar.xml is not correct.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.1.CR1, 1.2.0.Beta1
    • 1.1.0.SP2
    • Tests
    • None

    Description

      The xmlns has to be "http://xmlns.jcp.org/xml/ns/javaee", not "http://xmlns.jcp.org/xml/ns/javaee/" according to the schema.
      Test:
      org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid.StatefulSessionBeanXmlDescriptorTest

      @1.1.0.SP1:
      <ejb-jar version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee/">

      Should be:
      <ejb-jar version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee">

      Attachments

        Activity

          People

            mkouba@redhat.com Martin Kouba
            sangsuper Sang Sup Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty