Re: [pax-web] jetty connection statistics in karaf?

2017-08-29 Thread nino martinez wael
Good morning Achim Thanks, it did work, you made my life a better place to be.. I tried a lot of variants but not your particular one.. regards Nino On Wednesday, August 30, 2017 at 6:19:34 AM UTC+2, Achim Nierbeck wrote: > > Hi, > > did you try to follow the description on > >

Re: PaxWeb: Jetty and GZipHandler

2017-08-29 Thread 'Achim Nierbeck' via OPS4J
Hi, if this is an issue for you please file a bug in our Jira. Thanks, Achim 2017-08-10 7:44 GMT+02:00 Eric Lessard : > Any update on this or work around available? We're running into a similar > problem and are looking at options to compress our static content. > >

Re: [paxweb] Update of Tomcat version

2017-08-29 Thread 'Achim Nierbeck' via OPS4J
Hi Stephan, Technically you are correct. Create the pax-tipi projects, a release is needed at lease the moment we release the pax-web project referencing that version. So you could also reference some snapshot versions from pax-web. Regarding Jira tasks, yes it's common to create a Jira task in

Re: Pax exam. Proposal to allow catch Exception in checkstyle rules

2017-08-29 Thread laeubi.mobile via OPS4J
I think it is bad style to catch (checked) Exceptions and wrap them into Runtime just for "not having to catch them". If the API forbidds throwing cached exceptions there is of course o other way, but even there there a global "catch all exceptions" should be decided with care, it is almost

Re: gave up waiting for service org.ops4j.pax.exam.ProbeInvokerFactory

2017-08-29 Thread laeubi.mobile via OPS4J
This can happen when your test-container is under stress e.g init several things after startup. You can define a system-property 'pax.exam.service.timeout' with a value of e.g. 3 to wait longer. using systemProperty() option. Am Sonntag, 27. August 2017 17:17:08 UTC+2 schrieb Martin

Re: Setup database structure before bundle under test is started with pax exam + karaf

2017-08-29 Thread laeubi.mobile via OPS4J
You should provide a little more info about your setup, e.g. "working" vs "not working" configs, how you run the camel bundle (bluprint? spring? Routebuilders?) I assume you want to test the route itself not the pax-jdbc setup, then you should configure your datasource that way that it can

Re: [pax-web] jetty connection statistics in karaf?

2017-08-29 Thread nino martinez wael
I tried adding this: but that just breaks everything, webconsole or my applications does not startup.. I do get the nice view of stats in jmx.. On Tue, Aug 29, 2017 at 1:56 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Hi > > How am I able to add this

[pax-web] jetty connection statistics in karaf?

2017-08-29 Thread nino martinez wael
Hi How am I able to add this http://www.eclipse.org/jetty/documentation/9.4.6.v20170531/statistics-handler.html to all handlers.. In my project we are both using https and http, and I want to know the basic information such as number of requests et. I've gotten so far that I can see that I