// We have to do this after we set the property, since the
// ProcessConf object is immutable.
ProcessConf proc = _store.getProcessConfiguration(pid);
if (proc == null)
throw new ProcessNotFoundException("ProcessNotFound:" + pid);
fillProcessInfo(pi, proc, new ProcessInfoCustomizer(ProcessInfoCustomizer.Item.PROPERTIES));
} catch (ManagementException me) {
throw me;