You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2006/09/05 16:58:22 UTC

[jira] Created: (CXF-19) getPort(Class) throws exception

getPort(Class) throws exception
-------------------------------

                 Key: CXF-19
                 URL: http://issues.apache.org/jira/browse/CXF-19
             Project: CeltiXfire
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: Milestone1
            Reporter: Daniel Kulp



On ServiceImpl, a call to:
public <T> T getPort(Class<T> type)
always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.

>From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CXF-19) getPort(Class) throws exception

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

Jervis Liu resolved CXF-19.
---------------------------

    Resolution: Fixed

> getPort(Class) throws exception
> -------------------------------
>
>                 Key: CXF-19
>                 URL: https://issues.apache.org/jira/browse/CXF-19
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>             Fix For: 2.0-RC
>
>
> On ServiceImpl, a call to:
> public <T> T getPort(Class<T> type)
> always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.
> From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

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

        

[jira] Updated: (CXF-19) getPort(Class) throws exception

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-19?page=all ]

Jervis Liu updated CXF-19:
--------------------------

    Assignee:     (was: Jervis Liu)

> getPort(Class) throws exception
> -------------------------------
>
>                 Key: CXF-19
>                 URL: http://issues.apache.org/jira/browse/CXF-19
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>             Fix For: 2.0-RC
>
>
> On ServiceImpl, a call to:
> public <T> T getPort(Class<T> type)
> always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.
> From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CXF-19) getPort(Class) throws exception

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-19?page=all ]

Bozhong Lin updated CXF-19:
---------------------------

        Fix Version/s: 2.0-RC
          Description: 
On ServiceImpl, a call to:
public <T> T getPort(Class<T> type)
always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.

>From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

  was:

On ServiceImpl, a call to:
public <T> T getPort(Class<T> type)
always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.

>From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

    Affects Version/s: 2.0-RC
                           (was: 2.0-M1)
             Assignee: Jervis Liu

> getPort(Class) throws exception
> -------------------------------
>
>                 Key: CXF-19
>                 URL: http://issues.apache.org/jira/browse/CXF-19
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>         Assigned To: Jervis Liu
>             Fix For: 2.0-RC
>
>
> On ServiceImpl, a call to:
> public <T> T getPort(Class<T> type)
> always will throw a WebServiceException due to the call to getPort(name, type) checking if name is null.
> From the 4.2.3 section of the JAX-WS spec: "the Service instance is responsible for selecting the port (protocol binding and endpoint address)."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira