no, it is very logical to have such feature, whether hot-deployed or not, for example in WAS - IBM WebSphere Application Server - you create the JDBC Driver, configure it and then you create a datasource without the need to restart.
So, in either way we need that feature for sure. On Thu, Jun 18, 2009 at 10:54 AM, Jean-Louis MONTEIRO<[email protected]> wrote: > > 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. > > -- ---- Thanks - Mohammad Nour - LinkedIn: http://www.linkedin.com/in/mnour ---- "Life is like riding a bicycle. To keep your balance you must keep moving" - Albert Einstein
