DO NOT REPLY [Bug 50406] init() doesn't initialize connector any more

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50406 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50406] init() doesn't initialize connector any more

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50406 --- Comment #1 from Christopher Schultz 2010-12-03 10:40:44 EST --- How about adding a method: public void initAndStart() { init(); start(); } Commons-daemon can use that. Of course, this introduces an API incompatibility and users w