Re: [RT] JcrBundlesManager

2008-07-30 Thread Felix Meschberger
Hi, While I am ethusiastic about your work, I have my problems comparing JcrBundlesManager with JcrInstall... (even though you stole code from there). First I wonder, why you did not just enhance the JcrInstall to do what you like ? This would have been my first approach instead of creating

Re: [RT] JcrBundlesManager

2008-07-29 Thread Bertrand Delacretaz
Hi, On Mon, Jul 28, 2008 at 7:33 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: ...There is already an OSGi specification - the deployment admin specification - which allows you to package a set of bundles together with configuration. Without going into details, I think it already covers most

Re: [RT] JcrBundlesManager

2008-07-29 Thread Tobias Bocanegra
On 7/29/08, Bertrand Delacretaz [EMAIL PROTECTED] wrote: Hi, On Mon, Jul 28, 2008 at 7:33 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: ...There is already an OSGi specification - the deployment admin specification - which allows you to package a set of bundles together with

Re: [RT] JcrBundlesManager

2008-07-29 Thread Bertrand Delacretaz
On Tue, Jul 29, 2008 at 10:08 PM, Tobias Bocanegra [EMAIL PROTECTED] wrote: On 7/29/08, Bertrand Delacretaz [EMAIL PROTECTED] wrote: ... I'm also being more conservative than jcrinstall in the use of JCR observation to detect changes, trying to make the service more robust when it comes to

[RT] JcrBundlesManager

2008-07-28 Thread Bertrand Delacretaz
Hi, Here's a tentative spec for a service that allows OSGi bundles to be loaded by simply copying them, and their configurations, into the Sling JCR repository. I'm planning to work on this this week, based on the existing jcrinstall prototype. The goal is to allow application-level bundles

Re: [RT] JcrBundlesManager

2008-07-28 Thread Bertrand Delacretaz
On Mon, Jul 28, 2008 at 2:30 PM, Bertrand Delacretaz [EMAIL PROTECTED] wrote: ...Comments are welcome, of course!.. An additional nice-to-have would be to expose in the repository the .class files of bundles that are were loaded in the OSGi framework by other mechanisms, for example to activate

Re: [RT] JcrBundlesManager

2008-07-28 Thread Carsten Ziegeler
There is already an OSGi specification - the deployment admin specification - which allows you to package a set of bundles together with configuration. Without going into details, I think it already covers most of your stuff ootb. In combination with the jcrinstall I think you get everything

Re: [RT] JcrBundlesManager

2008-07-28 Thread Bertrand Delacretaz
On Mon, Jul 28, 2008 at 7:33 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: ... There is already an OSGi specification - the deployment admin specification - which allows you to package a set of bundles together with configuration. Without going into details, I think it already covers most of