Hi, ServiceMix has the notion of pojo components, aside of the ones specified by the JBI spec (binding component and service engine).
The JBI management methods: ManagementContext.getBindingComponents() and ManagementContext.getServiceEngines() return not only the bcs and ses, but also (both) ServiceMix pojo's components. Since now ManagementContext has a specialized method to retrieve pojo components, I think will be useful to have the standard JBI methods (getBindingComponents() and getServiceEngines()) return only what their method name says. I filed a JIRA (http://jira.activemq.org/jira/browse/SM-325) and attached a patch. Regards, Simon -- http://bordet.blogspot.com
