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

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


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

Jesper Pedersen updated ARQ-427:
--------------------------------

    Affects Version/s: 1.0.0.Alpha5
          Description: 
When specifying an order for the deployments they will be deployed in the correct order.

However, the undeployment isn't 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.

  was:
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.



> 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
>    Affects Versions: 1.0.0.Alpha5
>            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 isn't 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