You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/08/14 03:49:30 UTC

[jira] Resolved: (GERONIMO-3405) Generating WSDL files are runtime leaves files in use on Windows

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

Jarek Gawor resolved GERONIMO-3405.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.x

Committed a fix that forks wsgen on Windows to trunk (revision 565600) and branches/2.0 (revision 565607).


> Generating WSDL files are runtime leaves files in use on Windows
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-3405
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3405
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.0.x
>
>
> When a web service is deployed without wsdl, a wsdl file is generated at runtime using the Sun wsgen tool. The tool leaves some .jar files in use on Windows and therefore when the module is undeployed not all the files are removed. That prevents the module to be re-deployed without restarting the server and removing the old files by hand.
> The easiest work-around for this problem is to fork the wsgen tool on Windows platforms.
>  

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