Issue Type: Bug Bug
Affects Versions: 0.6
Assignee: Unassigned
Components: component-camel
Created: 03/Oct/12 11:20 AM
Description:

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)

Fix Versions: 0.6
Project: SwitchYard
Priority: Blocker Blocker
Reporter: David Ward
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira