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 2008/08/21 17:00:44 UTC

[jira] Closed: (CXF-1761) JAX-WS: NoSuchMethodException: getPortClassMap()

     [ https://issues.apache.org/jira/browse/CXF-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp closed CXF-1761.
----------------------------

       Resolution: Invalid
    Fix Version/s: Invalid

> JAX-WS: NoSuchMethodException: getPortClassMap() 
> -------------------------------------------------
>
>                 Key: CXF-1761
>                 URL: https://issues.apache.org/jira/browse/CXF-1761
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>         Environment: MyEclipse 6.5 on Windows XP
>            Reporter: Frank Lawlor
>            Priority: Critical
>             Fix For: Invalid
>
>
> I am using MyEclipse 6.5.
> I created a web service project conforming to JAX-WS.
> I generated a WS client by pointing to the WSDL URL of my service.
> I created a test class as indicated in the MyEclipse documentation
> http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/
> When I try to create my service:
>    OrderCashCard2Service service = new OrderCashCard2Service();
> It throws an exception:
>  Caused by: java.lang.NoSuchMethodException: com.netspend.socketpcclient.ordercashcard.OrderCashCard2Service.getPortClassMap()
>             at java.lang.Class.getMethod(Class.java:1581)
>             at org.codehaus.xfire.jaxws.ServiceDelegate.<init>(ServiceDelegate.java:60)
>             ... 5 more
>  Is this missing method supposed to be provided by the base class class javax.xml.ws.Service or should this have been generated in my service (OrderCashCard2Service)?  I cannot find anything about this method.
> Is this a bug?
> How do I fix this?
> Thanks,
>   -- Frank

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