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

Remove default assignment of value for id for every statement in the blueprint.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 10.3.0.AM3
    • None
    • JBoss Developer Studio 10.3 and lower versions

      By deafult the IDE assign an id for every statement in the blueprint.
      for e.g.
      <route id="_route1">
      <from id="_from1" uri="file:work/cbr/input"/>
      <setBody id="_setBody1">
      <simple><hello/></simple>
      </setBody>
      <to id="_to1" uri="file:work/cbr/output"/>
      </route>

      Even if we find the string using regular expression and remove the id, the IDE adds the defaults whenever the blueprint file is edited or opened.

      We want to disable the id assignment, since adding id to each element across blueprint does not help and makes the code unreadable.

      It is better to make it configurable instead of forcing addition of id's to each element.

              Unassigned Unassigned
              rhn-support-rakulkar Rajani Kulkarni (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: