With the cumulative.patch on OPENEJB-601, we're getting triple log
messages sometimes. It doesn't happen on all categories.
I haven't looked, but I wonder if something like this is happening:
Class Foo asks for "OpenEJB.startup", we add an appender and cache
Class Bar asks for "OpenEJB.startup.validation", we add an appender
and cache
The end result is that there are two appenders, one on "validation"
directly and on inherited from "startup", and possibly a third
inherited from "OpenEJB"
But as I say, I haven't looked it just occurred to me based on the
fact that only some log messages repeat and some don't.
-David