Version 2
    <?xml version="1.0" encoding="UTF-8"?>
    
    <!-- ===================================================================== -->
    <!--                                                                       -->
    <!--  JBoss Server Configuration                                           -->
    <!--                                                                       -->
    <!-- ===================================================================== -->
    
    <!-- $Id: progress-ds.xml,v 1.3 2004/09/15 14:37:40 loubyansky Exp $ -->
    <!-- ==================================================================== -->
    <!--  Datasource config for Progress 9.1                                  -->
    <!--                                                                      -->
    <!--  Based on config provided by victorstar in the forums                -->
    <!--                                                                      -->
    <!--  Beside adding the driver jar to server/[config]/lib you also        -->
    <!--  need to add the native library to your path.                        -->
    <!--  e.g. JdbcProgress.dll on windows                                    -->
    <!-- ==================================================================== -->
    
    <datasources>
    
       <local-tx-datasource>
          <jndi-name>ProgressDS</jndi-name>
    
          <connection-url>jdbc:JdbcProgress:T:dbserver:3305:liveappl</connection-url>
          <driver-class>com.progress.sql.jdbc.JdbcProgressDriver</driver-class>
          <user-name>user</user-name>
          <password>password</password>
    
          <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
          <metadata>
             <type-mapping>PostgreSQL 7.2</type-mapping>
          </metadata>
       </local-tx-datasource>
    
    </datasources>