Hi, Currently, OpenEJB supports hot deployments (ear, war, ...). There is still databases to configure so (as far as I know), you always need to stop OpenEJB, change database configuration in openejb.xml and restart.
Before OpenEJB, I was used to work with JBoss AS and something was very useful. With JBoss, you can deploy an XML file <your name>-ds.xml and JBoss automatically starts and configures the new datasource. It would be nice to add such kind of feature in OpenEJB by using the same kind of configuration, or by adding a file in <module>/META-INF or anything else. Is it stupid or useless ? ----- Jean-Louis -- View this message in context: http://www.nabble.com/Hot-deployment-and-datasources-tp24088169p24088169.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
