You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2006/08/29 00:46:38 UTC

svn commit: r437872 [4/6] - in /incubator/cxf/trunk: ./ api/ api/src/main/resources/META-INF/ api/src/main/resources/config-metadata/ api/src/main/resources/schemas/configuration/ api/src/main/resources/schemas/wsdl/ codegen-plugin/ common/ common/src/...

Modified: incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_doc_wrapped_bare.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_doc_wrapped_bare.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_doc_wrapped_bare.wsdl (original)
+++ incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_doc_wrapped_bare.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:tns="http://apache.org/hello_world_doc_wrapped_bare"

Modified: incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_rpc_lit.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_rpc_lit.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_rpc_lit.wsdl (original)
+++ incubator/cxf/trunk/tools/java2wsdl/src/test/resources/wsdl/hello_world_rpc_lit.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions name="HelloWorld" targetNamespace="http://apache.org/hello_world_rpclit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:http-conf="http://schemas.iona.com/transports/http/configuration"

Modified: incubator/cxf/trunk/tools/misctools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/pom.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/pom.xml (original)
+++ incubator/cxf/trunk/tools/misctools/pom.xml Mon Aug 28 15:46:27 2006
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2service.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2service.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2service.xml (original)
+++ incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2service.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"

Modified: incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2soap.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2soap.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2soap.xml (original)
+++ incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2soap.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"

Modified: incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2xml.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2xml.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2xml.xml (original)
+++ incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/wsdl2xml.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"

Modified: incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/xsd2wsdl.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/xsd2wsdl.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/xsd2wsdl.xml (original)
+++ incubator/cxf/trunk/tools/misctools/src/main/java/org/apache/cxf/tools/misc/xsd2wsdl.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"

Modified: incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/Invoice.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/Invoice.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/Invoice.xsd (original)
+++ incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/Invoice.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!--XSD file template-->
 <!--Created by IONA Artix Designer-->
 <schema targetNamespace="http://apache.org/Invoice" 

Modified: incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world.wsdl (original)
+++ incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:tns="http://apache.org/hello_world_soap_http"

Modified: incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_doc_lit.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_doc_lit.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_doc_lit.wsdl (original)
+++ incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_doc_lit.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions name="HelloWorld" targetNamespace="http://apache.org/hello_world_doc_lit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 

Modified: incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_rpc_lit.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_rpc_lit.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_rpc_lit.wsdl (original)
+++ incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/hello_world_rpc_lit.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions name="HelloWorld" targetNamespace="http://apache.org/hello_world_rpclit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:http-conf="http://schemas.iona.com/transports/http/configuration"

Modified: incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/jms_test.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/jms_test.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/jms_test.wsdl (original)
+++ incubator/cxf/trunk/tools/misctools/src/test/resources/wsdl/jms_test.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <definitions name="HelloWorldService" targetNamespace="http://cxf.apache.org/hello_world_jms" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:jms="http://cxf.apache.org/transports/jms" 

Modified: incubator/cxf/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/pom.xml (original)
+++ incubator/cxf/trunk/tools/pom.xml Mon Aug 28 15:46:27 2006
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/cxf/trunk/tools/validator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/pom.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/pom.xml (original)
+++ incubator/cxf/trunk/tools/validator/pom.xml Mon Aug 28 15:46:27 2006
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/SchemaValidator.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/SchemaValidator.java?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/SchemaValidator.java (original)
+++ incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/SchemaValidator.java Mon Aug 28 15:46:27 2006
@@ -70,6 +70,7 @@
 
 import org.apache.cxf.common.i18n.Message;
 import org.apache.cxf.common.logging.LogUtils;
+import org.apache.cxf.helpers.DOMUtils;
 import org.apache.cxf.tools.common.ToolException;
 import org.apache.cxf.tools.common.WSDLConstants;
 import org.apache.cxf.tools.util.WSDLExtensionRegister;
@@ -166,8 +167,9 @@
             Document document = docBuilder.parse(wsdlsource.getSystemId());
            
             
-            if (document.getFirstChild() != null 
-                && !"definitions".equals(document.getFirstChild().getLocalName())) {
+            Node node = DOMUtils.getChild(document, null);
+            if (node != null 
+                && !"definitions".equals(node.getLocalName())) {
                 Message msg = new Message("NOT_A_WSDLFILE", LOG, wsdlsource.getSystemId());
                 throw new ToolException(msg);
             }

Modified: incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/wsdlvalidator.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/wsdlvalidator.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/wsdlvalidator.xml (original)
+++ incubator/cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/wsdlvalidator.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/XMLSchema.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/XMLSchema.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/XMLSchema.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/XMLSchema.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" blockDefault="#all" elementFormDefault="qualified" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="EN" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty">
  <xs:annotation>

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/addressing.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/addressing.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/addressing.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/addressing.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 <!-- 
 Copyright © 2002-2004 BEA Systems Inc., International Business Machines Corporation, 
 Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights reserved. 

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http-conf.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http-conf.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http-conf.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http-conf.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://cxf.apache.org/transports/http/configuration" 
            xmlns:xs="http://www.w3.org/2001/XMLSchema" 

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/http.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<!-- 
+<?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.
+-->
+ <!-- 
  
 Copyright 2001 - 2005, International Business Machines Corporation and Microsoft Corporation
 All Rights Reserved

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms-context.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms-context.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms-context.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms-context.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://cxf.apache.org/transports/jms/context"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/jms.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jms="http://cxf.apache.org/transports/jms" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" targetNamespace="http://cxf.apache.org/transports/jms" elementFormDefault="qualified" jaxb:version="2.0">
     <xs:import namespace="http://schemas.xmlsoap.org/wsdl/" schemaLocation="wsdl.xsd"/>
     <xs:simpleType name="DestinationStyleType">

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/mime-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/mime-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/mime-binding.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/mime-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<schema  targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"
+<?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.
+-->
+ <schema  targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"
          xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
 	 	 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
          xmlns="http://www.w3.org/2001/XMLSchema"

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-binding.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+<?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:wsdl="http://schemas.xmlsoap.org/wsdl/"
            xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
            targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-encoding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-encoding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-encoding.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/soap-encoding.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='UTF-8' ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <!-- Schema for the SOAP/1.1 encoding
 

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr-wsdl.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr-wsdl.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr-wsdl.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr-wsdl.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='utf-8' ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!-- $Id: ws-addr-wsdl.xsd,v 1.1 2005/03/22 18:15:15 hugo Exp $ -->
 <!--
     W3C XML Schema defined in the Web Services Addressing 1.0 

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/ws-addr.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +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.
+-->
+<!--
     W3C XML Schema defined in the Web Services Addressing 1.0 specification
     http://www.w3.org/TR/ws-addr-core
 

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

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/wsrm.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/wsrm.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/wsrm.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/wsrm.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!-- 
  
 Copyright Notice

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml-binding.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 	   targetNamespace="http://cxf.apache.org/bindings/xmlformat"

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/schemas/xml.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+  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.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
 	<xs:annotation>
 		<xs:documentation>This schema defines attributes and an attribute group

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/bug305872/http.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/bug305872/http.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/bug305872/http.xsd (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/bug305872/http.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<!-- 
+<?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.
+-->
+ <!-- 
  
 Copyright 2001 - 2005, International Business Machines Corporation and Microsoft Corporation
 All Rights Reserved

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

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

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

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

Modified: incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/hello_world_mixed_style.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/hello_world_mixed_style.wsdl?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/hello_world_mixed_style.wsdl (original)
+++ incubator/cxf/trunk/tools/validator/src/test/resources/wsdl/hello_world_mixed_style.wsdl Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:tns="http://apache.org/hello_world_soap_http"

Modified: incubator/cxf/trunk/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/pom.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/pom.xml (original)
+++ incubator/cxf/trunk/tools/wsdl2java/pom.xml Mon Aug 28 15:46:27 2006
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/wsdl2java.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/wsdl2java.xml?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/wsdl2java.xml (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/wsdl2java.xml Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <toolspec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	  xmlns:xhtml="http://www.w3.org/TR/xhtml1/strict"
 	  xsi:schemaLocation="http://www.xsume.com/Xutil/ToolSpecification http://www.xsume.com/schema/xutil/tool-specification.xsd"

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/XMLSchema.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/XMLSchema.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/XMLSchema.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/XMLSchema.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" blockDefault="#all" elementFormDefault="qualified" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="EN" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty">
  <xs:annotation>

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/addressing.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/addressing.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/addressing.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/addressing.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 <!-- 
 Copyright © 2002-2004 BEA Systems Inc., International Business Machines Corporation, 
 Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights reserved. 

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http-conf.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http-conf.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http-conf.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http-conf.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://cxf.apache.org/transports/http/configuration" 
            xmlns:xs="http://www.w3.org/2001/XMLSchema" 

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/http.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<!-- 
+<?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.
+-->
+ <!-- 
  
 Copyright 2001 - 2005, International Business Machines Corporation and Microsoft Corporation
 All Rights Reserved

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms-context.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms-context.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms-context.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms-context.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <xs:schema targetNamespace="http://cxf.apache.org/transports/jms/context"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/jms.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jms="http://cxf.apache.org/transports/jms" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" targetNamespace="http://cxf.apache.org/transports/jms" elementFormDefault="qualified" jaxb:version="2.0">
     <xs:import namespace="http://schemas.xmlsoap.org/wsdl/" schemaLocation="wsdl.xsd"/>
     <xs:simpleType name="DestinationStyleType">

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/mime-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/mime-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/mime-binding.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/mime-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<schema  targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"
+<?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.
+-->
+ <schema  targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"
          xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
 	 	 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
          xmlns="http://www.w3.org/2001/XMLSchema"

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/references.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/references.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/references.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/references.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +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.
+-->
+<!--
      Copyright 2001-2004 IONA Technologies, PLC. All rights reserved.
 
      This document and the information contained herein is provided on an

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-binding.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+<?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:wsdl="http://schemas.xmlsoap.org/wsdl/"
            xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
            targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-encoding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-encoding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-encoding.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/soap-encoding.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='UTF-8' ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <!-- Schema for the SOAP/1.1 encoding
 

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr-wsdl.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr-wsdl.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr-wsdl.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr-wsdl.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='utf-8' ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!-- $Id: ws-addr-wsdl.xsd,v 1.1 2005/03/22 18:15:15 hugo Exp $ -->
 <!--
     W3C XML Schema defined in the Web Services Addressing 1.0 

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/ws-addr.xsd Mon Aug 28 15:46:27 2006
@@ -1,5 +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.
+-->
+<!--
     W3C XML Schema defined in the Web Services Addressing 1.0 specification
     http://www.w3.org/TR/ws-addr-core
 

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

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/wsrm.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/wsrm.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/wsrm.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/wsrm.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!-- 
  
 Copyright Notice

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml-binding.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml-binding.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml-binding.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 	   targetNamespace="http://cxf.apache.org/bindings/xmlformat"

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/schemas/xml.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+  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.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
 	<xs:annotation>
 		<xs:documentation>This schema defines attributes and an attribute group

Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl/Invoice.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl/Invoice.xsd?rev=437872&r1=437871&r2=437872&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl/Invoice.xsd (original)
+++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl/Invoice.xsd Mon Aug 28 15:46:27 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <!--XSD file template-->
 <!--Created by IONA Artix Designer-->
 <schema targetNamespace="http://apache.org/Invoice"