Contents as below of EDRMS-DS as requested

<?xml version="1.0" encoding="UTF-8"?>

        <local-tx-datasource>
                <jndi-name>EDRMS-DS</jndi-name>
                
<connection-url>jdbc:jtds:sqlserver://192.168.200.14:1433/edrmsstaging;prepareSQL=0;SendStringParametersAsUnicode=False;appName=MainUserConnection</connection-url>
                <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
                <user-name>edrms</user-name>
*****


                <!-- sql to call when connection is created
        <new-connection-sql>nothing</new-connection-sql>  -->
        
                <!-- sql to call on an existing pooled connection when it is 
obtained from pool
        <check-valid-connection-sql>nothing</check-valid-connection-sql>-->
        <min-pool-size>5</min-pool-size>
        <max-pool-size>100</max-pool-size>
        <blocking-timeout-millis>30000</blocking-timeout-millis>
        <idle-timeout-minutes>5</idle-timeout-minutes>

       
        </local-tx-datasource>


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to