[
https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Cunningham resolved SCOUT-99.
---------------------------------
Resolution: Fixed
Copy all of the localized strings and not just the first one.
> 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: Tom Cunningham
> Fix For: 1.2.2
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]