Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5717

Allow use of Routebuilder in RouteContext in XML schema

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      Currently, the XML schema does not permit use of RouteBuilders in a RouteContext.

      This has been discussed on the mailing list: http://camel.465427.n5.nabble.com/RouteBuilder-not-allowed-in-RouteContext-why-td5721184.html

      The improvement would add camelContext's powerful feature of mixing Java DSL and XML based route declarations also to the routeContext.

      For illustration, the following XML does not validate since the camel:routeBuilder element is not allowed in a camel:routeContext:

      <camel:routeContext id="fooRouteContext">
          <camel:routeBuilder ref="fooRouteBuilder"/>
      </camel:routeContext>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rost Robert Stepanek
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: