You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Ashley (JIRA)" <sc...@ws.apache.org> on 2011/06/18 13:47:47 UTC

[jira] [Created] (SCOUT-113) Overview URL Incoreectly displayed

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

        

[jira] [Commented] (SCOUT-113) Overview URL Incoreectly displayed

Posted by "Ashley (JIRA)" <sc...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/SCOUT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051545#comment-13051545 ] 

Ashley commented on SCOUT-113:
------------------------------

Thanks Kurt...Sincerely appreciate the quick response....

> 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
>              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

        

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

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

        

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

Posted by "Ashley (JIRA)" <sc...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/SCOUT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061024#comment-13061024 ] 

Ashley commented on SCOUT-113:
------------------------------

Hi Kurt ...any update on when release 1.2.3 is will be released?

> 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

        

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

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

Kurt T Stam closed SCOUT-113.
-----------------------------

    Resolution: Fixed

> 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

        

[jira] [Reopened] (SCOUT-113) Overview URL Incoreectly displayed

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

Kurt T Stam reopened SCOUT-113:
-------------------------------


> 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
>              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