[PAX-EXAM] How to configure JaCoCo with multiple bundles iTest

2019-03-29 Thread Dutch Dude
Hi, This might not be the correct mailing list but I thought I give it a try since the pax-exam experts live here. Will crosspost in jaCoCo mailing list (if I can find one). I have an integration test bundle that itself doesn't contain any application code, just tests. The integration tests va

Re: Pax-Exam - J8 - How to include javax.activation on the classpath?

2019-01-17 Thread Dutch Dude
Please Ignore. The problem was in the bundle Imports. No need for systemPackages. Cheers, Dutch. On Thursday, January 17, 2019 at 8:59:11 PM UTC-5, Dutch Dude wrote: > > Hi, > > This seems like a simple problem, but I am banging my head agains the wall > for two days now and

Pax-Exam - J8 - How to include javax.activation on the classpath?

2019-01-17 Thread Dutch Dude
Hi, This seems like a simple problem, but I am banging my head agains the wall for two days now and I can't figure it out. I am trying to write an integration test with commons-email, which depends on javax.activation... systemPackages("javax.activation", "com.sun.*"), ... mavenBundle(

[pax-jdbc-1.1.0] Is this a bug in the connection pool? - Reproducible

2017-06-21 Thread Dutch Dude
All - This is a follow-up on: - [pax=jdbc-1.1.0] 65k DB connections with pool of 25. - [pax-jdbc] How to properly configure connection pool with mySQL Afte

[pax=jdbc-1.1.0] 65k DB connections with pool of 25.

2017-06-19 Thread Dutch Dude
All - I have been struggling with DB connection errors with PAX-JDBC for a while now, and I couldn't really get my mind around it. Just today I noticed something really bizar. On a Windows Server, PAX-JDBC (sometimes) ends up in a loop creating DB connections until the OS runs out of resources

[pax-jdbc] How to properly configure connection pool with mySQL

2017-06-13 Thread Dutch Dude
Hi, What is the proper way to configure a connection-pool with pax-jdbc-1.1.0? With the config below I would expect that the #connections grows to a peak, and stays there but I still see the DB connections being closed an re-created like crazy... eventually causing a resource issue on the (Win

Re: [pax-jdbc] mysql driver lockup

2017-05-24 Thread Dutch Dude
on, Erwin On Tuesday, May 23, 2017 at 9:06:23 AM UTC-4, Dutch Dude wrote: > > Hi - > > I am experiencing a driver lockup with pax-jdbc 1.1.0. It always seems to > happen when a new connection is being created (which, BTW shouldn’t happen > that often because I should be us

[pax-jdbc] mysql driver lockup

2017-05-23 Thread Dutch Dude
Hi - I am experiencing a driver lockup with pax-jdbc 1.1.0. It always seems to happen when a new connection is being created (which, BTW shouldn’t happen that often because I should be using a connection pool). It does’t happen all the time, but often enough to take the entire application down.

Re: Unable to configure pool size with dbcp2 and EL-2.6.2

2016-12-21 Thread Dutch Dude
On Tuesday, December 20, 2016 at 9:34:04 PM UTC-5, Dutch Dude wrote: > > Hi, > > I am sure I am doing something wrong, but I feel I am chasing my tail. > > Christian helped me out a while ago setting up a DataSource with mysql, > and that works perfectly. However, now I need to

Unable to configure pool size with dbcp2 and EL-2.6.2

2016-12-20 Thread Dutch Dude
Hi, I am sure I am doing something wrong, but I feel I am chasing my tail. Christian helped me out a while ago setting up a DataSource with mysql, and that works perfectly. However, now I need to increase the connection pool size but I can't figure it out. I tried a bunch of things, following t

Re: Pax Web-4.3.0 - Httpservice.unregister() fails for no obvious reason.

2016-11-23 Thread Dutch Dude
BTW... no custom contextMapping. Erwin On Wednesday, November 23, 2016 at 4:51:07 PM UTC-5, Dutch Dude wrote: > > Hi Achim, > > Are you sure you registered it via an alias? > Yup: > > resourceProvider = new ResourceProvider(); > > httpService.registerServlet

Re: Pax Web-4.3.0 - Httpservice.unregister() fails for no obvious reason.

2016-11-23 Thread Dutch Dude
n > Alias of "/" > > regards, Achim > > > 2016-11-23 15:49 GMT+01:00 Dutch Dude >: > >> Hi, >> >> I seem to have a problem with unregistering a servlet with Pax Web-4.3.0. >> Although the servlet is there, I get an exception when I try to unregister. &g

Pax Web-4.3.0 - Httpservice.unregister() fails for no obvious reason.

2016-11-23 Thread Dutch Dude
Hi, I seem to have a problem with unregistering a servlet with Pax Web-4.3.0. Although the servlet is there, I get an exception when I try to unregister. See below. Am I missing something? Thanks, Erwin >From karaf 'la' 134 | MyServlet | ServletModel-6 | Deployed|

Re: PAX-EXAM: How to get equinox 3.10 to listen on telnet port in a forked container?

2016-07-26 Thread Dutch Dude
Never mind... just needed to add the gogo bundles... Duh. Cheers, Erwin On Tuesday, July 26, 2016 at 8:39:36 AM UTC-4, Dutch Dude wrote: > > Hi, > > I have tried a million (or so it feels...) options, but I can't get the > framework to listen on a console port. Equinox

PAX-EXAM: How to get equinox 3.10 to listen on telnet port in a forked container?

2016-07-26 Thread Dutch Dude
Hi, I have tried a million (or so it feels...) options, but I can't get the framework to listen on a console port. Equinox wants something like '-console 2323' as application parameter but neither the vmOptions, systemOptions or frameworkOptions give me that format. I must be missing something