Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <dataSource id="jdbc/DirectDebitAddressbook" jndiName="jdbc/DirectDebitAddressbook" type="javax.sql.DataSource">
  2. <jdbcDriver id="h2-driver" libraryRef="driver-lib" javax.sql.DataSource="org.h2.jdbcx.JdbcDataSource"/>
  3. <connectionManager numConnectionsPerThreadLocal="10" minPoolSize="2"/>
  4. <properties URL="jdbc:h2:tcp://localhost/~/addressbook;AUTO_SERVER=TRUE;MODE=ORACLE;MVCC=TRUE;" user="sa" password=""/>
  5. </dataSource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement