| Commit in servicemix/base/src/main/release/examples/bpel on MAIN | |||
| servicemix.xml | +1 | -1 | 1.2 -> 1.3 |
set default id to be same as endpointName until ActivationSpec fixed
servicemix/base/src/main/release/examples/bpel
diff -u -r1.2 -r1.3 --- servicemix.xml 2 Aug 2005 18:35:54 -0000 1.2 +++ servicemix.xml 3 Aug 2005 05:51:02 -0000 1.3 @@ -15,7 +15,7 @@
<!-- Subscribe to a JMS destination -->
- <component id="inputService" service="pxe:JmService" class="org.servicemix.components.jms.JmsServiceComponent"
+ <component id="ProcessPORT" service="pxe:JmService" class="org.servicemix.components.jms.JmsServiceComponent"
destinationService="pxe:ProcessSVC" destinationEndpoint="ProcessSVC" destinationOperation="Run">
<property name="template">
<bean class="org.springframework.jms.core.JmsTemplate">
