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_Service=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.


Reply via email to