[
https://issues.apache.org/activemq/browse/CAMEL-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43880#action_43880
]
Claus Ibsen commented on CAMEL-559:
-----------------------------------
Marat, maybe something wrong with my box. This unit test is also failing as the
aggregated one.
D:\project\camel\components\camel-jms>mvn clean compile test
-Dtest=JmsRouteRequestReplyTest
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Camel :: JMS
[INFO] task-segment: [clean, compile, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory D:\project\camel\components\camel-jms\target
[INFO] Deleting file-set: D:\project\camel\components\camel-jms/activemq-data
(included: [], excluded: [])
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 33 source files to
D:\project\camel\components\camel-jms\target\classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 40 source files to
D:\project\camel\components\camel-jms\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
D:\project\camel\components\camel-jms\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.camel.component.jms.JmsRouteRequestReplyTest
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 289.563 sec
<<< FAILURE!
Results :
Failed tests:
testUseMessageIDAsCorrelationIDPersistReplyToMultiNode(org.apache.camel.component.jms.JmsRouteRequestReplyTest)
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0
-------------------------------------------------------------------------------
Test set: org.apache.camel.component.jms.JmsRouteRequestReplyTest
-------------------------------------------------------------------------------
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 289.563 sec
<<< FAILURE!
testUseMessageIDAsCorrelationIDPersistReplyToMultiNode(org.apache.camel.component.jms.JmsRouteRequestReplyTest)
Time elapsed: 182.828 sec <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected reply. Expected: 'Re: Hello
World-941'; Received: 'Hello World-941'
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.camel.component.jms.JmsRouteRequestReplyTest$Task.assertSuccess(JmsRouteRequestReplyTest.java:314)
at
org.apache.camel.component.jms.JmsRouteRequestReplyTest.runRequestReplyThreaded(JmsRouteRequestReplyTest.java:455)
at
org.apache.camel.component.jms.JmsRouteRequestReplyTest.testUseMessageIDAsCorrelationIDPersistReplyToMultiNode(JmsRouteRequestReplyTest.java:349)
> Upgrade to ActiveMQ 5.1.0
> -------------------------
>
> Key: CAMEL-559
> URL: https://issues.apache.org/activemq/browse/CAMEL-559
> Project: Apache Camel
> Issue Type: Task
> Components: camel-jms
> Affects Versions: 1.4.0
> Reporter: Claus Ibsen
> Assignee: Hadrian Zbarcea
> Priority: Critical
> Fix For: 1.4.0
>
> Attachments: CAMEL-559_activemq510.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.