Hi, actually I think this should work :) Are those bundles in question installed by the Sling installer or by launchpad? Can you see that the new launchpad jar gets extracted when you start it - does it overwrite the old one?
Carsten 2013/12/16 Robert Munteanu <[email protected]> > Hi, > > I'm trying to find out what is the proper way of delivering an updated > bundle list to a launchpad-based application. > > I took the following steps: > > 1. Built a launchpad using a basic bundle list and executed the jar > with java -jar > 2a. Added a new bundle to list.xml and rebuilt the jar . Executed the > jar with the same sling directory > 2b. Increased a bundle's version in list.xml and rebuilt the jar . > Executed the jar with the same sling directory > > Both 1+2a and 1+2b left me with the same bundle list from 1. Just to > be on the safe side, I additionally updated the launchpad's version, > but that still did not work. > > I know about using the Felix console and the maven-sling-plugin, but > sometimes it's easier to deliver one updated launchpad jar. This leads > me to wonder, how can I update the bundles which are delivered with a > launchpad? > > Thanks, > > Robert > -- Carsten Ziegeler [email protected]
