Re: felix-http to jetty 7

2012-06-03 Thread Rob Walker
Yep - I'd agree with Felix, if it works and takes us forward then go for it. I worked with Richard on the original HTTP service, and do some occasional mods/fixes to the newer felix-http one. So let me know if I can help out. We use the HTTP service in our app. Once I have my current R&D strea

Re: More DS concurrency problems

2012-06-03 Thread David Jencks
A colleague suggested using a read-write lock might work. I may not understand his proposal: I think he's suggesting a write lock around code that change the state and read lock around code that doesn't. I'm not sure how this would help. I think we'd need the write lock around the code that d

More DS concurrency problems

2012-06-03 Thread David Jencks
We found another DS deadlock with the current locking concurrency solution. When we start, B is registered (its dependencies are optional) but not yet created (it's delayed) Thread 1 creates and registers D so service registration and bind attempts propagate right to left << starting with D

[jira] [Commented] (FELIX-3524) SCR configuration-pid from compendium 4.3

2012-06-03 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288194#comment-13288194 ] Pierre De Rop commented on FELIX-3524: -- Hi Felix, I have committed an integration te

Re: [VOTE] Release Felix Configuration Admin version 1.4.0

2012-06-03 Thread Jamie G.
+1 (non-binding) cheers, Jamie On Fri, Jun 1, 2012 at 6:42 PM, Felix Meschberger wrote: > Hi, > > Am 01.06.2012 um 20:20 schrieb Richard S. Hall: > >> +1 >> >> Not that it matters too much to me, but don't we normally include a >> Maven source JAR in our releases? I don't see one here. > > Yes,

Re: [VOTE] Release Apache Felix Web Console 4.0.0 and plugins

2012-06-03 Thread Jamie G.
+1 (non-binding) Cheers, Jamie On Fri, Jun 1, 2012 at 5:10 PM, Felix Meschberger wrote: > Hi, > > Am 01.06.2012 um 20:33 schrieb Richard S. Hall: > >> +1 >> >> No changelog in OBR plugin. > > Right. I added it after cutting the release. > > Regards > Felix > >> >> -> richard >> >> On 6/1/12 11:4

Re: felix-http to jetty 7

2012-06-03 Thread Felix Meschberger
Hi, Originally Sten Roger Sandvik contributed the new HTTP Service implementation. Recently I did work in that area. But I am not constantly on. I suggest you go ahead and commit ... As long as you don't break anything, there should not be a big problem. Regards Felix Am 03.06.2012 um 11:25 s

felix-http to jetty 7

2012-06-03 Thread Xander Uiterlinden
All, A while ago I submitted a patch to JIRA issue https://issues.apache.org/jira/browse/FELIX-2292. I would really like this patch to be applied to the trunk. What would be the best way to get this done ? I do have comitter rights on the Felix project since I'm doing work on the dependency manage