DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42989>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42989 Summary: Allow usage of lenya properties in notifier.xconf Product: Lenya Version: Trunk Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This patch allows the usage of lenya properties in attributes of the smtp node of notifier.xconf: <smtp host="${smtphost}" username="${username}" password="${password}" /> This file is used by the EmailNotifier. Properties are resolved from all property files that are handled by PropertiesModule (lenya.properties.xml). This way you don't have to patch these values in cocoon.xconf during deployment anymore. This patch is meant to be a proposal. It works for me, but there might most likely exist better implementations; especially concerning the avalon stuff, about which I don't have a clue :-). Or maybe this can be generalized to work with other modules (like contactform), too... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
