1 Reply Latest reply on Apr 30, 2006 6:44 AM by alesj

    Hotdeployment and Parent Bean Factories

    crystal1

      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

        • 1. Re: Hotdeployment and Parent Bean Factories
          alesj

          Hi!


          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.


          Currently this is not available, since I do not hold a bean factory dependency graph.
          But sounds like a good feature - will try to implement it as soon as possible - and let you know on this thread when it is available in cvs.

          Rgds, Ales