Yes, thank you. That is very cool. I heart Groovy. -- biz: http://www.linkedin.com/in/vincentstoessel/ personal: http://xaymaca.tumblr.com/
On Mon, Mar 24, 2014 at 10:54 AM, Ulrich Scheidegger < [email protected]> wrote: > Sure. You can do it programmatically at runtime, e.g. in a Groovy script. > For instance if you would like to re-bootstrap the xml containing the > superuser account: > > BootstrapUtil.bootstrap(new > String[]{"/mgnl-bootstrap/core/users.system.superuser.xml"}, > ImportUUIDBehavior.IMPORT_UUID_COLLISION_REMOVE_EXISTING); > HierarchyManager hm = MgnlContext.getHierarchyManager("users"); > hm.save(); > > Is this what you are looking for? > > Cheers, > -will > > On 24.03.2014, at 15:41, Vinny <[email protected]> wrote: > > > Hello, > > Is it possible to have a bootstrap file currently deployed on a public > instance reloaded without restarting the pub instance? > > > > TIA, > > Vincent > > > > > > ---------------------------------------------------------------- > > For list details, see > http://www.magnolia-cms.com/community/mailing-lists.html > > Alternatively, use our forums: http://forum.magnolia-cms.com/ > > To unsubscribe, E-mail to: <[email protected]> > > ---------------------------------------------------------------- > > > > ---------------------------------------------------------------- > For list details, see > http://www.magnolia-cms.com/community/mailing-lists.html > Alternatively, use our forums: http://forum.magnolia-cms.com/ > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > > ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
