Put jdbc driver to server/your_config/lib directory.
Put a -ds.xml file to server/your_config/deploy directory with
the following content (change the db url).

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>IngresDS</jndi-name>
  |     <connection-url>jdbc:edbc://host:a01/hostname::db</connection-url>
  |     <driver-class>ca.edbc.jdbc.EdbcDriver</driver-class>
  |     <min-pool-size>5</min-pool-size>
  |     <max-pool-size>20</max-pool-size>
  |     <idle-timeout-minutes>0</idle-timeout-minutes>
  |     <track-statements>true</track-statements>
  |   </local-tx-datasource>
  | </datasources>

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852037


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to