This repository was archived by the owner on Apr 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathUIXRefreshExample-data-sources.xml
10 lines (10 loc) · 2.43 KB
/
UIXRefreshExample-data-sources.xml
1
2
3
4
5
6
7
8
9
10
<?xml version = '1.0' encoding = 'windows-1252'?>
<!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://xmlns.oracle.com/ias/dtds/data-sources.dtd">
<data-sources>
<data-source name="jdev-connection-toystore" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/toystoreCoreDS" xa-location="jdbc/xa/toystoreXADS" ejb-location="jdbc/toystoreDS" pooled-location="jdbc/toystorePooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="toystore" password="toystore" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
<data-source name="jdev-connection-test" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/testCoreDS" xa-location="jdbc/xa/testXADS" ejb-location="jdbc/testDS" pooled-location="jdbc/testPooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="test" password="test" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
<data-source name="jdev-connection-toystore_statemgmt" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/toystore_statemgmtCoreDS" xa-location="jdbc/xa/toystore_statemgmtXADS" ejb-location="jdbc/toystore_statemgmtDS" pooled-location="jdbc/toystore_statemgmtPooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="toystore_statemgmt" password="toystore" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
<data-source name="jdev-connection-bug" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/bugCoreDS" xa-location="jdbc/xa/bugXADS" ejb-location="jdbc/bugDS" pooled-location="jdbc/bugPooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="bug" password="bug" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
<data-source name="jdev-connection-hr" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/hrCoreDS" xa-location="jdbc/xa/hrXADS" ejb-location="jdbc/hrDS" pooled-location="jdbc/hrPooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="hr" password="hr" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
<data-source name="jdev-connection-scott" class="com.evermind.sql.DriverManagerDataSource" location="jdbc/scottCoreDS" xa-location="jdbc/xa/scottXADS" ejb-location="jdbc/scottDS" pooled-location="jdbc/scottPooledDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="scott" password="tiger" url="jdbc:oracle:thin:@localhost:1521:ORCL" inactivity-timeout="30"/>
</data-sources>