You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2007/06/11 06:54:26 UTC

[jira] Resolved: (CXF-704) java2wsdl error using a simple interface

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

jimma resolved CXF-704.
-----------------------

    Resolution: Fixed
      Assignee: jimma

> java2wsdl error using a simple interface
> ----------------------------------------
>
>                 Key: CXF-704
>                 URL: https://issues.apache.org/jira/browse/CXF-704
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>         Environment: RHAS 4.0
>            Reporter: Alex Chen
>            Assignee: jimma
>         Attachments: Hello.java
>
>
> how to reproduce:
> - using a simple interface, I attach it
> - run command like:  java2wsdl -cp . -classdir . demo.Hello
> - get error like:
> Jun 6, 2007 4:46:51 PM org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper getWrapperClass
> WARNING: Can not load wrapper class demo.jaxws.SayHi, please check the @RequestWrapper or @ResponseWrapper and also check the class is in your classpath
> Jun 6, 2007 4:46:51 PM org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper getWrapperClass
> WARNING: Can not load wrapper class demo.jaxws.SayHiResponse, please check the @RequestWrapper or @ResponseWrapper and also check the class is in your classpath
> - actually, those two classes have been created

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