Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-425

config parser code not in sync with schema

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.CR1
    • 1.0.0.Alpha5
    • Configuration
    • None

    Description

      The schema suggest

      <container qualifier="osgi" default="true">
      <protocol type="jmx-osgi">
      <property name="host">localhost</property>
      <property name="port">1090</property>
      <property name="urlPath">jmxrmi</property>
      </protocol>
      </container>

      the parser however wants

      <container qualifier="osgi" default="true">
      <protocol type="jmx-osgi">
      <configuration>
      <property name="host">localhost</property>
      <property name="port">1090</property>
      <property name="urlPath">jmxrmi</property>
      </configuration>
      </protocol>
      </container>

      Note, the extra configuration element. Please add a test that validates various config files against the schema and parsed values

      Attachments

        Activity

          People

            aslak@redhat.com Aslak Knutsen
            tdiesler@redhat.com Thomas Diesler
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: