You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <sc...@ws.apache.org> on 2011/06/30 05:39:28 UTC

[jira] [Updated] (SCOUT-113) Overview URL Incorrectly displayed

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

Kurt T Stam updated SCOUT-113:
------------------------------

    Summary: Overview URL Incorrectly displayed   (was: Overview URL Incoreectly displayed )

> Overview URL Incorrectly displayed 
> -----------------------------------
>
>                 Key: SCOUT-113
>                 URL: https://issues.apache.org/jira/browse/SCOUT-113
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.2.2
>         Environment: Websphere App Server + DB2
>            Reporter: Ashley
>            Assignee: Kurt T Stam
>              Labels: scout
>             Fix For: 1.2.3
>
>
> Line 552 of  Socutuddiv3helper is alist.add(lifeCycleManager.createExternalLink(overviewDoc.getOverviewURL().toString(),descStr));
> While it should be alist.add(lifeCycleManager.createExternalLink(overviewDoc.getOverviewURL().getValue().toString(),descStr));
> this causes the overview url to be stored as an object in external link, which then causes the following lines to print a serialized sting instead of the URL					
> 	ExternalLink link = (ExternalLink) c.next();
>        wsdlLocation = link.getExternalURI();
> Kindly fix this as soon as possible....Thanks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira