Hi, I use cactus to test some EJBs with j2sdkee.1.3.1 it works well ( thanks cactus and junit :) with 1.2 release but i try to migrate to 1.3 ... and it doesn't work anymore
I add the aspectjrt.jar I change my cactus.properties to <<< cactus.contextURL = http://localhost:8000/cactus cactus.servletRedirectorName = ServletRedirector <<<< but It doesn't work anymore. the error is java.io.FileNotFoundException: http://localhost:8000/cactus/ServletRedirector?Cactus_TestMethod=testContextTestSequence1&Cactus_TestClass=test.CurrencyConverterEJBTestSuite.context.Context&Cactus_AutomaticSession=true&Cactus_Service=CALL_TEST but if i try http://localhost:8000/cactus/ServletRedirector in my browser I get a the following error <<<<<<<<<<<< J2EE SDK/1.3.1 - HTTP Status 503 - Servlet ServletRedirector is currently unavailable type Status report message Servlet ServletRedirector is currently unavailable description The requested service (Servlet ServletRedirector is currently unavailable) is not currently available. <<<<<<<<<<<<<< any idea ? I check the entire list of what's new in 1.3 on the Cactus web site but i find no more information about migration Is there an how to for migration ? Thanks for advance Florent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
