You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2009/02/23 08:08:59 UTC

[jira] Resolved: (SM-1811) bridge-sa-itest failed due to missing activemq-camel dependency

     [ https://issues.apache.org/activemq/browse/SM-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1811.
------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=746901&view=rev for trunk

> bridge-sa-itest failed due to missing activemq-camel dependency
> ---------------------------------------------------------------
>
>                 Key: SM-1811
>                 URL: https://issues.apache.org/activemq/browse/SM-1811
>             Project: ServiceMix
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3.1
>
>
> get exception like
> testDeploy(org.apache.servicemix.test.IntegrationTest)  Time elapsed: 7.48 sec  <<< ERROR!
> org.apache.camel.NoSuchEndpointException: No endpoint could be found for: activemq:example.A, please check your classpath contains the needed camel component jar.
>         at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:55)
>         at org.apache.camel.model.RouteType.resolveEndpoint(RouteType.java:99)
>         at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:106)
>         at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:112)
>         at org.apache.camel.model.FromType.resolveEndpoint(FromType.java:73)
>         at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:81)
>         at org.apache.camel.model.RouteType.addRoutes(RouteType.java:213)
>         at org.apache.camel.model.RouteType.addRoutes(RouteType.java:89)
>         at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:639)
>         at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:631)
>         at org.apache.camel.spring.SpringCamelContext.maybeDoStart(SpringCamelContext.java:167)
>         at org.apache.camel.spring.SpringCamelContext.doStart(SpringCamelContext.java:162)
>         at org.apache.camel.impl.ServiceSupport.start(ServiceSupport.java:47)
>         at org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.java:97)
>         at org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:116)
>         at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
>         at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
>         at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
>         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:275)
>         at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
>         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:384)
>         at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>         at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>         at org.apache.servicemix.test.IntegrationTest.createApplicationContext(IntegrationTest.java:54)
>         at org.apache.servicemix.test.IntegrationTest.setUp(IntegrationTest.java:40)
>         at junit.framework.TestCase.runBare(TestCase.java:132)
>         at junit.framework.TestResult$1.protect(TestResult.java:110)
>         at junit.framework.TestResult.runProtected(TestResult.java:128)
>         at junit.framework.TestResult.run(TestResult.java:113)
>         at junit.framework.TestCase.run(TestCase.java:124)
>         at junit.framework.TestSuite.runTest(TestSuite.java:232)
>         at junit.framework.TestSuite.run(TestSuite.java:227)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.