ok, I solved the problem for me:
the cause for the exception was simply that the mysql jdbc driver was not registered at
the time the *-ds.xml files were intialized.
the solution was to copy the mysql-connector-*.jar to /jboss/server/default/lib
so the mysql driver is available from the beginning, and the datasources are initialized
correctly.
hope that this is also a useful hint for the original poster.
/r hubert
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974503#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...