I'm pretty sure that server/deploy/postgres-ds.xml is correct (same contents 
used for JBoss 4.0.5 without any problems).

<datasources>
  |   <local-tx-datasource>
  |     <jndi-name>DefaultDS</jndi-name>
  |     <connection-url>jdbc:postgresql:jbossdb</connection-url>
  |     <driver-class>org.postgresql.Driver</driver-class>
  |     <user-name>jboss</user-name>
  |     <password>jboss</password>
  |     
<transaction-isolation>TRANSACTION_REPEATABLE_READ</transaction-isolation>
  |     <min-pool-size>1</min-pool-size>
  |     <max-pool-size>3</max-pool-size>
  |     <metadata>
  |       <type-mapping>PostgreSQL</type-mapping>
  |     </metadata>
  |   </local-tx-datasource>
  | </datasources>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994156#3994156

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994156
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to