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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed May 12 10:51:26 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBDS-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12530360#action_12530360 ] 

Viacheslav Kabanovich commented on JBDS-1197:
---------------------------------------------

Fixed in trunk and branch 3.1.x

> 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
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.1.0.beta1
>
>         Attachments: Patch1197.patch
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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