[arquillian-issues] [JBoss JIRA] Created: (ARQ-425) config parser code not in sync with schema

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Apr 26 09:51:18 EDT 2011


config parser code not in sync with schema
------------------------------------------

                 Key: ARQ-425
                 URL: https://issues.jboss.org/browse/ARQ-425
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.0.0.Alpha5
            Reporter: Thomas Diesler


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list