Hi,
in smx4.2 i want to manage ODE 1.3.4 using karaf console. If I use this definition: ObjectName mbeanName = new ObjectName((String) "org.apache.servicemix:Type=Component,Name=OdeBpelEngine,SubType=Managem ent"); and I invoke: processInfoList = (ProcessInfoListDocument) mbsc.invoke(mbeanName, "listAllProcesses", null, null); I receive this error: org.apache.servicemix:Type=Component,Name=OdeBpelEngine,SubType=Manageme nt javax.management.InstanceNotFoundException: org.apache.servicemix:Type=Component,Name=OdeBpelEngine,SubType=Manageme nt Where can I found an example with the description of how to access the management bean and retrieve the process list? Thank you Massimiliano Andriotto