You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/09/25 15:01:11 UTC

svn commit: r698954 - in /tuscany/branches/sca-java-1.3.2: demos/bigbank-stockquote/src/main/resources/ demos/bigbank/src/main/resources/ itest/wsdl/src/main/resources/wsdl/ modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/...

Author: slaws
Date: Thu Sep 25 06:01:10 2008
New Revision: 698954

URL: http://svn.apache.org/viewvc?rev=698954&view=rev
Log:
TUSCANY-2614 fix problems reported by RAT

Modified:
    tuscany/branches/sca-java-1.3.2/demos/bigbank-stockquote/src/main/resources/security.properties
    tuscany/branches/sca-java-1.3.2/demos/bigbank/src/main/resources/security.properties
    tuscany/branches/sca-java-1.3.2/itest/wsdl/src/main/resources/wsdl/Hello.xsd
    tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/configparams/security.properties
    tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/mixed/security.properties
    tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/Other.java
    tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/package-info.java
    tuscany/branches/sca-java-1.3.2/samples/calculator-ws-secure-webapp/src/main/resources/security.properties

Modified: tuscany/branches/sca-java-1.3.2/demos/bigbank-stockquote/src/main/resources/security.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/demos/bigbank-stockquote/src/main/resources/security.properties?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/demos/bigbank-stockquote/src/main/resources/security.properties (original)
+++ tuscany/branches/sca-java-1.3.2/demos/bigbank-stockquote/src/main/resources/security.properties Thu Sep 25 06:01:10 2008
@@ -1,4 +1,20 @@
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=sqkeystore
-org.apache.ws.security.crypto.merlin.file=stockQuote.jks
\ No newline at end of file
+org.apache.ws.security.crypto.merlin.file=stockQuote.jks

Modified: tuscany/branches/sca-java-1.3.2/demos/bigbank/src/main/resources/security.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/demos/bigbank/src/main/resources/security.properties?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/demos/bigbank/src/main/resources/security.properties (original)
+++ tuscany/branches/sca-java-1.3.2/demos/bigbank/src/main/resources/security.properties Thu Sep 25 06:01:10 2008
@@ -1,4 +1,20 @@
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=bbakeystore
-org.apache.ws.security.crypto.merlin.file=bigbank.jks
\ No newline at end of file
+org.apache.ws.security.crypto.merlin.file=bigbank.jks

Modified: tuscany/branches/sca-java-1.3.2/itest/wsdl/src/main/resources/wsdl/Hello.xsd
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/itest/wsdl/src/main/resources/wsdl/Hello.xsd?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/itest/wsdl/src/main/resources/wsdl/Hello.xsd (original)
+++ tuscany/branches/sca-java-1.3.2/itest/wsdl/src/main/resources/wsdl/Hello.xsd Thu Sep 25 06:01:10 2008
@@ -1,4 +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.    
+-->
         <schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://helloworld" xmlns="http://www.w3.org/2001/XMLSchema">
 
             <element name="getGreetings">

Modified: tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/configparams/security.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/configparams/security.properties?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/configparams/security.properties (original)
+++ tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/configparams/security.properties Thu Sep 25 06:01:10 2008
@@ -1,3 +1,19 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=TuscanyWsUserPasswd

Modified: tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/mixed/security.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/mixed/security.properties?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/mixed/security.properties (original)
+++ tuscany/branches/sca-java-1.3.2/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/ws/axis2/itests/policy/mixed/security.properties Thu Sep 25 06:01:10 2008
@@ -1,3 +1,19 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=TuscanyWsUserPasswd

Modified: tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/Other.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/Other.java?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/Other.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/Other.java Thu Sep 25 06:01:10 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.binding.ws.other;
 
 public class Other {

Modified: tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/package-info.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/package-info.java?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/package-info.java (original)
+++ tuscany/branches/sca-java-1.3.2/modules/binding-ws-wsdlgen/src/test/java/org/apache/tuscany/sca/binding/ws/other/package-info.java Thu Sep 25 06:01:10 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 @javax.xml.bind.annotation.XmlSchema(namespace = "http://other.ws.binding.sca.tuscany.apache.org/")
 package org.apache.tuscany.sca.binding.ws.other;
 

Modified: tuscany/branches/sca-java-1.3.2/samples/calculator-ws-secure-webapp/src/main/resources/security.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/samples/calculator-ws-secure-webapp/src/main/resources/security.properties?rev=698954&r1=698953&r2=698954&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/samples/calculator-ws-secure-webapp/src/main/resources/security.properties (original)
+++ tuscany/branches/sca-java-1.3.2/samples/calculator-ws-secure-webapp/src/main/resources/security.properties Thu Sep 25 06:01:10 2008
@@ -1,4 +1,20 @@
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
 org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
 org.apache.ws.security.crypto.merlin.keystore.type=jks
 org.apache.ws.security.crypto.merlin.keystore.password=CalculatorAdmin
-org.apache.ws.security.crypto.merlin.file=calculatorKeys.jks
\ No newline at end of file
+org.apache.ws.security.crypto.merlin.file=calculatorKeys.jks