Java2ws SEI  source file overwrite issue
----------------------------------------

                 Key: CXF-1070
                 URL: https://issues.apache.org/jira/browse/CXF-1070
             Project: CXF
          Issue Type: Sub-task
            Reporter: jimma


When the use the following GreeterImpl.class to generate client server in same 
directory with input class, the generate SEI will overwrite the input impl 
source file :

@WebService
public class GreeterImpl {
    public String greetMe() {
        return "";
    }

} 

-- 
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