- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsample-ds.xml
More file actions
Latest commit
11 lines (11 loc) · 471 Bytes
/
Copy pathsample-ds.xml
File metadata and controls
11 lines (11 loc) · 471 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<datasourcesxmlns="http://www.jboss.org/ironjacamar/schema">
<datasourcejndi-name="java:/sampleDs"pool-name="sampleDs_Pool"enabled="true"use-java-context="true">
<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url>
<driver>h2</driver>
<security>
<user-name>sa</user-name>
<password>sa</password>
</security>
</datasource>
</datasources>