findOrganizations() returns organizations which contain only one name and/or
description even if multiple names and/or descriptions were in the registry
--------------------------------------------------------------------------------------------------------------------------------------------------------
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
Reporter: raflik
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: [email protected]
For additional commands, e-mail: [email protected]