Our project (Sakai) has about 100 of its own bundles. Using maven-sling-plugin works for a small number of bundles but trying to update this many bundles at once on a live server has shown terrible memory issues for us.
Is there a 'best practices' way to do full application updates like this in a running or downed server? On Fri, Jul 23, 2010 at 4:49 PM, Bertrand Delacretaz <[email protected] > wrote: > Hi, > > On Fri, Jul 23, 2010 at 7:22 PM, Zach A. Thomas > <[email protected]> wrote: > > ...I have no trouble using the Felix console to update bundles > one-by-one, > > but is there a good way to update _all_ the bundles in the Launchpad App > > without dropping all my database tables? Bringing down the server is > ok.... > > The maven-sling-plugin can install bundles, so if you run a maven > reactor build that activates it you should be able to update all your > bundles at once. > > See the autoInstallBundle profile in the Sling parent pom [1] for an > example. > > -Bertrand > > [1] http://svn.apache.org/repos/asf/sling/trunk/parent/pom.xml >
