[jboss-jira] [JBoss JIRA] (AS7-4175) Deployment content is not always removed from data/content

RH Bugzilla Integration (JIRA) issues at jboss.org
Mon Jun 30 16:52:25 EDT 2014


    [ https://issues.jboss.org/browse/AS7-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980792#comment-12980792 ] 

RH Bugzilla Integration commented on AS7-4175:
----------------------------------------------

Brian Stansberry <brian.stansberry at redhat.com> changed the Status of [bug 1035345|https://bugzilla.redhat.com/show_bug.cgi?id=1035345] from NEW to CLOSED

> Deployment content is not always removed from data/content
> ----------------------------------------------------------
>
>                 Key: AS7-4175
>                 URL: https://issues.jboss.org/browse/AS7-4175
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.0.Final, 7.1.1.Final
>            Reporter: Brian Stansberry
>            Assignee: Kabir Khan
>            Priority: Critical
>             Fix For: 7.1.2.Final (EAP)
>
>         Attachments: test-ds.xml
>
>
> The AS7-341 fix doesn't seem to be working in some use cases.
> I'll attach a test-ds.xml that can be used to manual reproduce this. Using a -ds.xml is useful since it's trivial to modify the deployment file to create a new hash.
> From the CLI, this works (i.e. when both steps are done there are zero additional subdirectories in data/content, i.e. zero total directories on a fresh install):
> [standalone at localhost:9999 /] deploy /home/me/test-ds.xml
> [standalone at localhost:9999 /] undeploy test-ds.xml
> However, this does not work (i.e. when both steps are done there is one additional subdirectories in data/content, i.e. one total directory on a fresh install):
> [standalone at localhost:9999 /] deploy /home/me/test-ds.xml
> manually modify /home/me/test-ds.xml
> [standalone at localhost:9999 /] deploy --force /home/me/test-ds.xml
> There may be other permutations of the of deploy/redeploy/undeploy that also leave file behind. In particular, the forum thread references using the jboss maven plugin, so whatever ops it is invoking should be checked.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list