You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "johan Eltes (JIRA)" <ji...@apache.org> on 2009/06/20 22:58:07 UTC

[jira] Created: (CXF-2308) Invalid signature of cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo

Invalid signature of cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo
---------------------------------------------------------------------------------------------------------------

                 Key: CXF-2308
                 URL: https://issues.apache.org/jira/browse/CXF-2308
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.2.2, 2.2.1, 2.1.5, 2.0.11, 2.2, 2.1.4, 2.1.3, 2.1.2, 2.1.1
            Reporter: johan Eltes
             Fix For: 2.3


Current signature:
http://cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo(org.apache.cxf.ws.addressing.EndpointReferenceType)

Should be:
http://cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo(org.apache.cxf.ws.addressing.AttributedURIType)

Without this change, it is not possible to set was:To to a value that is permitted by AttributedURIType but nit permitted by he more restrictive EndpointReferenceType.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2308) Invalid signature of cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo

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

Daniel Kulp resolved CXF-2308.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3)
                   2.2.4
                   2.1.7
         Assignee: Daniel Kulp

> Invalid signature of cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2308
>                 URL: https://issues.apache.org/jira/browse/CXF-2308
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2, 2.0.11, 2.1.5, 2.2.1, 2.2.2
>            Reporter: johan Eltes
>            Assignee: Daniel Kulp
>             Fix For: 2.1.7, 2.2.4
>
>
> Current signature:
> http://cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo(org.apache.cxf.ws.addressing.EndpointReferenceType)
> Should be:
> http://cxf.apache.org/javadoc/latest/org/apache/cxf/ws/addressing/AddressingProperties.html#setTo(org.apache.cxf.ws.addressing.AttributedURIType)
> Without this change, it is not possible to set was:To to a value that is permitted by AttributedURIType but nit permitted by he more restrictive EndpointReferenceType.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.