[daemon] How to daemonize a Java app that has a private default constructor

2015-07-27 Thread Bill Durant
Greetings: I have Java application that has a private default constructor in order to support the singleton pattern. When I try to daemonize the application with jsvc, I get the following exception: java.lang.IllegalAccessException: Class org.apache.commons.daemon.support.DaemonLoader can

Re: [math] No User Guide for new Optimization methods

2015-07-27 Thread Luc Maisonobe
Hi Nigel, Le 24/07/2015 21:14, Nigel R Murray a écrit : > For those of us who have projects dependent on the deprecated Optimization > methods (using Jacobians for differentiable functions), would someone > consider updating the User Guide to give optimization examples using the > new methods? I

can I configure apache pipeline in java?

2015-07-27 Thread Dean Hiller
ie. I would like to configure it like we configure our guice apps as we have to do a full deploy anyways(for testing) and it is more self-documenting especially when it comes to branches. the xml does not give us any benefits and just a bit more indirection that would be nice to do away with. tha

Re: [dbcp] Abandon Connection - not Logging in standalone

2015-07-27 Thread Bernd
Hi Phil, ah great, I can confirm that it is logging something if I add the auto flush: https://gist.github.com/ecki/345ee08ac97820972fe7#file-result-autoflush4s-txt (It even logs the active statements, so I guess it tries to kill them (but get blocked by my initial problem). What do you think do