Author: janstey
Date: Fri Jul 3 13:28:07 2009
New Revision: 790907
URL:
http://svn.apache.org/viewvc?rev=790907&view=revLog:
CAMEL-1793 - switch to VM transport to fix test hang
Modified:
camel/trunk/tests/camel-itest/src/test/resources/spring-config/jms-applicationContext.xml
camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
Modified: camel/trunk/tests/camel-itest/src/test/resources/spring-config/jms-applicationContext.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/spring-config/jms-applicationContext.xml?rev=790907&r1=790906&r2=790907&view=diff==============================================================================
--- camel/trunk/tests/camel-itest/src/test/resources/spring-config/jms-applicationContext.xml (original)
+++ camel/trunk/tests/camel-itest/src/test/resources/spring-config/jms-applicationContext.xml Fri Jul 3 13:28:07 2009
@@ -26,7 +26,7 @@
<bean id="jmsConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
- <property name="brokerURL" value="tcp://localhost:61616" />
+ <property name="brokerURL" value="vm://localhost" />
</bean>
</beans>
Modified: camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml?rev=790907&r1=790906&r2=790907&view=diff==============================================================================
--- camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml (original)
+++ camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-WsAddressingContext.xml Fri Jul 3 13:28:07 2009
@@ -15,7 +15,7 @@
<broker:broker useJmx="false" persistent="false" brokerName="localhost">
<broker:transportConnectors>
- <broker:transportConnector name="tcp" uri="tcp://localhost:61616"/>
+ <broker:transportConnector name="vm" uri="vm://localhost"/>
</broker:transportConnectors>
</broker:broker>
Modified: camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml?rev=790907&r1=790906&r2=790907&view=diff==============================================================================
--- camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml (original)
+++ camel/trunk/tests/camel-itest/src/test/resources/spring-config/server-applicationContext.xml Fri Jul 3 13:28:07 2009
@@ -33,7 +33,7 @@
<broker:broker useJmx="false" persistent="false" brokerName="localhost">
<broker:transportConnectors>
- <broker:transportConnector name="tcp" uri="tcp://localhost:61616"/>
+ <broker:transportConnector name="vm" uri="vm://localhost"/>
</broker:transportConnectors>
</broker:broker>