Bertrand Delacretaz wrote: > > Note that jcrinstall is split in two bundles: jcrinstall watches the > repository, and osgi.installer implements the OSGi-related stuff. All > the hard stuff is in osgi.installer, jcrinstall just takes care of > listening to repository changes and converting repository nodes to > InstallableResources for the OsgiInstaller service. > > Creating a simple folder watcher that talks to the OsgiInstaller > service [1] would allow us to reuse the existing osgi.installer > semantics (SNAPSHOT handling, config pid encoding etc). > FileInstall is a wide-known bundle, so I think it makes more sense to me to directly use FileInstall instead of adding something similar which uses our OsgiInstaller. I guess if anything is missing in file install it is the snapshot handling which should be simple to add.
Merging the two as a long term goal sounds good to me as well :) Carsten -- Carsten Ziegeler [email protected]
