Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-25 Thread Karl Pauls
+1 regards, Karl On Thu, Aug 25, 2016 at 7:31 AM, Carsten Ziegeler wrote: > I would like to call a vote on the following subproject releases: > > Http SSLFilter 1.2.0 (1 issue solved) > https://issues.apache.org/jira/browse/FELIX-5309 > > > > Staging repositories: > https://repository.apache.o

Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-25 Thread Raymond Auge
+1 (non-binding) On Thu, Aug 25, 2016 at 3:47 AM, Pierre De Rop wrote: > Hi, > > +1 > > regards; > /Pierre > > On Thu, Aug 25, 2016 at 8:43 AM, David Bosschaert < > david.bosscha...@gmail.com> wrote: > > > +1 > > > > David > > > > On 25 August 2016 at 07:31, Carsten Ziegeler > wrote: > > > > >

RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
> In your case it looks like the API is needed on the outside of the OSGi > Framework, because it’s on the classpath of the webapp. This means you have > to export it from the system bundle by setting the > org.osgi.framework.system.packages.extra property. If you do this you can > remove the copy

Re: LinkageError, but why?

2016-08-25 Thread Neil Bartlett
> On 25 Aug 2016, at 10:40, Remo Liechti wrote: > > >> Unless I have misunderstood you, that sounds like two places from which the >> type is loaded: the lib folder of the web application (i.e. the application >> classpath >> on which the OSGi Framework), and a bundle. That’s almost certainly

RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
> Unless I have misunderstood you, that sounds like two places from which the > type is loaded: the lib folder of the web application (i.e. the application > classpath > on which the OSGi Framework), and a bundle. That’s almost certainly the source > of the conflict. Yes, you are right. The Clas

Re: [Converter] Map -> Object with generics

2016-08-25 Thread David Leangen
Hi! After some experimentation, I think I may have found a way to make this work. It would require one update to the code, though, as I describe further below. The trick for me was to create a subclass of TypeReference at runtime using known information like so: TypeReference> tr = ne

[jira] [Commented] (FELIX-5333) Saving the Web Console configuration makes the Console unaccessible

2016-08-25 Thread Niels Schroeter (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436451#comment-15436451 ] Niels Schroeter commented on FELIX-5333: No, there are no errors in the logs, exce

Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-25 Thread Pierre De Rop
Hi, +1 regards; /Pierre On Thu, Aug 25, 2016 at 8:43 AM, David Bosschaert < david.bosscha...@gmail.com> wrote: > +1 > > David > > On 25 August 2016 at 07:31, Carsten Ziegeler wrote: > > > I would like to call a vote on the following subproject releases: > > > > Http SSLFilter 1.2.0 (1 issue so

Re: LinkageError, but why?

2016-08-25 Thread Neil Bartlett
> On 25 Aug 2016, at 08:09, Remo Liechti wrote: > > Hi Neil > > Thanks for answering. The point is I can make limited changes to the existing > application only. > Basically I created my own main bundle activator that registers the services > again that previously were created using regular o

RE: LinkageError, but why?

2016-08-25 Thread Remo Liechti
Hi Neil Thanks for answering. The point is I can make limited changes to the existing application only. Basically I created my own main bundle activator that registers the services again that previously were created using regular osgi. What the activator is doing: - Configure bundles using the