I have an application which dynamically adds databases for each instance of the application, and which then, on JBoss 5 would write a datasource file out into the deploy folder, so that the application could make use of the new database (And be locked down to it).
In JBoss 7 the datasource configuration is inside standalone.xml. And more importantly if I enter new datasources into this file, they don't seem to get read and no datasource is available.
Does anyone have any idea how I can reproduce this behaviour once we upgrade to JBoss 7?
-ds.xml. I had a (much) better experience with 7.1.1 and 7.1.2 (the latter you'll have to compile yourself). – Arjan Tijms Jul 5 '12 at 11:55