I tried to add the LogUtils call to set up the log4j shim in a @Before of a test.
The result is the failure I sent to cxf-user. Before my @Before runs, some other @Before runs and sets up the bus. At that time, I get the fatal lack-of-bundle exceptions. I have not yet figured out why a line of code that isn't called is causing a change in the behavior. Or, for that matter, how I'm supposed to make sure that I get the LogUtils calls in first. I think we really need a system property here.
