Re: [VOTE] Felix 1.0.0 subprojects release

2007-07-13 Thread Alin Dreghiciu
+1Cheers, Alin On 7/14/07, Karl Pauls <[EMAIL PROTECTED]> wrote: Hi all, Rick and I woud like to call a vote on the sub-projects for the 1.0.0 release. These sub-project releases are the initial root dependencies for the framework release, which will follow shortly. Basically, they should be t

Re: [VOTE] Felix 1.0.0 subprojects release

2007-07-13 Thread Karl Pauls
+1 regards, Karl On 7/14/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: +1 I tested the signatures and md5 sums and everything worked for me, but we can always use more verifications... -> richard Karl Pauls wrote: > Hi all, > > Rick and I woud like to call a vote on the sub-projects for th

Re: [VOTE] Felix 1.0.0 subprojects release

2007-07-13 Thread Richard S. Hall
+1 I tested the signatures and md5 sums and everything worked for me, but we can always use more verifications... -> richard Karl Pauls wrote: Hi all, Rick and I woud like to call a vote on the sub-projects for the 1.0.0 release. These sub-project releases are the initial root dependencies

[VOTE] Felix 1.0.0 subprojects release

2007-07-13 Thread Karl Pauls
Hi all, Rick and I woud like to call a vote on the sub-projects for the 1.0.0 release. These sub-project releases are the initial root dependencies for the framework release, which will follow shortly. Basically, they should be the same as what we made available during the last week(s). Namely,

Re: bundle plugin behavior with transitive dependencies

2007-07-13 Thread Richard S. Hall
Carlos Sanchez wrote: yes, my question is, should it bundle all transitive dependencies or not? when you bundle commons, and all the other libraries what is the expected behaviour? I have no idea, since I am not a user of this feature. I was under the impression that it did do all of the trans

Re: bundle plugin behavior with transitive dependencies

2007-07-13 Thread Carlos Sanchez
yes, my question is, should it bundle all transitive dependencies or not? when you bundle commons, and all the other libraries what is the expected behaviour? On 7/13/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Carlos Sanchez wrote: > Seems that in last versions the bundle goal ignores transi

New example application

2007-07-13 Thread Richard S. Hall
Just an FYI... I have checked in a new example application for Felix. The preliminary documentation is available here: http://cwiki.apache.org/FELIX/apache-felix-application-demonstration.html This example is related to the "Launching and Embedding" documentation, but is intended to be

[jira] Resolved: (FELIX-326) NPE in manifest goal

2007-07-13 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-326. -- Resolution: Fixed Applied the patch in r555989 > NPE in manifest goal > > >

Re: Compendium & Javax.Servlet >= 2.1

2007-07-13 Thread Richard S. Hall
Another possibility is to use Bundle Plugin to suck out the packages you need from compendium and then you can import whatever version of servlet you want... -> richard Clement Escoffier wrote: Hello, As the resolving of package versions has been fixed in Felix, it appears a small problem i

Re: a patch to support execution of Felix with Java Permissions ?

2007-07-13 Thread Richard S. Hall
Pierre Parrend wrote: Hello all, I have made a little patch to enable the execution of Felix with Java permissions - needed are a java.policy file, and suitable URL handlers for the 'file:' and 'http:' protocols. Let me know if this can be useful. Is there an open jira issue for this ? I hav

Re: PreferencesService Implementation

2007-07-13 Thread Richard S. Hall
Carsten Ziegeler wrote: Richard S. Hall wrote: Carsten Ziegeler wrote: I just wanted to let you know that I'm currently working on an implementation of the preferences service. I hope to get it finished in the next days. There is currently one (minor) point unclear to me. Is it allowed

[jira] Resolved: (FELIX-327) Bugs in used filter syntax

2007-07-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-327. --- Resolution: Fixed Assignee: Richard S. Hall Yep, that does indeed appear to be a bug. I

Re: bundle plugin behavior with transitive dependencies

2007-07-13 Thread Richard S. Hall
Carlos Sanchez wrote: Seems that in last versions the bundle goal ignores transitive dependencies, so you have to explicitly add all of the ones you want to bundle. Is this supposed to behave like that or I messed up in one of my patches? I think you are the only one working on the bundle goal

Re: 1.0.0 subprojects release candidates

2007-07-13 Thread Richard S. Hall
Carsten Ziegeler wrote: Hi Karl, I justed wanted to make sure that everything is according to our policy. :) I got a wrong impression from this thread, sorry :( No problem. Better to speak than to remain silent...we certainly don't know everything about the Apache process. Thanks. -> r

Compendium & Javax.Servlet >= 2.1

2007-07-13 Thread Clement Escoffier
Hello, As the resolving of package versions has been fixed in Felix, it appears a small problem if we want to use the compendium and a recent version of javax.servlet (available in commons). As the compendium import the version 2.1, it does not want to import version 2.5(or greater). I'm askin

Re: a patch to support execution of Felix with Java Permissions ?

2007-07-13 Thread Karl Pauls
Hello Pierre, Felix doesn't really support permissions at the moment. That is why I removed the initial support for what you are describing again. I plan to address this issue as soon as possible together with the signing stuff. Again, please wait a little until we have the release done. regards

Re: Configuration Admin Extension

2007-07-13 Thread Carsten Ziegeler
BJ Hargrave wrote: > Have you looked at section 115 Auto Configuration in the OSGi R4 Mobile > spec? I think it does what you want. Hmm, yes I think this is nearly what we are looking for with the exception that we would like to configure "foreign bundles" as well. (And the syntax for the config

Re: 1.0.0 subprojects release candidates

2007-07-13 Thread Carsten Ziegeler
Hi Karl, I justed wanted to make sure that everything is according to our policy. :) I got a wrong impression from this thread, sorry :( So everything is cool and fine. Great and thanks Carsten Karl Pauls wrote: >> If we want to vote on something, we have to vote on the tarball. That's >> the

Re: 1.0.0 subprojects release candidates

2007-07-13 Thread Karl Pauls
If we want to vote on something, we have to vote on the tarball. That's the only thing that counts in terms of distributions/releases. Well, that is what we plan to do if nobody has any issues with the release candidates. This is not a vote but a heads-up. This also means, if these release are

a patch to support execution of Felix with Java Permissions ?

2007-07-13 Thread Pierre Parrend
Hello all, I have made a little patch to enable the execution of Felix with Java permissions - needed are a java.policy file, and suitable URL handlers for the 'file:' and 'http:' protocols. Let me know if this can be useful. Is there an open jira issue for this ? I have not found one. rega

Re: PreferencesService Implementation

2007-07-13 Thread Carsten Ziegeler
Richard S. Hall wrote: > Carsten Ziegeler wrote: >> I just wanted to let you know that I'm currently working on an >> implementation of the preferences service. I hope to get it finished in >> the next days. >> >> There is currently one (minor) point unclear to me. Is it allowed to >> call removeNo

Re: 1.0.0 subprojects release candidates

2007-07-13 Thread Carsten Ziegeler
If we want to vote on something, we have to vote on the tarball. That's the only thing that counts in terms of distributions/releases. This also means, if these release are meant to be the final 1.0.0 release, the archive we vote on has really to be 1.0.0. With the consequence that if the vote sho

[jira] Created: (FELIX-327) Bugs in used filter syntax

2007-07-13 Thread Bart Elen (JIRA)
Bugs in used filter syntax -- Key: FELIX-327 URL: https://issues.apache.org/jira/browse/FELIX-327 Project: Felix Issue Type: Bug Components: Bundle Repository (OBR) Affects Versions: 1.0.0 Re