You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2007/08/09 07:14:07 UTC

svn commit: r564082 - in /incubator/servicemix/trunk/archetypes: servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/ servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resour...

Author: gertv
Date: Wed Aug  8 22:14:02 2007
New Revision: 564082

URL: http://svn.apache.org/viewvc?view=rev&rev=564082
Log:
Fix for SM-1024: Archetype generates invalid brokerURL

Modified:
    incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
    incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml

Modified: incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?view=diff&rev=564082&r1=564081&r2=564082
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Wed Aug  8 22:14:02 2007
@@ -44,7 +44,7 @@
                   defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
                   connectionFactory="#connectionFactory" />
 
-    <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616/" />
+    <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616" />
 
     <!-- JMS ConnectionFactory from JNDI -
     <bean id="connectionFactory" class="org.springframework.jndi.JndiObjectFactoryBean">

Modified: incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?view=diff&rev=564082&r1=564081&r2=564082
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml Wed Aug  8 22:14:02 2007
@@ -39,7 +39,7 @@
                   connectionFactory="#connectionFactory"
                   soap="true"/>
 
-    <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616/" />
+    <amq:connectionFactory id="connectionFactory" brokerURL="tcp://localhost:61616" />
 
     <!-- JMS ConnectionFactory from JNDI -
     <bean id="connectionFactory" class="org.springframework.jndi.JndiObjectFactoryBean">