How did you deploy? Did you deploy from .m2 or from target/ dir? If
former, then you have to run maven install before updating the bundle so
that web console can read the new jar from .m2 again.
On Friday 29 July 2011 02:02 PM, Yannick Eyebe wrote:
> Hi,
> I have a web application composed of three bundles that I developped.I
> succeeded in deploying it using the glassfish osgi web console.
> I modified the source code of one the bundle,then I regenerated its
> jar file using maven . But when I click on "update", the update does
> not take effect. what should I do?