*
* @throws Exception the test failed
*/
public void testAvalonIntoSpringIntegration() throws Exception
{
SpringFrameworkService service = (SpringFrameworkService) this.container.lookup("springFrameworkService");
AbstractApplicationContext ctx = service.getAbstractApplicationContext();
// ensure that the Avalon SystemPropertyService updated the system properties (so it was properly started)
assertTrue(System.getProperty("FOO").equals("BAR"));
CustomAvalonService customAvalonService;