blob: 0a8c2e6f934cc9f39324442e847a2ad35d6d9dc5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
<!--
Copyright (c) 2017, 2018 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
-->
<connector>
<display-name>CciBlackBoxLocalTx</display-name>
<description>validation connector</description>
<icon>
<small-icon>employee-service-icon16x16.jpg</small-icon>
<large-icon>employee-service-icon32x32.jpg</large-icon>
</icon>
<vendor-name>Java Software</vendor-name>
<spec-version>1.0</spec-version>
<eis-type>JDBC Database</eis-type>
<version>1.0</version>
<license>
<description>license description</description>
<license-required>false</license-required>
</license>
<resourceadapter>
<managedconnectionfactory-class>com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory</managedconnectionfactory-class>
<connectionfactory-interface>jakarta.resource.cci.ConnectionFactory</connectionfactory-interface>
<connectionfactory-impl-class>com.sun.connector.cciblackbox.CciConnectionFactory</connectionfactory-impl-class>
<connection-interface>jakarta.resource.cci.Connection</connection-interface>
<connection-impl-class>com.sun.connector.cciblackbox.CciConnection</connection-impl-class>
<transaction-support>LocalTransaction</transaction-support>
<config-property>
<description>config prop</description>
<config-property-name>ConnectionURL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>DBURL</config-property-value>
</config-property>
<authentication-mechanism>
<description>auto mechanism</description>
<authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
<credential-interface>jakarta.resource.spi.security.PasswordCredential</credential-interface>
</authentication-mechanism>
<reauthentication-support>false</reauthentication-support>
<security-permission>
<description>security permission</description>
<security-permission-spec>sec spec</security-permission-spec>
</security-permission>
</resourceadapter>
</connector>