Merge for rules implementation config is messing up element ordering
--------------------------------------------------------------------
Key: SWITCHYARD-560
URL:
https://issues.jboss.org/browse/SWITCHYARD-560
Project: SwitchYard
Issue Type: Bug
Components: component-rules
Reporter: Keith Babo
Priority: Blocker
Fix For: 0.3
Merge reordering of config elements results in a build failure due to failed schema
validation. Here's an example of the reordered output:
{code}
<implementation.rules xmlns="urn:switchyard-component-rules:config:1.0"
eventProcessing="STREAM">
<action entryPoint="Stream1" name="example1"
type="FIRE_UNTIL_HALT"/>
<action entryPoint="Stream2" name="example2"
type="FIRE_UNTIL_HALT"/>
<audit log="event" type="THREADED_FILE"/>
<resource location="META-INF/MyRules.drl" type="DRL"/>
<action entryPoint="Stream3" name="example3"
type="FIRE_UNTIL_HALT"/>
</implementation.rules>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira