WiKi documentation outdated ?

Asked by JakubM

I was going through documentation of ERMA related to Spring and found that some information there is possibly out of date.
For example:

<bean class="com.orbitz.monitoring.lib.MonitoringEngineManager" init-method="startup" destroy-method="shutdown">
  <constructor-arg ref="mpf"/>
</bean>

points to non existing class.

There is also no word on decomposers which are required to instantiate

com.orbitz.monitoring.api.MonitoringEngine

Cheers,
Jakub

Question information

Language:
English Edit question
Status:
Solved
For:
ERMA Edit question
Assignee:
No assignee Edit question
Solved by:
JakubM
Solved:
Last query:
Last reply:
Revision history for this message
Stephen Mullins (smullins7) said :
#1

Jakub,
That class recently got renamed and I neglected to update the wiki documentation. I've updated it now with the correct class name:
com.orbitz.monitoring.lib.BaseMonitoringEngineManager

This class can use a default decomposer if one is not specified. Hope this helps.
Thanks,
Steve

Revision history for this message
JakubM (jakub-matias) said :
#2

Steve,

I wrote my own MonitoringEngineManager in the mean time but switched to the class mentioned by you - that works great.

Thanks.

Jakub