Skip to content

Commit

Permalink
avoid lots of startup exceptions in the camel routes when running in …
Browse files Browse the repository at this point in the history
…development
  • Loading branch information
jstrachan committed Jul 24, 2013
1 parent 93effd2 commit 19e349c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hawtio-web/src/test/resources/applicationContext.xml
Expand Up @@ -141,7 +141,6 @@
<from uri="direct:b"/>
<log loggingLevel="INFO" logName="test" message="direct:b"/>
</route>
<!--
<route>
<from uri="direct:c"/>
<log loggingLevel="INFO" logName="test" message="direct:c"/>
Expand All @@ -154,7 +153,6 @@
<from uri="direct:e"/>
<log loggingLevel="INFO" logName="test" message="direct:e"/>
</route>
-->
</camelContext>

<camelContext id="cheese" xmlns="http://camel.apache.org/schema/spring">
Expand Down

0 comments on commit 19e349c

Please sign in to comment.