Author: rr
Date: Thu May 27 12:52:22 2010
New Revision: 948813
URL: http://svn.apache.org/viewvc?rev=948813&view=rev
Log:
Fixing xml files missing license headers
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/HelloWorld2.wsdl
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/deploy.xml
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.bpel
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.wsdl
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello.wsdl
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
ode/branches/APACHE_ODE_1.3.4.X/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.xsl
ode/branches/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/initiateRequest.xml
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayRequest.xml
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayXQueryRequest.xml
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.bpel
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.wsdl
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelationArtifacts.wsdl
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/deploy.xml
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/test.wsdl
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/HelloWorld2.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/HelloWorld2.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/HelloWorld2.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/HelloWorld2.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions
targetNamespace="http://ode/bpel/unit-test.wsdl"
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/deploy.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/deploy.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/deploy.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/deploy.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<dd:deploy xmlns:dd="http://www.apache.org/ode/schemas/dd/2007/03"><dd:process
xmlns:dd="http://www.apache.org/ode/schemas/dd/2007/03"
xmlns:tns="http://ode/bpel/unit-test.wsdl"
xmlns:service="http://example.com/hello/service"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:diag="http://example.com/hello"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:client="http://example.com/hello/client"
xmlns:this="http://example.com/hello/process" name="this:process"
fileName="hello-process.bpel">
<dd:property name="PATH">hello</dd:property>
<dd:property name="SVG">hello.svg</dd:property>
@@ -8,4 +26,4 @@
<dd:invoke partnerLink="serviceAndProcessForHelloPortPlkVar">
<dd:service name="tns:HelloService" port="HelloPort"></dd:service>
</dd:invoke>
-</dd:process></dd:deploy>
\ No newline at end of file
+</dd:process></dd:deploy>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.bpel
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.bpel?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.bpel
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.bpel
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<bpel:process
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ode="http://www.apache.org/ode/type/extension"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:this="http://example.com/hello/process"
xmlns:client="http://example.com/hello/client"
xmlns:tns="http://ode/bpel/unit-test.wsdl"
xmlns:diag="http://example.com/hello"
xmlns:service="http://example.com/hello/service"
xmlns:bpmn="http://www.intalio.com/bpms"
xmlns:atomic="http://ode.apache.org/atomicScope"
queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
bpmn:label="process" name="process" bpmn:id="_Ue3NkBenEd6EIOjxNvjNWw"
targetNamespace="http://e
xample.com/hello/process">
<bpel:import namespace="http://ode/bpel/unit-test.wsdl"
location="HelloWorld2.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
<bpel:import namespace="http://example.com/hello" location="hello.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/"/>
@@ -78,4 +96,4 @@
</bpel:assign>
<bpel:reply partnerLink="processAndClientPlkVar" portType="this:Forclient"
operation="EventStartMessage" variable="thisEventStartMessageResponse"
bpmn:label="Message_End_Event" name="Message_End_Event-1"
bpmn:id="_cYnYEBenEd6EIOjxNvjNWw"></bpel:reply>
</bpel:sequence>
-</bpel:process>
\ No newline at end of file
+</bpel:process>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello-process.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions xmlns:tns="http://ode/bpel/unit-test.wsdl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:hello="http://ode/bpel/unit-test.wsdl"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:client="http://example.com/hello/client"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:service="http://example.com/hello/service"
xmlns:diag="http://example.com/hello"
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:this="http://example.com/hello/process"
targetNamespace="http://example.com/hello/process">
<wsdl:types>
<xs:schema targetNamespace="http://ode/bpel/unit-test.wsdl">
@@ -37,4 +55,4 @@
<soap:address
location="http://localhost:8080/ode/processes/hello/hello/process/client"/>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/axis2-war/src/test/resources/TestSoapHeader2/hello.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions xmlns:process="http://example.com/hello/process"
xmlns:tns="http://ode/bpel/unit-test.wsdl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:diag="http://example.com/hello"
xmlns:client="http://example.com/hello/client"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:bpdm="http://www.intalio/designer/business-process-data-modeling"
targetNamespace="http://example.com/hello">
<wsdl:import namespace="http://ode/bpel/unit-test.wsdl"
location="HelloWorld2.wsdl"/>
<wsdl:import namespace="http://example.com/hello/process"
location="hello-process.wsdl"/>
@@ -8,4 +26,4 @@
<pnlk:partnerLinkType name="processAndClient">
<pnlk:role name="process_for_client" portType="process:Forclient"/>
</pnlk:partnerLinkType>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<bpel:process
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
@@ -26,4 +44,4 @@
operation="EventStartMessage" variable="start"
createInstance="yes" name="start" partnerLink="pnlk" />
</bpel:sequence>
-</bpel:process>
\ No newline at end of file
+</bpel:process>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
@@ -47,4 +65,4 @@ targetNamespace="http://example.com/Circ
<soap:address location="http://example.com/hello"/>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
@@ -44,4 +62,4 @@ targetNamespace="http://example.com/Circ
<soap:address location="http://example.com/hello"/>
</wsdl:port>
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.xsl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.xsl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.xsl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.xsl
Thu May 27 12:52:22 2010
@@ -1,3 +1,21 @@
+<!--
+ ~ 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 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.example.org/ProcessData"
xmlns:tns="http://www.example.org/ProcessData"
@@ -10,4 +28,4 @@
</root>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/initiateRequest.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/initiateRequest.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/initiateRequest.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/initiateRequest.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<initiate>
<payload>abc7</payload>
<payload2>abc8</payload2>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayRequest.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayRequest.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayRequest.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayRequest.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<pmap:replay xmlns:ns="http://www.apache.org/ode/pmapi/types/2006/08/02/"
xmlns:pmap="http://www.apache.org/ode/pmapi">
<replay>
<!--
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayXQueryRequest.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayXQueryRequest.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayXQueryRequest.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/ReplayerJbiTest/replayXQueryRequest.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<pmap:replay xmlns:ns="http://www.apache.org/ode/pmapi/types/2006/08/02/"
xmlns:pmap="http://www.apache.org/ode/pmapi">
<replay>
<!--
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.bpel
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.bpel?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.bpel
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.bpel
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<bpws:process
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns="http://sample.bpel.org/bpel/sampleArtifacts"
xmlns:tns="http://sample.bpel.org/bpel/sample" exitOnStandardFault="yes"
name="OnEventCorrelation" suppressJoinFailure="yes"
targetNamespace="http://sample.bpel.org/bpel/sample"
expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
xmlns:ode="http://www.apache.org/ode/type/extension"
>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelation.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:tns="http://sample.bpel.org/bpel/sample"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
name="OnEventCorrelation" targetNamespace="http://sample.bpel.org/bpel/sample"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelationArtifacts.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelationArtifacts.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelationArtifacts.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/OnEventCorrelationArtifacts.wsdl
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<definitions
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:tns="http://sample.bpel.org/bpel/sampleArtifacts"
Modified:
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/deploy.xml
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/deploy.xml?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/deploy.xml
(original)
+++
ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/SpringPropertiesJbiTest/deploy.xml
Thu May 27 12:52:22 2010
@@ -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.
+ -->
<dd:deploy xmlns:dd="http://www.apache.org/ode/schemas/dd/2007/03"
xmlns:bpel="http://sample.bpel.org/bpel/sample"
>
Modified: ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/test.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/test.wsdl?rev=948813&r1=948812&r2=948813&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/test.wsdl (original)
+++ ode/branches/APACHE_ODE_1.3.4.X/jbi/src/test/resources/test.wsdl Thu May 27
12:52:22 2010
@@ -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.
+ -->
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.example.org/test/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="test"
targetNamespace="http://www.example.org/test/">
<wsdl:types>
<xsd:schema targetNamespace="http://www.example.org/test/">