Author: gnodet
Date: Wed Feb 14 09:17:00 2007
New Revision: 507631

URL: http://svn.apache.org/viewvc?view=rev&rev=507631
Log:
SM-843: The defaultMep attribute is missing on the jms endpoint in 
loan-broker-bpel demo

Modified:
    
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/src/main/resources/xbean.xml

Modified: 
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/src/main/resources/xbean.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/src/main/resources/xbean.xml?view=diff&rev=507631&r1=507630&r2=507631
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/src/main/resources/xbean.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/src/main/resources/xbean.xml
 Wed Feb 14 09:17:00 2007
@@ -27,7 +27,8 @@
                 role="consumer"
                 connectionFactory="#jmsFactory"
                 destinationStyle="queue"
-                jmsProviderDestinationName="demo.org.servicemix.source" />
+                jmsProviderDestinationName="demo.org.servicemix.source"
+                defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; />
 
   <bean id="jmsFactory" 
class="org.apache.activemq.pool.PooledConnectionFactory">
     <property name="connectionFactory">


Reply via email to