You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/08/19 04:55:28 UTC

svn commit: r686945 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security

Author: ffang
Date: Mon Aug 18 19:55:28 2008
New Revision: 686945

URL: http://svn.apache.org/viewvc?rev=686945&view=rev
Log:
[SM-1442]add missing file ibm.security

Added:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security

Added: servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security?rev=686945&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security (added)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/resources/ibm.security Mon Aug 18 19:55:28 2008
@@ -0,0 +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.
+#
+# On the ibm jdk, we want to place IBMJCE before IBMJSSEProvider2 in the
+# list of providers when running a couple of security tests to prevent
+# them from failing.
+#
+security.provider.1=com.ibm.crypto.provider.IBMJCE
+security.provider.2=com.ibm.jsse2.IBMJSSEProvider2