Overview URL Incoreectly 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
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