",J2EEServer=" + j2eeServerName +
",J2EEApplication=" + j2eeApplicationName +
",ResourceAdapterModule=" + j2eeModuleName);
Map activationSpecInfoMap = (Map) kernel.getAttribute(resourceAdapter, "activationSpecInfoMap");
assertEquals(1, activationSpecInfoMap.size());
ActivationSpecInfo activationSpecInfo = (ActivationSpecInfo) activationSpecInfoMap.get("org.apache.geronimo.connector.mock.MockActivationSpec");
assertNotNull(activationSpecInfo);
GBeanInfo activationSpecGBeanInfo = activationSpecInfo.getActivationSpecGBeanInfo();
List attributes = activationSpecGBeanInfo.getPersistentAttributes();
assertEquals(3, attributes.size());
//startRecursive can only be invoked if GBean is stopped.
kernel.stopGBean(objectName);