Hi, I had everything running then the application I am testing added commons-logging.jar on top of log4j-1.2.6.jar I get: java.lang.ClassCastException: org.apache.commons.logging.impl.LogFactoryImpl
I read that I should exclude the package from junit view, so I added to excluded.properties in junit-3.7.jar the following: excluded.6=org.apache.commons.logging.* excluded.7=org.apache.commons.logging.LogFactory.* I renamed the file to junit.jar and I replaced junit-3.7.jar everywhere: tomcat/common/lib tomcat-ant/lib application/lib I still get the same error!! What am I doing wrong, should I do something else? Thanks a lot in advance, marco -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
