Ok after battling with eclipse+maven quite a bit, I've got a patch now that fixes this bug for me. https://issues.apache.org/jira/secure/attachment/12485351/20110706_jira1366_multiple-clients.patch
Let me know if you need me to do anything else to get this in. == patch notes == patch against 3.2.x to fix this bug and 2 minor unrelated stuff * Change the one Options.get method to getClass because it is ambiguous otherwise which causes compiler errors. * copy stuff from trunk that fixes the problem (without introducing NamedModule) * Log4jLogStreamFactory.configureEmbedded used resource before checking if it is null. (found this while debugging) -- <>< Marius ><>
