blob: 08ea92279afdc793a094c3a7fab39ebda0144a9f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE resources PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 9.0 Domain//EN" '/export/work/workspaces/dec6/publish/glassfish/lib/dtds/sun-resources_1_2.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
-->
<resources>
<!--
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="com.sun.sql.jdbcx.oracle.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc-pointbase-pool1" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="User" value="dbuser"/>
<property name="Password" value="dbpassword"/>
<property name="driverType" value="4"/>
<property name="portNumber" value="1527"/>
<property name="dataBaseName" value="testdb"/>
<property name="retrieveMessagesFromServerOnGetMessage" value="true"/>
<property name="create" value="true"/>
<property name="serverName" value="localhost"/>
</jdbc-connection-pool>
-->
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="com.sun.sql.jdbcx.oracle.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc-pointbase-pool1" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="ServerName" value="wrx.india.sun.com"/>
<property name="PortNumber" value="1521"/>
<property name="DatabaseName" value="jdbc:sun:oracle://wrx.india.sun.com:1521;SID=dbsmpl1"/>
<property name="ClassName" value="com.sun.sql.jdbcx.oracle.OracleDataSource"/>
<property name="SID" value="dbsmpl1"/>
<property name="User" value="connector"/>
<property name="Password" value="connector"/>
</jdbc-connection-pool>
<jdbc-resource enabled="true" jndi-name="jdbc/XAPointbase" object-type="user" pool-name="jdbc-pointbase-pool1"/>
<admin-object-resource enabled="true" jndi-name="eis/testAdmin" object-type="user" res-adapter="generic-ra" res-type="connector.MyAdminObject">
<property name="ResetControl" value="BEGINNING"/>
</admin-object-resource>
</resources>