Naveen, This simply means that you must not have your test case classes in the same class loader as the cactus framework jar. Make sure you follow the packaging recommendation http://jakarta.apache.org/cactus/integration/howto_classpath.html and everything should work.
Make sure that you have NO Cactus jar leftover on the system classpath or anywhere else than in your WEB-INF/lib directory. -Vincent > -----Original Message----- > From: naveen punjabi [mailto:[EMAIL PROTECTED] > Sent: 11 July 2003 02:03 > To: Cactus Users List > Cc: 'Cactus Users List' > Subject: Re: RE: Cactus - IBM WPS Support Query > > Hi Vincent, > > Thanks for the reply. I am currently trying to run cactus on WPS 4.2 and > it is throwing ClassNotFound Exception on the name of the TestCase class > eg. if XXXTestCase is the class that contains the test cases then it give > exception > "ClassNotFound: (packagename).XXXTestCase". I guess this issue is in some > way related to the Class Loader utility is Cactus framework? Does cactus > have a different way of loading classes and if so how can i make my > XXXTestCase class available to the framework in this scenario. > > Thanks & Regards, > > Naveen Punjabi K. > Computer Science. > University Of Southern California. > > ----- Original Message ----- > From: Vincent Massol <[EMAIL PROTECTED]> > Date: Thursday, July 10, 2003 1:11 pm > Subject: RE: Cactus Support Query > > > Hi Naveen, > > > > Cactus can run with any container that supports the Servlet/JSP API. I > > believe this is the case of IBM WPS. However, Cactus does not currently > > provide the startup/shutdown scripts for WPS. You'll have to write these > > if you wish to automate the execution of Cactus tests. > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: naveen punjabi [EMAIL PROTECTED] > > > Sent: 07 July 2003 23:28 > > > To: [EMAIL PROTECTED] > > > Subject: Cactus Support Query > > > > > > Hi all, > > > > > > I would like to know if there is any way in which cactus can be run > > with > > > IBM WebSphere portal server? If not then, is there any other portal > > server > > > with which Cactus is compatible with? If any of these things is > > possible, > > > please provide me the details as well. > > > > > > Thanks & Regards, > > > > > > Naveen Punjabi K. > > > Computer Science. > > > University Of Southern California. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
