1 Reply Latest reply on Apr 26, 2013 1:11 PM by mickael_istria

    JBoss Tools & OSGi debug from Eclipse : Live refresh

    ylemoigne

      Hi,

       

      I'm developping OSGi bundles from eclipse 3.7.2, using JBoss Tools 2.3.2, (and JBoss AS 7.1.3)

       

      When I wasn't using OSGi project and JBoss was running in debug mode, a simple modification in a method body, the change was automatically reflected in jboss running code. (The project was deployed as an exploded WAR or EAR).

       

      Since I'm using OSGi project, deployement is in jar and no change are reflect upon class recompilation.

       

      How can I get back the "live change in debug" feature when I use OSGi project ?

      If can't be fully automatic, what are the workaround ?

       

      Thanks