I tried placing the TestCase for unit testing EJB's in Weblogic server. Its working fine. but when i change the TestCase which is a java class and compile it then i have to restart the Weblogic Server. If not he is taking the Old class itself. How to load the TestCase dynamically. Am using JunitEE Servlet as TestRunner.