Hi Marco, Which version of Cactus are you running? I seem to remember there was an issue with Cactus 1.4 that was fixed in 1.4.1 WRT to a commons logging class cast exception. Could that be it?
-Vincent > -----Original Message----- > From: Marco Barcella [mailto:[EMAIL PROTECTED]] > Sent: 11 October 2002 19:12 > To: Cactus Users List > Subject: java.lang.ClassCastException: > org.apache.commons.logging.impl.LogFactoryImpl: cannot fix it > > 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:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
