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.

Reply via email to