You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Colin (JIRA)" <ji...@apache.org> on 2009/02/23 13:17:02 UTC

[jira] Updated: (ODE-526) wsdl resource files are locked during undeploy while a process is executing

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

Colin updated ODE-526:
----------------------

    Attachment: wsdllock.patch

An InputStream to the wsdl was being left open.  This is now being closed.

> wsdl resource files are locked during undeploy while a process is executing
> ---------------------------------------------------------------------------
>
>                 Key: ODE-526
>                 URL: https://issues.apache.org/jira/browse/ODE-526
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Colin
>             Fix For: 1.3
>
>         Attachments: wsdllock.patch
>
>
> ODE ends up maintaining a file handle on *.wsdl files which prevents the DeploymentService.undeploy from properly cleaning up previous deployments when a process is executing.
> ERROR FileUtils.deepDelete : Unable to deepDelete file XXXXX.wsdl; this may be caused by a descriptor leak and should be reported. 

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