Hi,

I wan't to define more than one MySQL definition. How do this?

This is my current configuration:


  <local-tx-datasource>
    <jndi-name>MmcmsDS</jndi-name>
    <connection-url>jdbc:mysql://10.0.0.10:3306/xxx</connection-url>
    <driver-class>com.mysql.jdbc.Driver</driver-class>
    <user-name>xxx</user-name>
    xxx
    <connection-property name="autoReconnect">true</connection-property>

    <!--pooling parameters-->
    <min-pool-size>5</min-pool-size>
    <max-pool-size>50</max-pool-size>
    <blocking-timeout-millis>5000</blocking-timeout-millis>
    <idle-timeout-minutes>15</idle-timeout-minutes>
  </local-tx-datasource>


Stored in mysql-ds.xml


Regards,
Rafal

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to