[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1197) JBDS 3.0 - ESB editor - does not recognize or flag as an error multiple elements incorrectly sharing a common name

Len DiMaggio (JIRA) jira-events at lists.jboss.org
Thu Apr 8 10:01:37 EDT 2010


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

                 Key: JBDS-1197
                 URL: https://jira.jboss.org/jira/browse/JBDS-1197
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
          Components: Error Reporting, SOA Platform
    Affects Versions: 3.0.0.CR1
         Environment: Version: 3.0.0.GA
Build id: v201003100055R
Build date: 201003100222
            Reporter: Len DiMaggio


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>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list