Bug 1032593 - Data are kept in jboss-eap-6.2/standalone/data/wsdl after application undeploy
Summary: Data are kept in jboss-eap-6.2/standalone/data/wsdl after application undeploy
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Services
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR0
: EAP 6.3.0
Assignee: Rebecca Searls
QA Contact: Rostislav Svoboda
Nidhi
URL:
Whiteboard:
Depends On: 1061340
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-20 12:51 UTC by Rostislav Svoboda
Modified: 2014-06-28 15:42 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:42:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rostislav Svoboda 2013-11-20 12:51:11 UTC
When you deploy and undeploy application there are still data present in jboss-eap-6.2/standalone/data/wsdl directory.

Start server in first terminal
[rsvoboda@steve 620CR2]$ jboss-eap-6.2/bin/standalone.sh

deploy && undeploy in second terminal
[rsvoboda@steve 620CR2]$ jboss-eap-6.2/bin/jboss-cli.sh -c
[standalone@localhost:9999 /] deploy /home/rsvoboda/git/eap-ws-management-tests/CLIWebservicesWsdlIT.war
[standalone@localhost:9999 /] undeploy CLIWebservicesWsdlIT.war
[standalone@localhost:9999 /] quit

Stop server using Ctrl+C in first terminal

Search for war
[rsvoboda@steve 620CR2]$ find . | grep war
./jboss-eap-6.2/standalone/data/wsdl/CLIWebservicesWsdlIT.war
./jboss-eap-6.2/standalone/data/wsdl/CLIWebservicesWsdlIT.war/AnnotatedSecurityService.wsdl


Is it intentional? Why would you need/want to keep wsdl data after service undeploy?

Comment 1 Alessio Soldano 2013-11-21 10:39:26 UTC
There's simply never been a requirement for removing such files afair, I think they've always been left there.

Comment 3 Alessio Soldano 2013-12-10 22:41:16 UTC
Upstream jira: https://issues.jboss.org/browse/JBWS-3744

Comment 4 Rostislav Svoboda 2013-12-19 09:14:23 UTC
https://source.jboss.org/changelog/JBossWS?cs=18156  stack-cxf-jbossws-cxf-4.2.x
https://source.jboss.org/changelog/JBossWS?cs=18157  trunk

Comment 6 Kabir Khan 2014-04-04 14:56:01 UTC
Setting to ON_QA since upgrade should fix this

Comment 7 Petr Sakař 2014-04-08 10:48:50 UTC
Verified for EAP-6.3.0.ER1


Note You need to log in before you can comment on or make changes to this bug.