assertNotNull( acrossFactory.getSingleton( AcrossContextInfo.BEAN ) );
assertNotNull( moduleOneFactory.getSingleton( "myBean" ) );
assertNotNull( moduleTwoFactory.getSingleton( "myBean" ) );
assertNotSame( moduleOneFactory.getSingleton( "myBean" ), moduleTwoFactory.getSingleton( "myBean" ) );
across.shutdown();
assertFalse( acrossApplicationContext.isActive() );
assertNull( acrossFactory.getSingleton( AcrossContextInfo.BEAN ) );
assertNull( moduleOneFactory.getSingleton( "myBean" ) );
assertNull( moduleTwoFactory.getSingleton( "myBean" ) );