3 Replies Latest reply on Apr 24, 2012 10:50 AM by white_sox

    JBoss OSGi and Spring Dynamic Modules

    rssole

      Hi,

      I've been checking out jboss osgi and spring dynamic modules docs as well,
      however couldn't find some concrete example of how to achieve that one osgi bundle
      become "spring aware".

       

      To be more specific... I am talking about scenario where one bundle (let's call it app bundle) contains spring context config (app context if you want)
      and maybe some annotated beans and then (assuming spring DMs are available within osgi container) to do required
      context start within given bundle...


      I assume that main bundle should import spring dm packages or something... but still need some help/info on what additional steps are required to
      achieve this...

       

      Thanks in advance and regards,