Re: Apache Sling

2007-08-08 Thread Felix Meschberger
Hi Karl, Am Mittwoch, den 08.08.2007, 23:00 +0200 schrieb Karl Pauls: > I'd definitely be interested! Great ! So I just add you to the list of initial committers. Regards Felix

Bundles w/ sealed packages and split packages

2007-08-08 Thread Alan D. Cabrera
I'm trying to grok what happens to bundles that have sealed packages which get "extended" via the split package mechanism. The spec doesn't seem to address this situation; maybe it does and I missed it. Can someone explain what should happen? Regards, Alan

Re: problems with felix 308 patch and log4j

2007-08-08 Thread Stuart McCulloch
On 09/08/07, Arash Amiri <[EMAIL PROTECTED]> wrote: > > would you actually suggest switching to spring-osgi? if you already use Spring and want to move your application to OSGi then it's worth trying does spring-osgi already use the maven-bundle-plugin? yes, Spring-OSGi already uses the maven-

Re: Apache Sling

2007-08-08 Thread Karl Pauls
On 8/8/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi all, > > For those of you not reading the Jackrabbit and/or Incubator General > mailing lists, I would like to inform you, that I proposed Sling as a > new Apache project today. The proposal can be found at [1] while more > information on

Re: ConfigurationAdmin and properties starting with .

2007-08-08 Thread Alin Dreghiciu
Thanx Felix, That's the kind of info I was looking for. I do have a use case related to this but is not an hard issue, so it is not required to change the . restriction. I just could not find why this restriction was there. Thanx for the information. Alin On 8/8/07, Felix Meschberger <[EMAIL PROT

Re: Apache Sling

2007-08-08 Thread Felix Meschberger
Hi, Am Mittwoch, den 08.08.2007, 22:33 +0800 schrieb Niclas Hedhman: > You got my vote already... Good news, too ! Thanks. Regards Felix

Re: ConfigurationAdmin and properties starting with .

2007-08-08 Thread Felix Meschberger
Hi Alin, The spec of the Configuration Admin Service (section 104.4.2 Configuration Properties) says, that property names should obey the syntax production "symbolic-name". This is a dot-separated token list, where the dot must not be at the start or end and each token only consists of characters

Re: [maven-bundle-plugin] Some ignore-package and class level code inspection

2007-08-08 Thread Stuart McCulloch
On 08/08/07, Stefano Lenzi <[EMAIL PROTECTED]> wrote: > > Hi All, > > I would like to speak about the maven-bundle-plugin. > > Q.1 - There is a way to say to the plugin to ignore some packages? Yes - you can add negative instructions to both Import-Package and Export-Package, to override the auto

ConfigurationAdmin and properties starting with .

2007-08-08 Thread Alin Dreghiciu
Hi guys, I have a question: Is there any restriction on the key of a service property, restriction that says that the key should not start with . (dot)? I'm asking this because I'm using the configuration admin and the configuration admin is complaining about properties that start with . when resto

Re: problems with felix 308 patch and log4j

2007-08-08 Thread Stuart McCulloch
On 08/08/07, Arash Amiri <[EMAIL PROTECTED]> wrote: > > Hi, > Sorry for posting again and again about the same issue, but I just have > problems getting it done. > > I fixed a couple of things in my pom file now using the patch of the > bundle plugin (felix 308). > I did set up a very simple maven

Re: Apache Sling

2007-08-08 Thread Niclas Hedhman
On Wednesday 08 August 2007 22:00, Felix Meschberger wrote: > Sling is implemented completely as OSGi Bundles Good news! You got my vote already... Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http

Apache Sling

2007-08-08 Thread Felix Meschberger
Hi all, For those of you not reading the Jackrabbit and/or Incubator General mailing lists, I would like to inform you, that I proposed Sling as a new Apache project today. The proposal can be found at [1] while more information on Sling itself has been made available at [2] and companion pages.

Re: [FELIX-219] Applying the patch

2007-08-08 Thread Stuart McCulloch
On 08/08/07, Stefano Lenzi <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'd like to know if anyone of you have spent some time on the patch > FELIX-219 available on JIRA. IMHO we should apply it, but before doing > that on my own I'd like to get some feedback from you :) I've only looked over the p

[FELIX-219] Applying the patch

2007-08-08 Thread Stefano Lenzi
Hi All, I'd like to know if anyone of you have spent some time on the patch FELIX-219 available on JIRA. IMHO we should apply it, but before doing that on my own I'd like to get some feedback from you :) Please note that the above patch affects also the OBR bundle and it changes the XML sche

[maven-bundle-plugin] Some ignore-package and class level code inspection

2007-08-08 Thread Stefano Lenzi
Hi All, I would like to speak about the maven-bundle-plugin. Q.1 - There is a way to say to the plugin to ignore some packages? I.1 - If there is no way to inform the plugin ignore some packages I think would be very useful; because if (like in my case) a bundle depends on a library that cont