You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/12/20 07:40:42 UTC

[jira] Created: (CXF-1316) Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1

Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1
-------------------------------------------------------------------------------

                 Key: CXF-1316
                 URL: https://issues.apache.org/jira/browse/CXF-1316
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.1
            Reporter: Jervis Liu


Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1:

1. in Client.java, we should not build EndpointReferenceType by ourselves, instead we should use Endpoint.getEndpointReference to acquire an EndpointReference instance from the published endpoint.

2. Replace EndpointReferenceType (which is CXF internal type) with the W3CEndpointReference type which is defined by the spec.

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


[jira] Updated: (CXF-1316) Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1

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

Daniel Kulp updated CXF-1316:
-----------------------------

    Fix Version/s: 2.1

> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1
> -------------------------------------------------------------------------------
>
>                 Key: CXF-1316
>                 URL: https://issues.apache.org/jira/browse/CXF-1316
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: Jervis Liu
>            Assignee: Sean O'Callaghan
>             Fix For: 2.1
>
>
> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1:
> 1. in Client.java, we should not build EndpointReferenceType by ourselves, instead we should use Endpoint.getEndpointReference to acquire an EndpointReference instance from the published endpoint.
> 2. Replace EndpointReferenceType (which is CXF internal type) with the W3CEndpointReference type which is defined by the spec.

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


[jira] Resolved: (CXF-1316) Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1

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

Sean O'Callaghan resolved CXF-1316.
-----------------------------------

    Resolution: Fixed

> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1
> -------------------------------------------------------------------------------
>
>                 Key: CXF-1316
>                 URL: https://issues.apache.org/jira/browse/CXF-1316
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: Jervis Liu
>            Assignee: Sean O'Callaghan
>             Fix For: 2.1
>
>
> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1:
> 1. in Client.java, we should not build EndpointReferenceType by ourselves, instead we should use Endpoint.getEndpointReference to acquire an EndpointReference instance from the published endpoint.
> 2. Replace EndpointReferenceType (which is CXF internal type) with the W3CEndpointReference type which is defined by the spec.

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


[jira] Assigned: (CXF-1316) Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1

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

Sean O'Callaghan reassigned CXF-1316:
-------------------------------------

    Assignee: Sean O'Callaghan

> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1
> -------------------------------------------------------------------------------
>
>                 Key: CXF-1316
>                 URL: https://issues.apache.org/jira/browse/CXF-1316
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: Jervis Liu
>            Assignee: Sean O'Callaghan
>
> Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1:
> 1. in Client.java, we should not build EndpointReferenceType by ourselves, instead we should use Endpoint.getEndpointReference to acquire an EndpointReference instance from the published endpoint.
> 2. Replace EndpointReferenceType (which is CXF internal type) with the W3CEndpointReference type which is defined by the spec.

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