[jboss-user] [JBoss Messaging] - Re: JBoss 5.0beta1: JMS with PostgreSQL

Juergen.Zimmermann do-not-reply at jboss.com
Fri Dec 15 04:04:01 EST 2006


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



More information about the jboss-user mailing list