Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread David Jencks
I'd like to be a part of this TLP. many thanks david jencks On May 27, 2010, at 10:40 PM, Guillaume Nodet wrote: It seems there is a consensus to move Karaf as a TLP, at least amongst people involved in Karaf (the other felix committers haven't really expressed any opinion). I think the

Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread Alex Karasulu
Likewise I'd also like to participate and agree that this is the right direction for Karaf. Count me in. Regards, Alex Karasulu On Fri, May 28, 2010 at 9:37 AM, David Jencks david_jen...@yahoo.comwrote: I'd like to be a part of this TLP. many thanks david jencks On May 27, 2010, at 10:40

Re: File install 3.0.0 - avoiding property substitution

2010-05-28 Thread Bengt Rodehav
Hello Guillaume, Thanks for your reply. However, if I escape the string the way you describe, then the backslash will remain in the string. The result will be: file://inbox?move=backup/$\{date:now:yyyMMdd\}/$\{file:name\} What I want is:

[jira] Updated: (FELIX-2344) DM / callback method is not invoked when an extra dependency is defined within an init component method.

2010-05-28 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop updated FELIX-2344: - Attachment: FELIX2344_ExtraDependencyWithCallbackTest.java Marcel, The last commit seems to

[jira] Created: (FELIX-2366) Avoiding property substitution by escaping does not remove escape character

2010-05-28 Thread Bengt Rodehav (JIRA)
Avoiding property substitution by escaping does not remove escape character --- Key: FELIX-2366 URL: https://issues.apache.org/jira/browse/FELIX-2366 Project: Felix

Re: File install 3.0.0 - avoiding property substitution

2010-05-28 Thread Bengt Rodehav
JIRA is raised: https://issues.apache.org/jira/browse/FELIX-2366 I tried your workaround and it works. Thanks. BTW, when looking at the source code I find something a bit fishy. The loop that tries to find the DELIM_START looks like this: // Find the matching starting ${ variable

[jira] Resolved: (FELIX-2366) Avoiding property substitution by escaping does not remove escape character

2010-05-28 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved FELIX-2366. Assignee: Guillaume Nodet Fix Version/s: fileinstall-3.1.0 Resolution:

Re: Error with UPnP Base driver

2010-05-28 Thread Stefano Lenzi
On 27/05/2010 14.47, charbel el_kaed wrote: Hi Stefano, This is the wiring I had: === start 4 ... DEBUG: WIRE: 4.0 - javax.xml.parsers - 0 DEBUG: WIRE: 4.0 - org.w3c.dom - 20.0 DEBUG: WIRE: 4.0 - org.xml.sax - 22.0 I believe that the problem is

Re: File install 3.0.0 - avoiding property substitution

2010-05-28 Thread Bengt Rodehav
Yeah, that makes more sense. 2010/5/28 Guillaume Nodet gno...@gmail.com I think the loop is correct, even though very weird. I guess it should read as: if (stopDelim = 0) { while (true) { ... } } On Fri, May 28, 2010 at 11:01, Bengt Rodehav be...@rodehav.com wrote:

Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread Jamie G.
+1 I'm on board :) Cheers, Jamie On Fri, May 28, 2010 at 4:34 AM, Alex Karasulu akaras...@apache.org wrote: Likewise I'd also like to participate and agree that this is the right direction for Karaf. Count me in. Regards, Alex Karasulu On Fri, May 28, 2010 at 9:37 AM, David Jencks

Re: Framework release coming soon

