blob: f83cdb2c4d93963f78c14ddd7c1240b1b9d2f70b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application-client PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.3//EN' 'http://java.sun.com/dtd/application-client_1_3.dtd'>
<!--
Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<application-client>
<icon>
<small-icon>employee-service-icon16x16.jpg</small-icon>
<large-icon>employee-service-icon32x32.jpg</large-icon>
</icon>
<display-name>ValidationTestClient</display-name>
<description>validation appclient</description>
<env-entry>
<description>google key</description>
<env-entry-name>googlekey</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>vCkqMIpV1WMKIRpNa7gBiYQZxDUYOYOj</env-entry-value>
</env-entry>
<ejb-ref>
<description>roster ref</description>
<ejb-ref-name>ejb/SimpleRoster</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.sun.s1peqe.ejb.cmp.roster.ejb.RosterHome</home>
<remote>com.sun.s1peqe.ejb.cmp.roster.ejb.Roster</remote>
</ejb-ref>
<resource-ref>
<description>jms resource ref</description>
<res-ref-name>jms/QCFactory</res-ref-name>
<res-type>jakarta.jms.QueueConnectionFactory</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-env-ref>
<description>jms resource env ref</description>
<resource-env-ref-name>jms/SampleQueue</resource-env-ref-name>
<resource-env-ref-type>jakarta.jms.Queue</resource-env-ref-type>
</resource-env-ref>
<callback-handler>fooHandler</callback-handler>
</application-client>