Re: PaxWeb: Undertow and async filter/servlet

2017-06-28 Thread 'Achim Nierbeck' via OPS4J
Hi, sounds like you found a bug. Care for opening a jira issue for that? In case you don't have a Jira account yet, let me know so I can enable that for you :) regards, Achim 2017-06-28 10:20 GMT+02:00 Jérémie Brébec : > Hi, > > I have an application using Karaf

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread 'Christoph Läubrich' via OPS4J
Yep, I'll see if i can bulid a snapshot version to test with wicket 8, but first must sort out the strange karaf test failure, do you think you can take a look at those tests also? Am 21.06.2017 07:15, schrieb nino martinez wael: Hi Christoph Looks like WICKET-6402 already are resolved?

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread nino martinez wael
Hmm seems I do not have any issues with tests on karaf.. What was the problem specifically? On Wed, Jun 28, 2017 at 12:34 PM, 'Christoph Läubrich' via OPS4J < ops4j@googlegroups.com> wrote: > Yep, I'll see if i can bulid a snapshot version to test with wicket 8, but > first must sort out the

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread nino martinez wael
yes I am on 3.1.x On Wed, Jun 28, 2017 at 3:16 PM, 'Christoph Läubrich' via OPS4J < ops4j@googlegroups.com> wrote: > Have you checked out the branch v3.1.x? For me it fails the karaf test > with a 401 (Unauthorized) for some reason .-( > > Am 28.06.2017 15:11, schrieb nino martinez wael: > > Hmm

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread nino martinez wael
just made a single commit.. On Wed, Jun 28, 2017 at 3:21 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > yes I am on 3.1.x > > On Wed, Jun 28, 2017 at 3:16 PM, 'Christoph Läubrich' via OPS4J < > ops4j@googlegroups.com> wrote: > >> Have you checked out the branch v3.1.x? For me it

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread 'Christoph Läubrich' via OPS4J
Didn't know we have an example/test for it :-D I'll take a look on this on friday... Am 28.06.2017 15:19, schrieb nino martinez wael: I do have an problem on: http://localhost:8181/blueprint/wiquery/ Wiquery seems to be discontinued. And it only supports wicket 7.. Maybe we should abandon

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread nino martinez wael
I do have an problem on: http://localhost:8181/blueprint/wiquery/ Wiquery seems to be discontinued. And it only supports wicket 7.. Maybe we should abandon support for it.? On Wed, Jun 28, 2017 at 12:34 PM, 'Christoph Läubrich' via OPS4J < ops4j@googlegroups.com> wrote: > Yep, I'll see if i

jersey-common not resolving javax.annotation even if it is already up

2017-06-28 Thread Umesh Rajani
I'm running junit test for REST API in web-pax, heret I'm facing very strange behaviour I don't know why this dependency not getting resolved. Please have a look in exception: rg.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle

PaxWeb: Undertow and async filter/servlet

2017-06-28 Thread Jérémie Brébec
Hi, I have an application using Karaf 4.1.1, PaxWeb and the jetty provider. For testing purpose, I am trying the new undertow provider of pax web 6 : Most of my application seems to work, exception for my notification servlet, using the Servlet3 "startAsync" API. Undertow fails with this