Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1197

JBDS 3.0 - ESB editor - does not recognize or flag as an error multiple elements incorrectly sharing a common name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.M1
    • 3.0.0.CR1
    • integration-platform
    • None

    Description

      For example, if the following jboss-esb.xml fragment is used, only the first "http" http-provider is displayed in the ESB editor - no error is displayed.

      <providers>
      <http-provider name="http">
      <http-bus busid="secureFriends">
      <!-- Only users in the "friend" role are allowed
      access via the "GET" method. Unspecified
      methods are not protected (i.e. are allowed)... -->
      <allowed-roles>
      <role name="friend" />
      </allowed-roles>
      <protected-methods>
      <method name="GET" />
      <method name="POST" />
      </protected-methods>
      </http-bus>

      <!-- Global exception mappings file... -->
      <exception mappingsFile="/http-exception-mappings.properties" />
      </http-provider>

      <http-provider name="http">
      <http-bus busid="insecureFriends">
      </http-bus>
      </http-provider>

      </providers>

      Attachments

        Activity

          People

            scabanovich Viacheslav Kabanovich (Inactive)
            ldimaggi@redhat.com Len DiMaggio
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: