You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2014/09/05 15:15:28 UTC

[jira] [Created] (CAMEL-7783) Camel ConsumerWSAEndpointMappingRouteTest fails with JDK8

Kevin Earls created CAMEL-7783:
----------------------------------

             Summary: Camel ConsumerWSAEndpointMappingRouteTest fails with JDK8
                 Key: CAMEL-7783
                 URL: https://issues.apache.org/jira/browse/CAMEL-7783
             Project: Camel
          Issue Type: Test
          Components: camel-spring-ws
         Environment: jdk8 
            Reporter: Kevin Earls


This test fails with the error shown below.  It looks like the expected message is getting routed to the mock:testActionMoreSpecificSkipped endpoint rather than mock:testActionMoreSpecific endpoint.

Running org.apache.camel.component.spring.ws.addressing.ConsumerWSAEndpointMappingRouteTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.543 sec <<< FAILURE! - in org.apache.camel.component.spring.ws.addressing.ConsumerWSAEndpointMappingRouteTest
testWSAddressingResolveActionMoreSpecif(org.apache.camel.component.spring.ws.addressing.ConsumerWSAEndpointMappingRouteTest)  Time elapsed: 12.407 sec  <<< FAILURE!
java.lang.AssertionError: mock://testActionMoreSpecific Received message count 0, expected at least 1
	at org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1333)
	at org.apache.camel.component.mock.MockEndpoint.assertTrue(MockEndpoint.java:1321)
	at org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:390)
	at org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:362)
	at org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:350)
	at org.apache.camel.component.spring.ws.addressing.ConsumerWSAEndpointMappingRouteTest.testWSAddressingResolveActionMoreSpecif(ConsumerWSAEndpointMappingRouteTest.java:142)


Results :

Failed tests: 
  ConsumerWSAEndpointMappingRouteTest.testWSAddressingResolveActionMoreSpecif:142 mock://testActionMoreSpecific Received message count 0, expected at least 1

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)