Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-2394

Provide error validation to ensure component id cannot be similar to the component definition id

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 10.3.0.AM2, 10.3.0
    • None
    • None

    Description

      Unless Camel find a way to get rid of this limitation, the tooling need to be provide a validation on ids:

      invalid use case:

      <from id="myId" uri="myId:XXX"/>

      valid usecase (even if I'm not sure to understand why this one is more valid):

      <from id="myId1" uri="myId2:XXX"/>
      <from id="myId2" uri="whatever:XXX"/>

      more complex invalid usecase with "cyclic dependency seems possible. the best would be to have an API in Camel providing the validation (and will be a very nice candidate for LSP Camel validation ^^)

      Attachments

        Issue Links

          Activity

            People

              apupier@redhat.com Aurélien Pupier
              apupier@redhat.com Aurélien Pupier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: