You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by "Thomas Vandahl (JIRA)" <ji...@apache.org> on 2009/01/06 22:03:44 UTC

[jira] Closed: (TRB-27) Turbine 2.3.2 compatible Service to use YAAFI instead of the AvalonComponentService

     [ https://issues.apache.org/jira/browse/TRB-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Vandahl closed TRB-27.
-----------------------------


Fix is in 2.3.3-release

> Turbine 2.3.2 compatible Service to use YAAFI instead of the AvalonComponentService
> -----------------------------------------------------------------------------------
>
>                 Key: TRB-27
>                 URL: https://issues.apache.org/jira/browse/TRB-27
>             Project: Turbine
>          Issue Type: Improvement
>          Components: Fulcrum
>    Affects Versions: Core 2.3.2
>            Reporter: Thomas Vandahl
>            Assignee: Scott Eade
>             Fix For: Core 2.3.3
>
>         Attachments: ACSYaafiComponentService.java
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.