Re: ExtHttpService deprecated

2016-04-25 Thread Bram Pouwelse
Hi David, I don't know the osgi-jax-rs-connector you're using but based on the issues I'd think it's using the HttpService (or Felix Whiteboard implementation). In that case you need to add a servlet context select filter to you servlet to make it use the same servlet context as the jax-rs

Re: ExtHttpService deprecated

2016-04-25 Thread David Daniel
I seem to be bumping into a different problem. Similar to this https://github.com/hstaudacher/osgi-jax-rs-connector/issues/99 where an issue was opened here https://issues.apache.org/jira/browse/FELIX-4904 but is closed for the version that I am using. My filter is getting called when going to

Re: ExtHttpService deprecated

2016-04-25 Thread David Daniel
I found the issue. It was in the context name. It is working now. Thank you so much for pointing me in the right direction. On Mon, Apr 25, 2016 at 12:56 PM, David Daniel wrote: > I think I see the pertinent error message. > > [main] DEBUG

Re: ExtHttpService deprecated

2016-04-25 Thread David Daniel
I think I see the pertinent error message. [main] DEBUG org.apache.felix.http.jetty - Ignoring unmatched Filter service [javax.servlet.Filter] Is it because I try to pick up / on my filter pattern. On Mon, Apr 25, 2016 at 12:47 PM, David Daniel wrote: > Carsten, >

Re: ExtHttpService deprecated

2016-04-25 Thread David Daniel
Carsten, I tried to register as a whiteboard service for the filter like this final HazelcastSessionFilter sessionFilter = new HazelcastSessionFilter(); final Dictionary filter1Props = new Hashtable();

adaptTo() 2016 - CfP & Earlybird & Recap

2016-04-25 Thread Stefan Seifert
Quick update for the adaptTo() 2016 conference in Berlin: We decided to extend the Call for Papers deadline by 2 weeks (until 6th of May). http://adapt.to/cfp Also, the Earlybird offer (-20%) ends this Friday. http://adapt.to/tickets Feeling nostalgic? Check out our 2015 Recap.

Re: Space issues with Felix

2016-04-25 Thread Karl Pauls
Hi Rasmus, as long as you don't specify the "uninstall" action to felix.auto.deploy you should be able to delete the bundles from the bundle folder after they have been installed into the felix cache. The felix cache shouldn't be invalidated (unless you specific to clean it on framework start or

Space issues with Felix

2016-04-25 Thread Rasmus Nørby Jakobsen
Hi Felix Users We have a setup using felix.auto.deploy.dir with the Install and Start actions enabled. We use the default setup of keeping original bundles in the bundle folder and the installed version in felix-cache. We are approaching disk space issues due to having every jar twice and