/* 446 */ ClassName actionStoreType = new ClassName(arjPropertyManager.propertyManager.getProperty("com.arjuna.ats.arjuna.coordinator.actionStore", ArjunaNames.Implementation_ObjectStore_defaultActionStore().stringForm()));
/* */
/* 449 */ ObjectStore imple = new ObjectStore(actionStoreType, root);
/* 450 */ InputObjectState types = new InputObjectState();
/* */
/* 452 */ if (imple.allTypes(types))
/* */ {
/* 454 */ String fullPathName = null;
/* 455 */ boolean found = false;
/* */ try
/* */ {