Re: [pax-web-tomcat] tests and issues found

2017-03-17 Thread 'Achim Nierbeck' via OPS4J
Hi Guys, great work. Big Kudos to Stephan for picking up the Tomcat stuff and bringing us closer to a production Ready scenario with Tomcat. Thanx, Achim 2017-03-17 13:36 GMT+01:00 Marc Schlegel : > Stephan, since you're at the tests, I got one advice about the > Jetty-TestClient (in case you

Re: PAX Wicket 4

2017-03-17 Thread 'Achim Nierbeck' via OPS4J
Hmm ... something is off here, pax-web-api only exports org.osgi.service.http.runtime.dto [1] the error we do have is for org.osgi.dto.DTO The import is already available in the pax-web-api bundle. Do you have a R6 ready framework in your setup? regards, Achim [1] - https://github.com/ops4j/org

Re: [pax-web-tomcat] tests and issues found

2017-03-17 Thread Marc Schlegel
Stephan, since you're at the tests, I got one advice about the Jetty-TestClient (in case you havent found this yourself). If you set the debug-level to INFO or DEBUG, the TestClient will print all Responses to the console. This way it is much easier to compare the results or check for certain J

Re: [pax-web-tomcat] tests and issues found

2017-03-17 Thread Stephan Siano
Hi, to sum up the result: 1. Most of the adapted tests work as in Jetty (this means that they work if they work with Jetty or don't works if they do not work in Jetty (as the issue with PAXWEB-1078)). 2. There are actually two open issues that cause tests that run in Jetty to fail in Tomcat: P

Re: PAX Wicket 4

2017-03-17 Thread nino martinez wael
I have provisioned pax web https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/java/org/ops4j/pax/wicket/it/PaxWicketIntegrationTest.java#L98 I use the version 6.0.2 of org.ops4j.pax.web packages https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/jav

Re: PAX Wicket 4

2017-03-17 Thread Marc Schlegel
The DTO package is from osgi.cmpn, which is not supposed to be installed. The package is exported by pax-web-api [1] [1] https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-api/pom.xml#L69 Am Donnerstag

Re: PAX Wicket 4

2017-03-17 Thread 'Christoph Läubrich' via OPS4J
If a bundle require it: yes. It might be provided already by some felix bundle but for tests you normaly have to provide it. From the exception part you posted it either seems that pax-web is importing it dynamically and not correctly handle the case where it is not avaiable or does not import i