Hey all,

I just tried upgrading my log4j version that Scarab uses because I need to
use a NullAppender which was added after 1.1.x and I got this exception:

java.lang.NoSuchMethodError
        at org.apache.turbine.Log.init(Log.java:111)
        at org.apache.turbine.Turbine.configure(Turbine.java:592)
        at org.apache.turbine.Turbine.init(Turbine.java:182)
        at org.apache.turbine.TurbineConfig.init(TurbineConfig.java:177)

        Enumeration e =
            Category.getDefaultHierarchy().getCurrentCategories();

Looks like the Category class has been turned into the Logging class...so, I
guess my question is whether or not we should make the effort to switch
Turbine to the commons-logging stuff or upgrade Log4J?

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to