public void setUp() throws Exception
{
super.setUp();
// Start the local server
localServer = new LocalTestServer();
// Start all the services locally
localServer.start("all", true);
localServer.setAttribute(ServiceContainer.REMOTING_OBJECT_NAME, "LeasePeriod", "30000");