}
public void testMDBDefaultRAName() throws Exception
{
TestStatusHome testHome = (TestStatusHome) new InitialContext().lookup("TestStatus");
TestStatus test = testHome.create();
Map<String, String> map = new HashMap<String, String>();
map.put("StandardMDB", "jms-ra.rar");
map.put("MDBTestMessageListener", "jcainflow.rar");
assertEquals(map, test.getResourceAdapterNames());
}