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

[jira] Updated: (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 ]

Alex Chen updated CXF-704:
--------------------------

    Attachment: Hello.java

> 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
>            Priority: Critical
>         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.