Not sure why I see this and others don't, unless it's because my computer is faster... 
Anywho, I think that changes in SWITCHYARD-1044 could have caused the following test case failures I see:
-------------------------------------------------------------------------------
Test set: org.switchyard.component.camel.deploy.CamelActivatorTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.074 sec <<< FAILURE!
sendOneWayMessageThroughCamelToSwitchYardService(org.switchyard.component.camel.deploy.CamelActivatorTest) Time elapsed: 0.002 sec <<< ERROR!
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
at java.util.LinkedList$ListItr.next(LinkedList.java:696)
at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1008)
at org.switchyard.test.SwitchYardTestKit.removeService(SwitchYardTestKit.java:402)
at org.switchyard.test.SwitchYardTestKit.removeService(SwitchYardTestKit.java:394)
at org.switchyard.component.camel.deploy.CamelActivatorTest.sendOneWayMessageThroughCamelToSwitchYardService(CamelActivatorTest.java:61)
and
-------------------------------------------------------------------------------
Test set: org.switchyard.component.camel.deploy.CamelJMSTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.391 sec <<< FAILURE!
sendOneWayTextMessageToJMSQueue(org.switchyard.component.camel.deploy.CamelJMSTest) Time elapsed: 0.002 sec <<< ERROR!java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
at java.util.LinkedList$ListItr.next(LinkedList.java:696)
at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1008)
at org.switchyard.test.SwitchYardTestKit.removeService(SwitchYardTestKit.java:402)
at org.switchyard.test.SwitchYardTestKit.removeService(SwitchYardTestKit.java:394)
at org.switchyard.component.camel.deploy.CamelJMSTest.sendAndAssertOneMessage(CamelJMSTest.java:93)
|