From: <am...@us...> - 2006-03-17 21:44:35
|
Revision: 86 Author: amooy Date: 2006-03-17 13:44:27 -0800 (Fri, 17 Mar 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=86&view=rev Log Message: ----------- I could not reproduce the reportd stacktrace so I reactivated xfire Modified Paths: -------------- trunk/sensor-console/src/web/WEB-INF/sensor-servlet.xml Modified: trunk/sensor-console/src/web/WEB-INF/sensor-servlet.xml =================================================================== --- trunk/sensor-console/src/web/WEB-INF/sensor-servlet.xml 2006-03-17 21:00:32 UTC (rev 85) +++ trunk/sensor-console/src/web/WEB-INF/sensor-servlet.xml 2006-03-17 21:44:27 UTC (rev 86) @@ -13,7 +13,7 @@ <property name="urlMap"> <map> <entry key="/timing/statistics.htm" value-ref="timerStatisticsController"/> - <!--entry key="/xfire/timerRuntime.xfire" value-ref="sensor.timerRuntime.xfire"/--> + <entry key="/xfire/timerRuntime.xfire" value-ref="sensor.timerRuntime.xfire"/> </map> </property> </bean> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |