Re: Examples of using Jersey with pax web whiteboard extender?

2018-06-28 Thread Tim Ward
Have you considered using the OSGi R7 JAX-RS whiteboard ? It will almost certainly be easier than trying to set up your own JAX-RS runtime, and it’s designed to make building modular rest applications really easy. It also native

Custom Lock is not working in Docker

2018-06-28 Thread imranrazakhan
I have developed SocketBased locking and this is working perfectly if i deploy karaf Non-Docker environment, but when i try this in docker its not showing anything. infact if i start in debug mode following line is not printing DEBUG | Karaf Lock Monitor Thread | Main

MAC proxy server configuration with authentication failing for remote repository

2018-06-28 Thread SAI3292
Hi I have configured proxy in MAC machine adding jvm parameter in karaf wrapper service. /wrapper.java.additional.11=-Dhttp.proxyHost=192.168.0.248 wrapper.java.additional.12=-Dhttp.proxyPort=8080 wrapper.java.additional.13=-Dhttp.proxyUser=user wrapper.java.additional.14=-Dhttp.proxyPassword=use