ctx = new FileSystemXmlApplicationContext( "/war/WEB-INF/rentaBikeApp-servlet.xml"); rental = (RentABike)ctx.getBean("rentabikeHttpProxy");
Bike b = rental.getBike(1); assertNotNull(b); //etc.