Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Core 2.3.2
-
None
Description
I changed a few lines in the TurbineYaafiComponentService to make it run as a Drop-In replacement of the TurbineAvalonComponentService which is based on ECM. To use this, you just need to change the line
services.AvalonComponentService.classname=org.apache.turbine.services.avalon.TurbineAvalonComponentService
into
services.AvalonComponentService.classname=org.apache.turbine.services.yaafi.TurbineYaafiComponentService
and add
services.AvalonComponentService.containerConfiguration = /WEB-INF/conf/containerConfiguration.xml
to the TurbineResources.properties file.