[arquillian-issues] [JBoss JIRA] Created: (ARQ-427) Wrong undeployment order

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Wed Apr 27 10:46:19 EDT 2011


Wrong undeployment order
------------------------

                 Key: ARQ-427
                 URL: https://issues.jboss.org/browse/ARQ-427
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Deployable Containers SPI
            Reporter: Jesper Pedersen
            Priority: Critical
         Attachments: H2TestCase.java

When specifying an order for the deployments they will be deployed in the correct order.

However, the undeployment won't be in the reversed order:

   1.
      10:32:01,934 DEBUG [EmbeddedJCA] Deploying: /tmp/jdbc-xa.rar

[snip]

   6.
      10:32:02,143 DEBUG [EmbeddedJCA] Deploying: /tmp/h2-xa-ds.xml

[snip]

  13.
      10:32:02,238 DEBUG [EmbeddedJCA] Undeploying: /tmp/jdbc-xa.rar
  14.
      10:32:02,242 DEBUG [EmbeddedJCA] Undeploying: /tmp/h2-xa-ds.xml

The test case is attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list