Commit in servicemix/base/src/test/resources/org/servicemix/components/jms on MAIN
example-endpoint-subscription.xml+1-11.1 -> 1.2
fixed schoolboy error in test case - using the correct XML element name now :)

servicemix/base/src/test/resources/org/servicemix/components/jms
example-endpoint-subscription.xml 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- example-endpoint-subscription.xml	20 Sep 2005 17:38:15 -0000	1.1
+++ example-endpoint-subscription.xml	22 Sep 2005 17:10:58 -0000	1.2
@@ -42,7 +42,7 @@
         class="org.servicemix.examples.ReceiverComponent">
 
         <!--  lets subscribe to the output of the foo:jmsReceiver component -->
-        <subscribe service="foo:jmsReceiver" />
+        <subscription service="foo:jmsReceiver" />
       </component>
       <!-- END SNIPPET: subscribe -->
 
CVSspam 0.2.8



Reply via email to