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 "raflik (JIRA)" <sc...@ws.apache.org> on 2009/11/08 18:18:32 UTC

[jira] Created: (SCOUT-99) findOrganizations() returns organizations which contain only one name and/or description even if multiple names and/or descriptions were in the registry

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: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


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

Posted by "Rafal N (JIRA)" <sc...@ws.apache.org>.
     [ 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


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

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham closed SCOUT-99.
-------------------------------


> 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-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


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

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SCOUT-99 started by Tom Cunningham.

> 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-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


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

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ 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-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


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

Posted by "Kurt T Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated SCOUT-99:
-----------------------------

    Fix Version/s: 1.2.2

> 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
>             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-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


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

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ 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: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org