Author: amita
Date: Tue Jan 29 03:46:10 2008
New Revision: 616270

URL: http://svn.apache.org/viewvc?rev=616270&view=rev
Log:
TUSCANY-2011 correction for missing headers in possible files (avoiding test 
case failures)

Modified:
    incubator/tuscany/java/sdo/impl/src/test/resources/XMLDocumentTestCase.xml
    incubator/tuscany/java/sdo/impl/src/test/resources/foo-ext.xml
    incubator/tuscany/java/sdo/impl/src/test/resources/po.xsd
    incubator/tuscany/java/sdo/impl/src/test/resources/quoteInSOAP.xml
    incubator/tuscany/java/sdo/impl/src/test/resources/shallowquote1.xml
    incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues1.xml
    incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues2.xml
    
incubator/tuscany/java/sdo/tools-test/src/main/resources/substitutionWithExtensionValues1.xml
    incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly.wsdl
    incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly_1.xsd

Modified: 
incubator/tuscany/java/sdo/impl/src/test/resources/XMLDocumentTestCase.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/XMLDocumentTestCase.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/XMLDocumentTestCase.xml 
(original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/XMLDocumentTestCase.xml 
Tue Jan 29 03:46:10 2008
@@ -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.
+-->
 <sl:purchaseReport
   xmlns:sl="http://www.example.com/xmlDocumentSchemaLocation";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/foo-ext.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/foo-ext.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/foo-ext.xml (original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/foo-ext.xml Tue Jan 29 
03:46:10 2008
@@ -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.
+-->
 <module name="m" xmlns="http://foo"; xmlns:bar="http://bar";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://bar foo-ext.xsd http://foo foo.xsd ">

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/po.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/po.xsd?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/po.xsd (original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/po.xsd Tue Jan 29 
03:46:10 2008
@@ -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:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
     xmlns="http://www.example.com/PO"; 
targetNamespace="http://www.example.com/PO";>
 

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/quoteInSOAP.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/quoteInSOAP.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/quoteInSOAP.xml 
(original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/quoteInSOAP.xml Tue Jan 
29 03:46:10 2008
@@ -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:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:simple="http://www.example.com/simple";>
     <soapenv:Header/>
     <soapenv:Body>

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/shallowquote1.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/shallowquote1.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/shallowquote1.xml 
(original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/shallowquote1.xml Tue 
Jan 29 03:46:10 2008
@@ -1,5 +1,23 @@
- <?xml version="1.0" encoding="ASCII"?>
- <simple:stockQuote xmlns:simple="http://www.example.com/simple";>
+<?xml version="1.0" encoding="ASCII"?>
+<!--
+ * 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.
+-->
+<simple:stockQuote xmlns:simple="http://www.example.com/simple";>
   <symbol>fbnt</symbol>
   <companyName>FlyByNightTechnology</companyName>
   <price>1000.0</price>

Modified: 
incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues1.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues1.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues1.xml 
(original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues1.xml 
Tue Jan 29 03:46:10 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ASCII"?>
+<!--
+ * 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.
+-->
 <sv:testObject xmlns:sv="http://www.apache.org/tuscany/SubstitutionValues";>
        <sv:groupMember>gm</sv:groupMember>
        <sv:nonGroupHead>ngh</sv:nonGroupHead>

Modified: 
incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues2.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues2.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues2.xml 
(original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/substitutionValues2.xml 
Tue Jan 29 03:46:10 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ASCII"?>
+<!--
+ * 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.
+-->
 <sv:testObject xmlns:sv="http://www.apache.org/tuscany/SubstitutionValues";>
        <sv:groupHead>gh</sv:groupHead>
        <sv:nonGroupHead>ngh</sv:nonGroupHead>

Modified: 
incubator/tuscany/java/sdo/tools-test/src/main/resources/substitutionWithExtensionValues1.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools-test/src/main/resources/substitutionWithExtensionValues1.xml?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- 
incubator/tuscany/java/sdo/tools-test/src/main/resources/substitutionWithExtensionValues1.xml
 (original)
+++ 
incubator/tuscany/java/sdo/tools-test/src/main/resources/substitutionWithExtensionValues1.xml
 Tue Jan 29 03:46:10 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ASCII"?>
+<!--
+ * 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.
+-->
 <sev2:allResults xmlns:sev2="http://www.example.com/substitutionEV2";>
        <sev2:id>ZZZZZZZZZZZZZZZZZZZZ</sev2:id>
        <sev2:results xmlns:sev="http://www.example.com/substitutionEV";>

Modified: 
incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly.wsdl?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly.wsdl 
(original)
+++ incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly.wsdl 
Tue Jan 29 03:46:10 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://xsdImportOnly/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
name="EchoService" targetNamespace="http://xsdImportOnly/";>
   <types>
     <xsd:schema>

Modified: 
incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly_1.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly_1.xsd?rev=616270&r1=616269&r2=616270&view=diff
==============================================================================
--- 
incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly_1.xsd 
(original)
+++ 
incubator/tuscany/java/sdo/tools-test/src/main/resources/xsdImportOnly_1.xsd 
Tue Jan 29 03:46:10 2008
@@ -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.
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://xsdImportOnly/"; targetNamespace="http://xsdImportOnly/"; 
version="1.0">
 
   <xs:element name="echo" type="tns:echo"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to