Sean, You need to add commons-httpclient.jar to the client side classpath of cactus (i.e. to your project classpath I guess).
-Vincent > -----Original Message----- > From: Sean Zhang [mailto:[EMAIL PROTECTED]] > Sent: 10 January 2002 23:19 > To: Cactus Users List > Subject: RE: Using Cactus to test EJB deployed to Weblogic6.1 > > Hi, Vincent, > > I followed the EJB Howto and IDE Howto. Now I have Jbuilder5 working with > Cactus and the sample EJB deployed to Weblogic. I ran the test in > Jbuilder > and have following error, > > There was 1 error: > 1) testConvert(ejbcactustest.ConverterTest) > java.lang.NoClassDefFoundError: > org/apache/commons/httpclient/NameValuePair > at > org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.ja va > :1 > 19) > at > org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java: 42 > 2) > at > org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:130) > at > org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:371) > at ejbcactustest.ConverterTest.main(ConverterTest.java:33) > > FAILURES!!! > Tests run: 1, Failures: 0, Errors: 1 > Can you help me to diagnose this? > > Thanks a lot, > > Sean > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 09, 2002 3:54 PM > To: 'Cactus Users List' > Subject: RE: Using Cactus to test EJB deployed to > Weblogic6.1 > > Sean, > > Yes, I am currently using WL 6.1 and Cactus on a project and > it works > fine. What do you want to know ? What issues are you > encountering ? > > -Vincent > > > -----Original Message----- > > From: Sean Zhang [mailto:[EMAIL PROTECTED]] > > Sent: 09 January 2002 21:30 > > To: Cactus Mailing List (E-mail) > > Subject: Using Cactus to test EJB deployed to Weblogic6.1 > > > > Hi, > > > > I researching Cactus for testing EJBs deployed to Weblogic > 6.1. > Anyone > > has > > done that successfully and can you share some of your > experience with > me? > > > > Thanks, > > > > Sean > > > > -- > > 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]> > > -- > 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]>
