blob: 38834d54b61b4ed1b5190939d797250fe82415e6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data-sources SYSTEM "data-sources.dtd" >
<!--
Copyright (c) 2018, 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,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<data-sources>
<data-source>
<data-source-name>@data-source-name@</data-source-name>
<driver-name>@driver-name@</driver-name>
<isolation-level>TRANSACTION_READ_COMMITTED</isolation-level>
<sql-engine>vendor_sql</sql-engine>
<jdbc-1.x>
<driver-class-name>@driver-class-name@</driver-class-name>
<url>@url@</url>
<user-name>@user-name@</user-name>
<password>@password@</password>
</jdbc-1.x>
</data-source>
</data-sources>