[jbossws-issues] [JBoss JIRA] (JBWS-3992) wsdl diretory is not cleaned on application deploy/undeploy thereby leaving an empty folder under "/wsdl/data" directory

Saisha Naik (JIRA) issues at jboss.org
Wed Mar 30 05:09:07 EDT 2016


     [ https://issues.jboss.org/browse/JBWS-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saisha Naik updated JBWS-3992:
------------------------------
    Steps to Reproduce: 
1) Deploy sample application(attached TestEar.ear) on a fresh instance of EAP 6.4.6 domain mode.
2) Stop server via admin console or undeploy application via CLI. 

Check under "../data/wsdl/" directory. The wsdl content will be removed, however the empty folder still exists.

  was:
1) Deploy sample application(attached TestEar.ear) on a fresh instance of EAP 6.4.6 domain mode.
2) Stop server via admin console or undeploy application via CLI. 




> wsdl diretory is not cleaned on application deploy/undeploy thereby leaving an empty folder under "/wsdl/data" directory
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBWS-3992
>                 URL: https://issues.jboss.org/browse/JBWS-3992
>             Project: JBoss Web Services
>          Issue Type: Bug
>          Components: jbossws-cxf
>    Affects Versions: jbossws-cxf-4.3, jbossws-cxf-4.3.2
>            Reporter: Saisha Naik
>         Attachments: TestEar.ear
>
>
> When a web-service test EAR(having an EJB JAR/WAR inside it) is deployed in JBoss EAP, it creates a wsdl folder inside the data directory with the name of the deployed application. Suppose, there is an application TestEar.ear having an EJB web-service jar(MyEjb1.jar) in it. When this application is deployed in JBoss EAP, its wsdl will be published at "/data/wsdl/TestEar.ear/MyEjb1.jar/HelloService.wsdl":
> ----------------------------------------------------------------
>  wsdl
>     └── TestEar.ear
>             └── MyEjb1.jar
>                   └── HelloWebServiceBeanService.wsdl
> ----------------------------------------------------------------
> When the server is stopped or the application is undeployed, the wsdl content is removed from the location, however the folder is never deleted, thereby leaving an empty folder in the "/data/wsdl" directory:
> -----------------------------------------------------------------
> wsdl
>     └── TestEar.ear
> -----------------------------------------------------------------
> This is not the scenario when a war/jar application is deployed individually, in which case the content is completely removed along with the folder. 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbossws-issues mailing list