You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Rafal N (JIRA)" <sc...@ws.apache.org> on 2009/11/18 22:48:39 UTC

[jira] Updated: (SCOUT-99) OrganizationS returned by findOrganizations() contain at most one name and description even if multiple names or descriptions are present

     [ https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal N updated SCOUT-99:
-------------------------

    Affects Version/s: 1.2
              Summary: OrganizationS returned by findOrganizations() contain at most one name and description even if multiple names or descriptions are present  (was: findOrganizations() returns organizations which contain only one name and/or description even if multiple names and/or descriptions were in the registry)

> OrganizationS returned by findOrganizations() contain at most one name and description even if multiple names or descriptions are present
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-99
>                 URL: https://issues.apache.org/jira/browse/SCOUT-99
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.1.1, 1.2
>            Reporter: Rafal N
>            Assignee: Kurt T Stam
>
> class ScoutUddiJaxrHelper ignores additional names/descriptions as it uses pieces of code like this:
> if (namesList.size()>0) n = namesList.get(0);
> if (descriptionList.size()>0) desc = descriptionList.get(0);
> Why doesn't it just copy the lists?? I need all the names and descriptions, not just an arbitrary one... Does this behaviour actually conform to the UDDI v2 spec?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org