You are probably using the old datasource definition files from 3.0.x in 3.2.x. This won't work as the configuration has been simplified in JBoss 3.2.x and are of a different format. Get the appropriate datasource example file for your database from JBOSS_HOME/docs/examples/jca of the JBoss 3.2.x distribution. Copy that into the deploy directory for JBoss - probably JBOSS_HOME/server/default/deploy. Modify the file for your database login. You can name the file anything you like as long as it ends with -ds.xml so JBoss knows this is a datasource configuration file. That should get rid of your datasource configuration problem.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832057#3832057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832057 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
