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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue May 24 11:41:01 EDT 2011


     [ https://issues.jboss.org/browse/ARQ-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-425:
------------------------------

         Assignee: Aslak Knutsen
    Fix Version/s: 1.0.0.CR1


> 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
>            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: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list