Statistics
| Branch: | Tag: | Revision:

root / gss / jboss / deploy / gssdb-ds.xml @ 09051786

History | View | Annotate | Download (339 Bytes)

1 14ad7326 pastith
<?xml version="1.0" encoding="UTF-8"?>
2 14ad7326 pastith
3 14ad7326 pastith
<datasources>
4 14ad7326 pastith
  <local-tx-datasource>
5 14ad7326 pastith
    <jndi-name>gssdb</jndi-name>
6 14ad7326 pastith
    <connection-url>jdbc:postgresql://cvs.ebs.gr/gssdb</connection-url>
7 14ad7326 pastith
    <driver-class>org.postgresql.Driver</driver-class>
8 14ad7326 pastith
    <user-name>gss</user-name>
9 14ad7326 pastith
    <password>gss</password>
10 14ad7326 pastith
   </local-tx-datasource>
11 14ad7326 pastith
</datasources>