Skip to content

Commit

Permalink
add a bunch of empty contexts; so its easy to test/demo removing them :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 26, 2013
1 parent 5ee82a0 commit 185e027
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hawtio-web/src/test/resources/applicationContext.xml
Expand Up @@ -149,6 +149,15 @@
</route>
</camelContext>

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

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

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


<!-- infinispan demo -->
<bean id="infinispanFactory" class="io.hawt.example.infinispan.InfinispanDemo" init-method="init" lazy-init="false"/>
Expand Down

0 comments on commit 185e027

Please sign in to comment.