Hi Naveen, Once more, are you sure you've followed what's written on http://jakarta.apache.org/cactus/integration/howto_classpath.html?
You need to read the full page, not just the server part; you also need to client side classpath correctly set up. Thanks -Vincent > -----Original Message----- > From: naveen punjabi [mailto:[EMAIL PROTECTED] > Sent: 11 July 2003 20:08 > To: Cactus Users List > Subject: Re: RE: RE: Cactus - IBM WPS Support Query > > Hi all, > > I am facing a very weird problem. Here is what is happening. > > 1. I run a JUnit test case in WPS..it works fine. > 2. But when i run a Servlet Test case in WPS, a JUnit Swing window pops up > (thats because i am calling the Swing class) and it shows an error on the > swing pop up window "Class Not Found: packageName.XXXTestCase". To > elaborate more on this it gives me this error. "No Test Cases Found. Check > that the configured "TestCollector" is supported on this platform" > Could any one tell me what does this error imply. I have placed all the > classes and the properties file in the WEB-INF directory. > > Please let me know anything about this. > > Thanks & Regards, > > Naveen Punjabi K. > Computer Science. > University Of Southern California. > > ----- Original Message ----- > From: Vincent Massol <[EMAIL PROTECTED]> > Date: Thursday, July 10, 2003 11:38 pm > Subject: RE: RE: Cactus - IBM WPS Support Query > > > 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 [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] > > > > > > > > > --------------------------------------------------------------------- > 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]
