Hi Maxim, You're not supposed to call your test through the browser with the URL you've mentionned. All Cactus tests are Junit tests and as such *MUST* be run through a Junit Test Runner. Please read http://jakarta.apache.org/cactus/howto_runner.html
BTW, the reason nothing happens is because you're using the internal RUN_TEST redirector service which is meant to do nothing (it is simply used to verify the servlet redirector is working properly - which is apparently true in your case as nothing happens - the expected behaviour). Cheers, -Vincent PS: I'm also using WL 6.1 (SP2 and 3) and I'm successfully doing what you describe. > -----Original Message----- > From: Maxim Schelest [mailto:[EMAIL PROTECTED]] > Sent: 26 August 2002 13:31 > To: [EMAIL PROTECTED] > Subject: EJB testing problem. > > > Hi, > I'm trying to test my session ejb with local interfaces on > WebLogic 6.1 SP 2. I followed the steps described in EJB > Howto->J2EE RI tutorial. I tried to call ServletRedirector > through the browser using URL > "http://127.0.0.1:7304/testapp/ServletRedirector?Cactus_Servic e=RUN_TEST&suite=com.TestMyBean". According to the logs the servlet was invoked, it extracted the request parameters (class name and service name) and that's all. It does nothing. It returns nothing and my classes are not invoked at all! I'm using Cactus 1.4 for j2ee 1.3. Best regards, Maxim. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
