[ https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom Cunningham reassigned SCOUT-99: ----------------------------------- Assignee: Tom Cunningham (was: Kurt T Stam) > 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: scout-dev-unsubscr...@ws.apache.org For additional commands, e-mail: scout-dev-h...@ws.apache.org