Author: dkulp
Date: Tue Sep 18 15:49:59 2007
New Revision: 577093
URL: http://svn.apache.org/viewvc?rev=577093&view=rev
Log:
Hopefully final updates for 2.0.2
Added:
incubator/cxf/tags/cxf-2.0.2-incubator/etc/rat.unknowns.txt
- copied unchanged from r577091, incubator/cxf/trunk/etc/rat.unknowns.txt
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/ (props changed)
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server.bat
incubator/cxf/tags/cxf-2.0.2-incubator/distribution/src/main/release/samples/restful_http_binding/src/com/acme/customer/index.jaxb
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/index.jaxb
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/index.jaxb
incubator/cxf/tags/cxf-2.0.2-incubator/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/service/jaxb.index
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/dispatch/client-config.xml
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/jaxb/model/jaxb.index
incubator/cxf/tags/cxf-2.0.2-incubator/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
Propchange: incubator/cxf/tags/cxf-2.0.2-incubator/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Sep 18 15:49:59 2007
@@ -1 +1 @@
-/incubator/cxf/trunk:1-573640,573667-574161,574163-574834,574836-575221,575223-575253,575255-576516,576536-576598,576672,576674-576710,576712-576775,576777-576788,576790-576791,576793-576831,576833-577003,577017-577021
+/incubator/cxf/trunk:1-573657,573659-573660,573662-574161,574163-574834,574836-575221,575223-575253,575255-576654,576656-576672,576674-576710,576712-576775,576777-576788,576790-576791,576793-576831,576833-577091
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server
Tue Sep 18 15:49:59 2007
@@ -1,3 +1,21 @@
+#!/bin/bash
+
+# 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.
cd ../
if [ -e /usr/lib/libumem.so.1 ]; then
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server.bat
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server.bat?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server.bat
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/benchmark/performance/soap_http_doc_lit/bin/run_server.bat
Tue Sep 18 15:49:59 2007
@@ -1,2 +1,19 @@
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements. See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership. The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License. You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied. See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+
cd ..
ant server
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/distribution/src/main/release/samples/restful_http_binding/src/com/acme/customer/index.jaxb
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/distribution/src/main/release/samples/restful_http_binding/src/com/acme/customer/index.jaxb?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/distribution/src/main/release/samples/restful_http_binding/src/com/acme/customer/index.jaxb
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/distribution/src/main/release/samples/restful_http_binding/src/com/acme/customer/index.jaxb
Tue Sep 18 15:49:59 2007
@@ -1 +1,17 @@
+# 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.
Customer
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/index.jaxb
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/index.jaxb?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/index.jaxb
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/index.jaxb
Tue Sep 18 15:49:59 2007
@@ -1,2 +1,18 @@
+# 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.
GetDataResponse
GetData
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/index.jaxb
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/index.jaxb?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/index.jaxb
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/index.jaxb
Tue Sep 18 15:49:59 2007
@@ -1 +1,17 @@
+# 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.
Customer
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/service/jaxb.index
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/service/jaxb.index?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/service/jaxb.index
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/service/jaxb.index
Tue Sep 18 15:49:59 2007
@@ -1 +1,17 @@
+# 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.
Foo
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/dispatch/client-config.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/dispatch/client-config.xml?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/dispatch/client-config.xml
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/dispatch/client-config.xml
Tue Sep 18 15:49:59 2007
@@ -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.
+-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jaxws="http://cxf.apache.org/jaxws"
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/jaxb/model/jaxb.index
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/jaxb/model/jaxb.index?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/jaxb/model/jaxb.index
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/systests/src/test/java/org/apache/cxf/systest/jaxb/model/jaxb.index
Tue Sep 18 15:49:59 2007
@@ -1,2 +1,18 @@
+# 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.
Widget
ExtendedWidget
Modified:
incubator/cxf/tags/cxf-2.0.2-incubator/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0.2-incubator/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties?rev=577093&r1=577092&r2=577093&view=diff
==============================================================================
---
incubator/cxf/tags/cxf-2.0.2-incubator/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
(original)
+++
incubator/cxf/tags/cxf-2.0.2-incubator/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/Messages.properties
Tue Sep 18 15:49:59 2007
@@ -1,2 +1,22 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
NON_UNIQUE_BODY = Non unique body parts! In a port, operations must have
unique operation signaure on the wire for successful dispatch. In port {0},
Operations \"{1}\" and \"{2}\" have the same request body block {3}
WRAPPER_STYLE_NAME_COLLISION = Element {0} has Having the same name with
different types[{1} -- {2}], In wrapper style, there is a collision as per the
spec.