You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/03/02 12:45:59 UTC

svn commit: r918005 - in /incubator/hise/branches/0.1.X: hise-distro/src/distro/examples/claimsHandling/ hise-services/src/test/resources/ hise-web/src/test/resources/

Author: rr
Date: Tue Mar  2 12:45:59 2010
New Revision: 918005

URL: http://svn.apache.org/viewvc?rev=918005&view=rev
Log:
Added license headers

Modified:
    incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/approveHeader.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr2.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/outcome.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/suspendUntil.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/resources/taskEvaluator.xml
    incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr.xml
    incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr2.xml

Modified: incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling.xml (original)
+++ incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling.xml Tue Mar  2 12:45:59 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.
+  -->
 <!-- 
      An example Human Task, which handles customer claims.
  -->

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/approveHeader.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/approveHeader.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/approveHeader.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/approveHeader.xml Tue Mar  2 12:45:59 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.
+  -->
 <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
     <wsse:UsernameToken wsu:Id="UsernameToken-18874281" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
@@ -14,4 +32,4 @@
     <wsa:Address>http://localhost:8082/ClaimsResponseService/</wsa:Address>
   </wsa:ReplyTo>
   <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://localhost:8080/ClaimsHandlingService/</wsa:To>
-</soapenv:Header>
\ No newline at end of file
+</soapenv:Header>

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr.xml Tue Mar  2 12:45:59 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.
+  -->
 <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
     <wsse:UsernameToken wsu:Id="UsernameToken-14728487" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
@@ -12,4 +30,4 @@
   <wsa:ReplyTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
     <wsa:Address>http://localhost:8082/ClaimsResponseService/</wsa:Address>
   </wsa:ReplyTo>
-</soapenv:Header>
\ No newline at end of file
+</soapenv:Header>

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr2.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr2.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr2.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/epr2.xml Tue Mar  2 12:45:59 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.
+  -->
 <wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsa:Address xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">http://localhost:8082/ClaimsResponseService/</wsa:Address>
 </wsa:EndpointReference>

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/outcome.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/outcome.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/outcome.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/outcome.xml Tue Mar  2 12:45:59 2010
@@ -1,5 +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.
+  -->
 <cla:resolve xmlns:cla="http://www.insurance.example.com/claims">
   <claimId>htd:getInput("ClaimApprovalRequest")/cla:cust/cla:id/text()</claimId>
   <ok>{$outcome}</ok>
 </cla:resolve>
-                  
\ No newline at end of file
+                  

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/suspendUntil.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/suspendUntil.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/suspendUntil.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/suspendUntil.xml Tue Mar  2 12:45:59 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.
+  -->
 <xsd:suspendUntil xmlns:xsd="http://www.example.org/WS-HT/api/xsd">
   <xsd:identifier>123</xsd:identifier>
   <xsd:time>

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/resources/taskEvaluator.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/resources/taskEvaluator.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/resources/taskEvaluator.xml (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/resources/taskEvaluator.xml Tue Mar  2 12:45:59 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.
+  -->
 <htd:literal xmlns:htd="http://www.example.org/WS-HT">
   <htd:organizationalEntity>
     <htd:users>

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr.xml (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr.xml Tue Mar  2 12:45:59 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.
+  -->
 <wsa:EndpointReference 
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:wsa2="http://www.w3.org/2005/02/addressing/wsdl"

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr2.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr2.xml?rev=918005&r1=918004&r2=918005&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr2.xml (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/resources/epr2.xml Tue Mar  2 12:45:59 2010
@@ -1,2 +1,20 @@
 <?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.
+  -->
 <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://localhost:8082/ClaimsHandlingService/</wsa:To>