261N/A<?xml version="1.0" encoding="UTF-8"?>
261N/A<!--
261N/A
261N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
261N/A
261N/A Copyright (c) 2004-2010 Oracle and/or its affiliates. All rights reserved.
261N/A
261N/A The contents of this file are subject to the terms of either the GNU
261N/A General Public License Version 2 only ("GPL") or the Common Development
261N/A and Distribution License("CDDL") (collectively, the "License"). You
261N/A may not use this file except in compliance with the License. You can
261N/A obtain a copy of the License at
261N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
261N/A or packager/legal/LICENSE.txt. See the License for the specific
261N/A language governing permissions and limitations under the License.
261N/A
261N/A When distributing the software, include this License Header Notice in each
261N/A file and include the License file at packager/legal/LICENSE.txt.
261N/A
261N/A GPL Classpath Exception:
1938N/A Oracle designates this particular file as subject to the "Classpath"
261N/A exception as provided by Oracle in the GPL Version 2 section of the License
261N/A file that accompanied this code.
261N/A
261N/A Modifications:
261N/A If applicable, add the following below the License Header, with the fields
261N/A enclosed by brackets [] replaced by your own identifying information:
261N/A "Portions Copyright [year] [name of copyright owner]"
261N/A
844N/A Contributor(s):
844N/A If you wish your version of this file to be governed by only the CDDL or
261N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
261N/A elects to include this software in this distribution under the [CDDL or GPL
261N/A Version 2] license." If you don't indicate a single choice of license, a
261N/A recipient has the option to distribute your version of this file under
261N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
313N/A its licensees as provided above. However, if you add GPL Version 2 code
261N/A and therefore, elected the GPL Version 2 license, then the option applies
1258N/A only if the new code is made subject to such option by the copyright
1258N/A holder.
261N/A
261N/A-->
261N/A
261N/A<!--
261N/A Please remember to customize this file for your environment. The defaults for
261N/A following fields may not be appropriate.
261N/A - target-server name, address and port
261N/A - Property security.config in message-security-config
261N/A-->
261N/A
261N/A<!DOCTYPE client-container PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 8.0 Application Client Container//EN" "http://www.sun.com/software/appserver/dtds/sun-application-client-container_1_2.dtd">
261N/A
261N/A<client-container>
261N/A <target-server name="glassfish.dev.java.net" address="glassfish.dev.java.net" port="3701"/>
261N/A <target-server name="other.dev.java.net" address="other.dev.java.net" port="4701"/>
261N/A <log-service file="" level="WARNING"/>
261N/A <message-security-config auth-layer="SOAP">
261N/A <!-- turned off by default -->
261N/A <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="XWS_ClientProvider" provider-type="client">
1938N/A <request-policy auth-source="content"/>
1938N/A <response-policy auth-source="content"/>
261N/A <property name="encryption.key.alias" value="s1as"/>
261N/A <property name="signature.key.alias" value="s1as"/>
261N/A <property name="dynamic.username.password" value="false"/>
261N/A <property name="debug" value="false"/>
261N/A </provider-config>
261N/A <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client">
261N/A <request-policy auth-source="content"/>
261N/A <response-policy auth-source="content"/>
261N/A <property name="encryption.key.alias" value="s1as"/>
261N/A <property name="signature.key.alias" value="s1as"/>
<property name="dynamic.username.password" value="false"/>
<property name="debug" value="false"/>
<property name="security.config" value="/Users/dochez/java/cvs/v3/publish/lib/appclient/wss-client-config-1.0.xml"/>
</provider-config>
</message-security-config>
<property name="firstProp" value="firstValue"/>
<property name="secondProp" value="secondValue"/>
</client-container>