Hi Michel,

> 
> How could I configure a datasource for postgres ?
> 

        <data-source 
                name="Default data-source"
                class="com.evermind.sql.DriverManagerDataSource"
                location="jdbc/DefaultDS"
                pooled-location="jdbc/DefaultPooledDS"
                xa-location="jdbc/xa/DefaultXADS"
                ejb-location="jdbc/DefaultEJBDS"
                url="jdbc:postgresql://hostname/databasename"
                connection-driver="org.postgresql.Driver"
                username="userid"
                password="password"
                schema="database-schemas/postgresql.xml"
        />


--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

 "There's got to be more to life than compile-and-go."

Reply via email to