2010-05-28 Thread Richard S. Hall
On 5/28/10 1:46, Rob Walker wrote: Nice one, will look forward to giving it a try in our environment. We're working on a reasonably up to date trunk, so I wouldn't foresee any major issues The sooner the better, since we are planning on releasing this weekend...if not, there are always

Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread Richard S. Hall
Question: Is a formal vote necessary to start this process or is our informal consensus enough? - richard On 5/28/10 1:40, Guillaume Nodet wrote: It seems there is a consensus to move Karaf as a TLP, at least amongst people involved in Karaf (the other felix committers haven't really

[jira] Created: (FELIX-2367) [Gogo] Use org.apache.felix namespace to avoid any perceived legal issues

2010-05-28 Thread Richard S. Hall (JIRA)
[Gogo] Use org.apache.felix namespace to avoid any perceived legal issues - Key: FELIX-2367 URL: https://issues.apache.org/jira/browse/FELIX-2367 Project: Felix Issue

Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread Richard S. Hall
On 5/28/10 10:16, Guillaume Nodet wrote: I think the Felix PMC needs to vote on the resolution that would be proposed to the board, at least that's what happened in the few subproject to tlp moved i've been involved in. However, i'd like to have the proposed resolution agreed on before starting

[jira] Resolved: (FELIX-2337) [gogo] no way to access array[] elements produced by assignment

2010-05-28 Thread Derek Baum (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Baum resolved FELIX-2337. --- Resolution: Fixed This has been fixed by not automatically converting return values that are

Re: Framework release coming soon

2010-05-28 Thread Derek Baum
This solution seems to work OK. I've just committed it as the fix for FELIX-2337. Derek On 28 May 2010 12:59, Derek Baum derek.b...@paremus.com wrote: yes. Currently gogo converts any array result into a list (Closure.java:228): if (last.result instanceof Object[]) {

Re: Framework release coming soon

2010-05-28 Thread Richard S. Hall
On 5/27/10 20:25, Guillaume Nodet wrote: FWIW, I've just made a few commits to the framework resolver. The three first commits are actually just code cleanup (missing generics annotations, removing various warnings). The last one makes the resolver slightly more generic but does not change

Re: Framework release coming soon

2010-05-28 Thread Richard S. Hall
On 5/28/10 10:35, Derek Baum wrote: This solution seems to work OK. I've just committed it as the fix for FELIX-2337. Great, thanks! - richard Derek On 28 May 2010 12:59, Derek Baumderek.b...@paremus.com wrote: yes. Currently gogo converts any array result into a list

[jira] Closed: (FELIX-2367) [Gogo] Use org.apache.felix namespace to avoid any perceived legal issues

2010-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2367. -- Resolution: Fixed Packages have been renamed to avoid issues associated with using the

Re: [DISCUSS] Move Karaf as a TLP

2010-05-28 Thread Jarek Gawor
I would like to be involved with this TLP as well. Thanks, Jarek On Friday, May 28, 2010, Guillaume Nodet gno...@gmail.com wrote: It seems there is a consensus to move Karaf as a TLP, at least amongst people involved in Karaf (the other felix committers haven't really expressed any opinion).

[jira] Closed: (FELIX-2035) Reimplement framework resolver

2010-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2035. -- Resolution: Fixed Closing this in preparation for the 3.0. Any future resolver issues should

[jira] Closed: (FELIX-2036) Improve resolver's generic capability/requirement model

2010-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2036. -- Resolution: Fixed Closing this in preparation for the 3.0. Any future resolver issues should

[jira] Closed: (FELIX-2037) Improve resolver performance by making solution space searching smarter

2010-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2037. -- Resolution: Fixed Closing this in preparation for the 3.0. Any future resolver issues should

[jira] Created: (FELIX-2368) Activate components synchronously

2010-05-28 Thread Felix Meschberger (JIRA)
Activate components synchronously - Key: FELIX-2368 URL: https://issues.apache.org/jira/browse/FELIX-2368 Project: Felix Issue Type: Improvement Components: Declarative Services (SCR) Affects

[jira] Updated: (FELIX-2150) URLStreamHandlerProxy.setURL may not set query component correctly

2010-05-28 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-2150: -- Fix Version/s: framework-3.0.0 Affects Version/s: framework-2.0.5 Include this in 3.0

[jira] Resolved: (FELIX-2150) URLStreamHandlerProxy.setURL may not set query component correctly

2010-05-28 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-2150. --- Resolution: Fixed I changed it to use the correct super method. Thanks.

[jira] Resolved: (FELIX-2356) extension bundle cannot load class from embed jar

2010-05-28 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-2356. --- Resolution: Fixed Fixed in trunk. This will be part of the upcomming 3.0 release. Thanks.

[jira] Commented: (FELIX-2356) extension bundle cannot load class from embed jar

2010-05-28 Thread Xu Hui Sheng (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873216#action_12873216 ] Xu Hui Sheng commented on FELIX-2356: - Thank you very much. Where could I get the