You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/07/28 05:53:39 UTC

svn commit: r426373 [20/27] - in /incubator/ode/trunk: axis2-war/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/classes/ axis2-war/src/main/webapp/WEB-INF/conf/ axis2/ axis2/src/main/java/org/apache/ode/axis2/ axis2/src/main/java...

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/Main.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/Main.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/Main.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/Main.wsdl Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/Responder.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/Responder.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/Responder.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/Responder.bpel Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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.
+  -->
+
 <process name="DynPartnerResponder"
          targetNamespace="http://ode/bpel/responder"
          xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/Responder.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/Responder.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/Responder.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/Responder.wsdl Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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/responder.wsdl"
         xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="DynPartner" default="usage"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/ode-main-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/ode-main-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/ode-main-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/ode-main-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
                    xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/ode-responder-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/ode-responder-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/ode-responder-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/ode-responder-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
  xmlns:hw="http://ode/bpel/responder.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/DynPartner/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/DynPartner/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/DynPartner/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/DynPartner/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.bpel Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
-<process name="GeoIp" 
+<!--
+  ~ 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.
+  -->
+
+<process name="GeoIp"
     targetNamespace="http://GeoIpService.bpel" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.dd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.dd?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.dd (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.dd Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?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:deployment-descriptor xmlns:bpel="http://ode.fivesight.com/schemas/2006/02/14/bpeldd">
     <bpel:endpoint-refs>
         <bpel:endpoint-ref partnerLinkName="inboundPartnerLink" partnerLinkRole="myRole">

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/GeoIp.wsdl Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
-<definitions xmlns:s="http://www.w3.org/2001/XMLSchema" 
+<!--
+  ~ 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:s="http://www.w3.org/2001/XMLSchema"
     xmlns:tns="http://GeoIpService.wsdl"
     targetNamespace="http://GeoIpService.wsdl" 
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="GeoIp" default="sar"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<system-descriptor name="GeoIp" 
+<!--
+  ~ 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.
+  -->
+
+<system-descriptor name="GeoIp"
   wsdlUri="urn:/GeoIp.wsdl"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"

Modified: incubator/ode/trunk/examples/src/examples/GeoIp/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/GeoIp/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/GeoIp/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/GeoIp/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.bpel Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
-<process name="HelloWorld" 
+<!--
+  ~ 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.
+  -->
+
+<process name="HelloWorld"
     targetNamespace="http://ode/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.dd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.dd?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.dd (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.dd Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <deployment-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://ode.fivesight.com/schemas/2006/02/14/bpeldd">
 

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/HelloWorld.wsdl Thu Jul 27 20:52:46 2006
@@ -1,6 +1,25 @@
 <?xml version="1.0" encoding="utf-8" ?>
 
-<wsdl:definitions 
+<!--
+  ~ 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"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="HelloWorld" default="sar"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
  xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.bpel Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <process name="HelloWorld2"
     targetNamespace="http://ode/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld2/HelloWorld2.wsdl Thu Jul 27 20:52:46 2006
@@ -1,6 +1,25 @@
 <?xml version="1.0" encoding="utf-8" ?>
 
-<wsdl:definitions 
+<!--
+  ~ 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"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld2/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld2/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld2/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld2/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="HelloWorld2" default="sar"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld2/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld2/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld2/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld2/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
  xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld2/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld2/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld2/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld2/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.bpel Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
-<process name="HelloWorld_NativeProtocol" 
+<!--
+  ~ 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.
+  -->
+
+<process name="HelloWorld_NativeProtocol"
     targetNamespace="http://jlo/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/HelloWorld_NativeProtocol.wsdl Thu Jul 27 20:52:46 2006
@@ -1,33 +1,85 @@
-<?xml version="1.0" encoding="utf-8" ?>
-
-<wsdl:definitions 
-    targetNamespace="http://ode/bpel/unit-test.wsdl"
-    xmlns="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
-    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
-    
-    <wsdl:message name="HelloMessage">
-        <wsdl:part name="TestPart" type="xsd:string"/>
-    </wsdl:message>
-    
-    <wsdl:portType name="HelloPortType">
-        <wsdl:operation name="hello">
-            <wsdl:input message="tns:HelloMessage" name="TestIn"/>
-            <wsdl:output message="tns:HelloMessage" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType>
-    
-   <plnk:partnerLinkType name="HelloPartnerLinkType">
-       <plnk:role name="me">
-           <plnk:portType name="tns:HelloPortType"/>
-       </plnk:role>
-       <plnk:role name="you">
-           <plnk:portType name="tns:HelloPortType"/>
-       </plnk:role>
-   </plnk:partnerLinkType>
-</wsdl:definitions>
-
+<?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"
+
+    xmlns="http://schemas.xmlsoap.org/wsdl/"
+
+    xmlns:tns="http://ode/bpel/unit-test.wsdl"
+
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+
+    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
+
+    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
+
+    
+
+    <wsdl:message name="HelloMessage">
+
+        <wsdl:part name="TestPart" type="xsd:string"/>
+
+    </wsdl:message>
+
+    
+
+    <wsdl:portType name="HelloPortType">
+
+        <wsdl:operation name="hello">
+
+            <wsdl:input message="tns:HelloMessage" name="TestIn"/>
+
+            <wsdl:output message="tns:HelloMessage" name="TestOut"/>
+
+        </wsdl:operation>    
+
+    </wsdl:portType>
+
+    
+
+   <plnk:partnerLinkType name="HelloPartnerLinkType">
+
+       <plnk:role name="me">
+
+           <plnk:portType name="tns:HelloPortType"/>
+
+       </plnk:role>
+
+       <plnk:role name="you">
+
+           <plnk:portType name="tns:HelloPortType"/>
+
+       </plnk:role>
+
+   </plnk:partnerLinkType>
+
+</wsdl:definitions>
+
+
+

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="HelloWorld_NativeProtocol" default="sar"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloWorld_NativeProtocol/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
   xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.bpel Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
-<process name="HelloXslWorld" 
+<!--
+  ~ 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.
+  -->
+
+<process name="HelloXslWorld"
     targetNamespace="http://ode/bpel/unit-test" 
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.wsdl Thu Jul 27 20:52:46 2006
@@ -1,6 +1,25 @@
 <?xml version="1.0" encoding="utf-8" ?>
 
-<wsdl:definitions 
+<!--
+  ~ 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"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.xsl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.xsl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.xsl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslWorld.xsl Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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" version="1.0">
   <xsl:output method="xml"/>
 

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.bpel Thu Jul 27 20:52:46 2006
@@ -0,0 +1,19 @@
+<!--
+  ~ 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.
+  -->
+

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/HelloXslt.wsdl Thu Jul 27 20:52:46 2006
@@ -0,0 +1,19 @@
+<!--
+  ~ 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.
+  -->
+

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="HelloXslWorld" default="sar"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
  xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/stylesheet.xsl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/stylesheet.xsl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/stylesheet.xsl (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/stylesheet.xsl Thu Jul 27 20:52:46 2006
@@ -0,0 +1,19 @@
+<!--
+  ~ 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.
+  -->
+

Modified: incubator/ode/trunk/examples/src/examples/HelloXslt/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/HelloXslt/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/HelloXslt/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/HelloXslt/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/Main.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/Main.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/Main.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/Main.bpel Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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.
+  -->
+
 <process name="MagicSessionMain"
          targetNamespace="http://ode/bpel/unit-test"
          xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/Main.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/Main.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/Main.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/Main.wsdl Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/Responder.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/Responder.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/Responder.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/Responder.bpel Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?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.
+  -->
+
 <process name="MagicSessionResponder"
          targetNamespace="http://ode/bpel/responder"
          xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="MagicSessionPartner" default="usage"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/ode-main-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/ode-main-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/ode-main-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/ode-main-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
                    xmlns:main="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/ode-responder-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/ode-responder-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/ode-responder-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/ode-responder-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
                    xmlns:main="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/MagicSession/testRequest.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/MagicSession/testRequest.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/MagicSession/testRequest.soap (original)
+++ incubator/ode/trunk/examples/src/examples/MagicSession/testRequest.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <!-- test soap message -->
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/ManagementAPI/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/ManagementAPI/build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/ManagementAPI/build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/ManagementAPI/build.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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 name="ManagementAPI" default="list"  >
 
   <import file="../example-build.xml" />

Modified: incubator/ode/trunk/examples/src/examples/Retailer/AggregatorRequest.xsd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/AggregatorRequest.xsd?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/AggregatorRequest.xsd (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/AggregatorRequest.xsd Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema targetNamespace="http://jlo/bpel/AggregatorRequest.xsd" 
+<!--
+  ~ 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.
+  -->
+
+<xsd:schema targetNamespace="http://jlo/bpel/AggregatorRequest.xsd"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <xsd:complexType name="customerId">
     <xsd:sequence>

Modified: incubator/ode/trunk/examples/src/examples/Retailer/Configuration.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/Configuration.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/Configuration.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/Configuration.wsdl Thu Jul 27 20:52:46 2006
@@ -1,13 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-	September 14, 2002
-
-	(c) Copyright 2002, The Web Services-Interoperability Organization (WS-I)
-	Download or use of this file is governed by the Policies and Bylaws of WS-I.
-
-	For more information, send email info@ws-i.org. 	
--->
+  ~ 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:xs="http://www.w3.org/2001/XMLSchema" 

Modified: incubator/ode/trunk/examples/src/examples/Retailer/Configuration.xsd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/Configuration.xsd?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/Configuration.xsd (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/Configuration.xsd Thu Jul 27 20:52:46 2006
@@ -1,12 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-	September 14, 2002
-
-	(c) Copyright 2002, The Web Services-Interoperability Organization (WS-I)
-	Download or use of this file is governed by the Policies and Bylaws of WS-I.
-
-	For more information, send email info@ws-i.org. 	
--->
+  ~ 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.
+  -->
 <xs:schema 
   targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Configuration.xsd" 
   xmlns:xs="http://www.w3.org/2001/XMLSchema" 

Modified: incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.bpel
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.bpel?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.bpel (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.bpel Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <process name="RetailAggregator" targetNamespace="http://jlo/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:tns="http://jlo/bpel/unit-test"

Modified: incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/RetailAggregator.wsdl Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<wsdl:definitions 
+<!--
+  ~ 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" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:tns="http://ode/bpel/unit-test.wsdl" 

Modified: incubator/ode/trunk/examples/src/examples/Retailer/Retailer.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/Retailer.wsdl?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/Retailer.wsdl (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/Retailer.wsdl Thu Jul 27 20:52:46 2006
@@ -1,5 +1,24 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<wsdl:definitions targetNamespace='http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl' 
+<!--
+  ~ 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://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl'
     xmlns:tns='http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Retailer.wsdl' 
     xmlns:ns0='http://idoox.com/interface' 
     xmlns:cat='http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/RetailCatalog.xsd' 

Modified: incubator/ode/trunk/examples/src/examples/Retailer/message1.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/message1.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/message1.soap (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/message1.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header>
     <h:Configuration 

Modified: incubator/ode/trunk/examples/src/examples/Retailer/message2.soap
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/message2.soap?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/message2.soap (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/message2.soap Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header />
   <SOAP-ENV:Body>

Modified: incubator/ode/trunk/examples/src/examples/Retailer/ode-system.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/Retailer/ode-system.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/Retailer/ode-system.xml (original)
+++ incubator/ode/trunk/examples/src/examples/Retailer/ode-system.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
+
 <system-descriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.fivesight.com/ode/system-descriptor/ http://www.fivesight.com/ode/system-descriptor/"
   xmlns:hw="http://ode/bpel/unit-test.wsdl"

Modified: incubator/ode/trunk/examples/src/examples/example-build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/example-build.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/example-build.xml (original)
+++ incubator/ode/trunk/examples/src/examples/example-build.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 
+<!--
+  ~ 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.
+  -->
+
 <!-- ANT Build File used for building the examples. This file
      is imported from each example directory, and shoul dnot
      be used directly. -->

Modified: incubator/ode/trunk/examples/src/examples/example.properties
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/examples/src/examples/example.properties?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/examples/src/examples/example.properties (original)
+++ incubator/ode/trunk/examples/src/examples/example.properties Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 #
+# 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.
+#
+
+#
 # customize any properties for your environment
 #
 ode.home=${basedir}/../..