← Back to team overview

erma-core team mailing list archive

Re: [Question #44131]: NullPointerException thrown when using TransactionMonitor

 

Question #44131 on ERMA changed:
https://answers.launchpad.net/erma/+question/44131

JakubM gave more information on the question:
When I switched to this:

	<bean id="routeToLog" class="com.orbitz.monitoring.lib.factory.ProcessGroup">
	  <description>
	    Routes all monitoring events to the log files for easy development testing of instrumentation
	  </description>
	  <constructor-arg ref="LogProcessor"/>
	</bean>

        <bean id="LogProcessor"
class="com.orbitz.monitoring.lib.processor.LoggingMonitorProcessor"/>

everything is fine.

In first case startup method of LoggingMonitorProcessor was not called.

Jakub

-- 
You received this question notification because you are a member of
Erma-core, which is an answer contact for ERMA.