You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/13 02:42:13 UTC

DO NOT REPLY [Bug 33075] New: - [chain] Nesting XML chains by reference

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: commons-dev@jakarta.apache.org
        ReportedBy: slough@gmail.com


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org