sorry, It is a post mistake, in fact my mysql-ds.xml is: <?xml version="1.0" encoding="UTF-8"?>
<local-tx-datasource> <jndi-name>medrec</jndi-name> <connection-url>jdbc:mysql://localhost/medrec</connection-url> <driver-class>com.mysql.jdbc.Driver</driver-class> <user-name>medrec</user-name> medrec <min-pool-size>50</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> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877779#3877779 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877779 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
