Author: gnodet
Date: Fri Sep 22 08:49:32 2006
New Revision: 448970
URL: http://svn.apache.org/viewvc?view=rev&rev=448970
Log:
Add missing ASF headers
Modified:
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/perftest.xslt
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/servicemix-deadlock.xml
Modified:
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/perftest.xslt
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/perftest.xslt?view=diff&rev=448970&r1=448969&r2=448970
==============================================================================
---
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/perftest.xslt
(original)
+++
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/perftest.xslt
Fri Sep 22 08:49:32 2006
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="node() | @*">
Modified:
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/servicemix-deadlock.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/servicemix-deadlock.xml?view=diff&rev=448970&r1=448969&r2=448970
==============================================================================
---
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/servicemix-deadlock.xml
(original)
+++
incubator/servicemix/trunk/servicemix-itests/src/test/resources/org/apache/servicemix/itests/deadlock/servicemix-deadlock.xml
Fri Sep 22 08:49:32 2006
@@ -1,95 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
- xmlns:rac="http://example.com/performancetest"
xmlns:jms="http://servicemix.apache.org/jms/1.0"
- xmlns:amq="http://activemq.org/config/1.0"
xmlns:eip="http://servicemix.apache.org/eip/1.0">
-
- <bean id="jndi"
class="org.apache.xbean.spring.jndi.SpringInitialContextFactory"
- factory-method="makeInitialContext" singleton="true">
- <property name="entries">
- <map>
- <entry key="jms/ConnectionFactory" value-ref="connectionFactory" />
- </map>
- </property>
- </bean>
-
- <bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
- <property name="brokerURL" value="tcp://localhost:61616" />
- </bean>
-
- <amq:broker id="myBroker" persistent="false" depends-on="jndi" useJmx="true">
- <amq:transportConnectors>
- <amq:transportConnector uri="tcp://localhost:61616" />
- </amq:transportConnectors>
- </amq:broker>
-
- <sm:container id="jbi" depends-on="jndi" useMBeanServer="true"
createMBeanServer="true"
- dumpStats="true" statsInterval="10" monitorInstallationDirectory="false"
monitorDeploymentDirectory="false">
-
- <sm:executorFactory>
- <bean class="org.apache.servicemix.executors.impl.ExecutorFactoryImpl">
- <property name="defaultConfig">
- <bean class="org.apache.servicemix.executors.impl.ExecutorConfig">
- <property name="corePoolSize" value="4"/>
- <property name="maximumPoolSize" value="-1"/>
- <property name="queueSize" value="0"/>
- </bean>
- </property>
- </bean>
+ xmlns:rac="http://example.com/performancetest"
xmlns:jms="http://servicemix.apache.org/jms/1.0"
+ xmlns:amq="http://activemq.org/config/1.0"
xmlns:eip="http://servicemix.apache.org/eip/1.0">
+
+ <bean id="jndi"
class="org.apache.xbean.spring.jndi.SpringInitialContextFactory"
+ factory-method="makeInitialContext" singleton="true">
+ <property name="entries">
+ <map>
+ <entry key="jms/ConnectionFactory" value-ref="connectionFactory" />
+ </map>
+ </property>
+ </bean>
+
+ <bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
+ <property name="brokerURL" value="tcp://localhost:61616" />
+ </bean>
+
+ <amq:broker id="myBroker" persistent="false" depends-on="jndi" useJmx="true">
+ <amq:transportConnectors>
+ <amq:transportConnector uri="tcp://localhost:61616" />
+ </amq:transportConnectors>
+ </amq:broker>
+
+ <sm:container id="jbi" depends-on="jndi" useMBeanServer="true"
createMBeanServer="true"
+ dumpStats="true" statsInterval="10" monitorInstallationDirectory="false"
monitorDeploymentDirectory="false">
+
+ <sm:executorFactory>
+ <bean class="org.apache.servicemix.executors.impl.ExecutorFactoryImpl">
+ <property name="defaultConfig">
+ <bean class="org.apache.servicemix.executors.impl.ExecutorConfig">
+ <property name="corePoolSize" value="4"/>
+ <property name="maximumPoolSize" value="-1"/>
+ <property name="queueSize" value="0"/>
+ </bean>
+ </property>
+ </bean>
</sm:executorFactory>
-
- <sm:activationSpecs>
-
- <sm:activationSpec componentName="receiver" service="rac:trace">
- <sm:component>
- <bean class="org.apache.servicemix.itests.deadlock.TraceComponent">
- <property name="msToSleep" value="1000" />
- </bean>
- </sm:component>
- </sm:activationSpec>
-
- <sm:activationSpec componentName="xslt" service="rac:xslt">
- <sm:component>
- <bean class="org.apache.servicemix.components.xslt.XsltComponent">
- <property name="xsltResource"
value="org/apache/servicemix/itests/deadlock/perftest.xslt" />
- </bean>
- </sm:component>
- </sm:activationSpec>
-
- <sm:activationSpec componentName="jms">
- <sm:component>
- <jms:component>
- <jms:endpoints>
-
- <jms:endpoint service="rac:pipeline" endpoint="endpoint"
role="consumer"
- defaultMep="http://www.w3.org/2004/08/wsdl/in-only"
destinationStyle="topic"
- jmsProviderDestinationName="topic/A"
connectionFactory="#connectionFactory"
- soap="false" />
-
- </jms:endpoints>
- </jms:component>
- </sm:component>
- </sm:activationSpec>
-
- <sm:activationSpec componentName="pipeline">
- <sm:component>
- <eip:component>
- <eip:endpoints>
-
- <eip:pipeline service="rac:pipeline" endpoint="endpoint">
- <eip:transformer>
- <eip:exchange-target service="rac:xslt" />
- </eip:transformer>
- <eip:target>
- <eip:exchange-target service="rac:trace" />
- </eip:target>
- </eip:pipeline>
-
- </eip:endpoints>
- </eip:component>
- </sm:component>
- </sm:activationSpec>
-
-
+
+ <sm:activationSpecs>
+
+ <sm:activationSpec componentName="receiver" service="rac:trace">
+ <sm:component>
+ <bean class="org.apache.servicemix.itests.deadlock.TraceComponent">
+ <property name="msToSleep" value="1000" />
+ </bean>
+ </sm:component>
+ </sm:activationSpec>
+
+ <sm:activationSpec componentName="xslt" service="rac:xslt">
+ <sm:component>
+ <bean class="org.apache.servicemix.components.xslt.XsltComponent">
+ <property name="xsltResource"
value="org/apache/servicemix/itests/deadlock/perftest.xslt" />
+ </bean>
+ </sm:component>
+ </sm:activationSpec>
+
+ <sm:activationSpec componentName="jms">
+ <sm:component>
+ <jms:component>
+ <jms:endpoints>
+
+ <jms:endpoint service="rac:pipeline" endpoint="endpoint"
role="consumer"
+ defaultMep="http://www.w3.org/2004/08/wsdl/in-only"
destinationStyle="topic"
+ jmsProviderDestinationName="topic/A"
connectionFactory="#connectionFactory"
+ soap="false" />
+
+ </jms:endpoints>
+ </jms:component>
+ </sm:component>
+ </sm:activationSpec>
+
+ <sm:activationSpec componentName="pipeline">
+ <sm:component>
+ <eip:component>
+ <eip:endpoints>
+
+ <eip:pipeline service="rac:pipeline" endpoint="endpoint">
+ <eip:transformer>
+ <eip:exchange-target service="rac:xslt" />
+ </eip:transformer>
+ <eip:target>
+ <eip:exchange-target service="rac:trace" />
+ </eip:target>
+ </eip:pipeline>
+
+ </eip:endpoints>
+ </eip:component>
+ </sm:component>
+ </sm:activationSpec>
+
+
</sm:activationSpecs>
</sm:container>
@@ -98,4 +116,4 @@
<constructor-arg ref="jbi" />
</bean>
-</beans>
+</beans>