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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]