Author: gnodet
Date: Wed Feb 14 11:42:14 2007
New Revision: 507665
URL: http://svn.apache.org/viewvc?view=rev&rev=507665
Log:
SM-835: achetypes should not contain the <classpath/> tag inside the spring
files
Modified:
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml
Modified:
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?view=diff&rev=507665&r1=507664&r2=507665
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
Wed Feb 14 11:42:14 2007
@@ -20,12 +20,6 @@
<beans xmlns:jms="http://servicemix.apache.org/jms/1.0"
xmlns:test="http://test">
- <!-- Define an additional classpath location
- for wsdl resources -->
- <classpath>
- <location>.</location>
- </classpath>
-
<!-- START SNIPPET: consumer -->
<jms:endpoint service="test:MyConsumerService"
endpoint="jms"
Modified:
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?view=diff&rev=507665&r1=507664&r2=507665
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
Wed Feb 14 11:42:14 2007
@@ -19,10 +19,6 @@
-->
<beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0">
- <classpath>
- <location>.</location>
- </classpath>
-
<jsr181:endpoint pojoClass="${packageName}.ExampleService" />
</beans>
Modified:
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?view=diff&rev=507665&r1=507664&r2=507665
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
Wed Feb 14 11:42:14 2007
@@ -19,10 +19,6 @@
-->
<beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0">
- <classpath>
- <location>.</location>
- </classpath>
-
<jsr181:endpoint pojoClass="put.your.implementation.here"
wsdlResource="classpath:service.wsdl" />
Modified:
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml?view=diff&rev=507665&r1=507664&r2=507665
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/src/main/resources/servicemix.xml
Wed Feb 14 11:42:14 2007
@@ -20,10 +20,6 @@
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:replaceMe="http://servicemix.apache.org/replaceMe">
- <classpath>
- <location>.</location>
- </classpath>
-
<sm:serviceunit id="jbi">
<sm:activationSpecs>