]
Aslak Knutsen updated ARQ-425:
------------------------------
Component/s: Configuration
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)
Components: Configuration
Affects Versions: 1.0.0.Alpha5
Reporter: Thomas Diesler
Assignee: Aslak Knutsen
Fix For: 1.0.0.CR1
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: