You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/04/29 12:11:38 UTC

DO NOT REPLY [Bug 8614] New: - [PATCH] configurable component manager

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8614>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8614

[PATCH] configurable component manager

           Summary: [PATCH] configurable component manager
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: crafterm@fztig938.bank.dresdner.net


Hi All, attached is a patch which adds support for specifying which component
manager cocoon will use.

This allows one to use a custom component manager inside of cocoon. Any custom
component manager must extend from
org.apache.cocoon.components.CocoonComponentManager for compatibility reasons (a
check is made during runtime to ensure this is the case).

The component manager name to instantiate is specified inside the web.xml, by
default CocoonComponentManager is used.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org