Guest User

Untitled

a guest
Nov 3rd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <datasources>
  2. <datasource jta="true" jndi-name="java:/comp/env/jdbc/conuat_prod" pool-name="conuat_prod" enabled="true" use-ccm="false" statistics-enabled="false">
  3. <connection-url>jdbc:postgresql://localhost:5432/uat_prod</connection-url>
  4. <driver-class>postgresql-driver</driver-class>
  5. <driver>postgresql-driver</driver>
  6. <pool>
  7. <min-pool-size>0</min-pool-size>
  8. <max-pool-size>25</max-pool-size>
  9. <flush-strategy>IdleConnections</flush-strategy>
  10. </pool>
  11. <security>
  12. <user-name>jboss</user-name>
  13. </security>
  14. <validation>
  15. <validate-on-match>false</validate-on-match>
  16. <background-validation>false</background-validation>
  17. </validation>
  18. <timeout>
  19. <set-tx-query-timeout>false</set-tx-query-timeout>
  20. <blocking-timeout-millis>0</blocking-timeout-millis>
  21. <idle-timeout-minutes>0</idle-timeout-minutes>
  22. <query-timeout>0</query-timeout>
  23. <use-try-lock>0</use-try-lock>
  24. <allocation-retry>0</allocation-retry>
  25. <allocation-retry-wait-millis>0</allocation-retry-wait-millis>
  26. </timeout>
  27. <statement>
  28. <share-prepared-statements>false</share-prepared-statements>
  29. </statement>
  30. </datasource>
  31. <drivers>
  32. <driver name="h2" module="com.h2database.h2">
  33. <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
  34. </driver>
  35. </drivers>
  36. </datasources>
  37.  
  38. <?xml version="1.0" encoding="UTF-8"?>
  39. <module xmlns="urn:jboss:module:1.0" name="org.postgresql">
  40. <resources>
  41. <resource-root path="postgresql-9.3-1100.jdbc4.jar"/>
  42. </resources>
  43. <dependencies><module name="javax.api"/></dependencies>
  44. </module>
Add Comment
Please, Sign In to add comment