> Does the deployment of your bundle-ui cause that /apps/sling/install
folder to be deleted?

Yes it does, indeed:
            <Sling-Initial-Content>

SLING-INF/content/apps;path:=/apps;overwrite:=true;uninstall=true,

It's a mistake, and the subdirectory of my application should be specified
here. Adding it fixes the issue.

I was so focused on the configuration part that I didn't think to check
here.

Many thanks to both of you for finding it.

Best regards,
Guillaume

On Wed, Jul 6, 2016 at 11:31 AM, Bertrand Delacretaz <[email protected]
> wrote:

> Hi,
>
> On Wed, Jul 6, 2016 at 11:17 AM, Guillaume Lucazeau <[email protected]>
> wrote:
> > ...3. I deploy bundle-ui with the Maven Sling plugin. During deployment,
> I see
> > it removes the configuration previously set...
> ...
> > [JcrInstaller.1] INFO  o.a.s.i.p.jcr.impl.JcrInstaller - Deleting
> > WatchedFolder:/apps/sling/install, path does not exist anymore ..
>
> Does the deployment of your bundle-ui cause that /apps/sling/install
> folder to be deleted?
>
> From what you say it looks like it shouldn't, but maybe its initial
> content config causes that, and that's not desired AFAICS.
>
> (just saw Carsten message, similar hypothesis ;-)
>
> -Bertrand
>

Reply via email to