You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Sagara Gunathunga (JIRA)" <ji...@apache.org> on 2012/04/23 08:45:52 UTC

[jira] [Created] (AXIS2-5298) In JAX-WS EndpointReferenceFactory implemantaion wsdlDocumentLocation calculation logic does not cover possible variances.

Sagara Gunathunga  created AXIS2-5298:
-----------------------------------------

             Summary: In JAX-WS EndpointReferenceFactory  implemantaion wsdlDocumentLocation calculation logic does not cover possible variances. 
                 Key: AXIS2-5298
                 URL: https://issues.apache.org/jira/browse/AXIS2-5298
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
    Affects Versions: 1.6.1
            Reporter: Sagara Gunathunga 
            Assignee: Sagara Gunathunga 
             Fix For: 1.7.0, 1.6.3


JAX-WS Axis2EndpointReferenceFactoryImpl#createEndpointReference()  class does not cover all possible cases when calculating wsdlDocumentLocation. This will result into failures in jaxws-calculator sample. 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Commented] (AXIS2-5298) In JAX-WS EndpointReferenceFactory implemantaion wsdlDocumentLocation calculation logic does not cover possible variances.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259477#comment-13259477 ] 

Hudson commented on AXIS2-5298:
-------------------------------

Integrated in Axis2 #1382 (See [https://builds.apache.org/job/Axis2/1382/])
    Fixed - AXIS2-5298 , added a logic to cover the mentioned issue. (Revision 1329084)

     Result = SUCCESS
sagara : 
Files : 
* /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/addressing/factory/impl/Axis2EndpointReferenceFactoryImpl.java

                
> In JAX-WS EndpointReferenceFactory  implemantaion wsdlDocumentLocation calculation logic does not cover possible variances. 
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5298
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5298
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.1
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>             Fix For: 1.7.0, 1.6.3
>
>
> JAX-WS Axis2EndpointReferenceFactoryImpl#createEndpointReference()  class does not cover all possible cases when calculating wsdlDocumentLocation. This will result into failures in jaxws-calculator sample. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Resolved] (AXIS2-5298) In JAX-WS EndpointReferenceFactory implemantaion wsdlDocumentLocation calculation logic does not cover possible variances.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  resolved AXIS2-5298.
---------------------------------------

    Resolution: Fixed

Fixed in r1329084. 
                
> In JAX-WS EndpointReferenceFactory  implemantaion wsdlDocumentLocation calculation logic does not cover possible variances. 
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5298
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5298
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.1
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>             Fix For: 1.7.0, 1.6.3
>
>
> JAX-WS Axis2EndpointReferenceFactoryImpl#createEndpointReference()  class does not cover all possible cases when calculating wsdlDocumentLocation. This will result into failures in jaxws-calculator sample. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Commented] (AXIS2-5298) In JAX-WS EndpointReferenceFactory implemantaion wsdlDocumentLocation calculation logic does not cover possible variances.

Posted by "Sagara Gunathunga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259420#comment-13259420 ] 

Sagara Gunathunga  commented on AXIS2-5298:
-------------------------------------------

Above logic ignore the case where EndpointReference.getAddress() method returns a address that ending with "/" and wsdlDocumentLocation does not ending with "/". 
                
> In JAX-WS EndpointReferenceFactory  implemantaion wsdlDocumentLocation calculation logic does not cover possible variances. 
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5298
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5298
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>    Affects Versions: 1.6.1
>            Reporter: Sagara Gunathunga 
>            Assignee: Sagara Gunathunga 
>             Fix For: 1.7.0, 1.6.3
>
>
> JAX-WS Axis2EndpointReferenceFactoryImpl#createEndpointReference()  class does not cover all possible cases when calculating wsdlDocumentLocation. This will result into failures in jaxws-calculator sample. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org