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/09/26 11:13:50 UTC

[jira] Updated: (CXF-1070) SEI source file generated by java2ws overwrites the impl source file

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

jimma updated CXF-1070:
-----------------------

    Summary:  SEI  source file generated by java2ws  overwrites  the impl source file  (was: Java2ws SEI  source file overwrite issue)

>  SEI  source file generated by java2ws  overwrites  the impl source file
> ------------------------------------------------------------------------
>
>                 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.