I managed to get the database to switch from Hypersonic to MySql - it all worked fine. I can check through the JMX Managment Console that the new datasource is in use and connecting - and the web application works OK.
The only thing I did differently to the instructions in the book was to change the optional.dd property directly in the build.xml file as oppossed to the command line -D parameter (as I'm using ant from within eclipse). That ensured the correct jboxxcmp-jdbc.xml file was inlcuded in the generated jar file (from the etc/mysql folder). This file isn't needed in the jar for Hypersonic. You may just want to check to ensure the correct settings are in this file in the genertaed jar file after you've run the build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894730#3894730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894730 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
