Hi, I am currently migrating some standalone spring applications to run in JBoss as spring deployments. I will be using dependencies of BeanFactories eg.: BeanFactory=(SomeApp1) ParentBeanFactory=(ParentApp)
and BeanFactory=(SomeApp2) ParentBeanFactory=(ParentApp) I am wondering whether it is possible to automatically redeploy/reinitialised SomeApp1 and SomeApp2 when ParentApp gets redeployed, so that the changes get applied to both SomeApp1 and SomeApp2. As far as I understand so far, in such a case both SomeApp1 and SomeApp2 must be manually redeployed after ParentApp was bound to JNDI so that the changes of ParentApp apply to SomeApp1 and SomeApp2. Thanks, crystal1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939826#3939826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939826 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
