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=33075>. 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=33075 Summary: [chain] Nesting XML chains by reference Product: Commons Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: chain AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'd like to be able to refer to a long XML-defined chain within another XML-defined chain, with a single line of code. For instance: <chains> <chain name="SomeChain"> ... </chain> <chain name="AnotherChain"> ... <---execute the chain "SomeChain" here in a single line---> ... </chain> </chains> I would prefer this over calling "SomeChain" from within a special hardcoded class "CallSomeChain" (which would do nothing but execute "SomeChain"). Is it already possible to do this? Is this a feature other people would use if it was implemented? -- 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]
