my mysql-ds.xml file: | <?xml version="1.0" encoding="UTF-8"?> | | <!-- $Id: mysql-ds.xml,v 1.3.2.3 2006/02/07 14:23:00 acoliver Exp $ --> | <!-- Datasource config for MySQL using 3.0.9 available from: | http://www.mysql.com/downloads/api-jdbc-stable.html | --> | <datasources> | <local-tx-datasource> | <jndi-name>wsMySql</jndi-name> | <connection-url>jdbc:mysql://10.0.0.105:3306/myData?autoReconnect=true</connection-url> | <driver-class>com.mysql.jdbc.Driver</driver-class> | <user-name>usr</user-name> | <password>pwd</password> | <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name> | | <min-pool-size>30</min-pool-size> | <max-pool-size>60</max-pool-size> | | <metadata> | <type-mapping>mySQL</type-mapping> | </metadata> | </local-tx-datasource> | | </datasources> | |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027915#4027915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027915 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
