You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2008/03/15 02:06:24 UTC

[jira] Created: (ODE-247) ServiceFaultCatchTest: process might deployed twice

ServiceFaultCatchTest: process might deployed twice
---------------------------------------------------

                 Key: ODE-247
                 URL: https://issues.apache.org/jira/browse/ODE-247
             Project: ODE
          Issue Type: Test
    Affects Versions: 1.1
            Reporter: Alexis Midon
            Priority: Minor
             Fix For: 1.1


As of today, the process is deployed at the beginning of the unit test. (1)
However if an exception is thrown, the process never gets undeployed meaning it would be automatically re-deployed during ODE server start-up. This will fail in a "Duplicate Deployment Unit" error due to (1).

The fix has to make sure the process is deployed only if necessary and undeployed no matter what happens during the test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-247) ServiceFaultCatchTest: process might deployed twice

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon updated ODE-247:
-----------------------------

    Attachment: ode-247.patch

> ServiceFaultCatchTest: process might deployed twice
> ---------------------------------------------------
>
>                 Key: ODE-247
>                 URL: https://issues.apache.org/jira/browse/ODE-247
>             Project: ODE
>          Issue Type: Test
>    Affects Versions: 1.1
>            Reporter: Alexis Midon
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: ode-247.patch
>
>
> As of today, the process is deployed at the beginning of the unit test. (1)
> However if an exception is thrown, the process never gets undeployed meaning it would be automatically re-deployed during ODE server start-up. This will fail in a "Duplicate Deployment Unit" error due to (1).
> The fix has to make sure the process is deployed only if necessary and undeployed no matter what happens during the test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-247) ServiceFaultCatchTest: process might deployed twice

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert updated ODE-247:
------------------------------

    Fix Version/s:     (was: 1.1)
                   1.2

> ServiceFaultCatchTest: process might deployed twice
> ---------------------------------------------------
>
>                 Key: ODE-247
>                 URL: https://issues.apache.org/jira/browse/ODE-247
>             Project: ODE
>          Issue Type: Test
>    Affects Versions: 1.1
>            Reporter: Alexis Midon
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: ode-247.patch
>
>
> As of today, the process is deployed at the beginning of the unit test. (1)
> However if an exception is thrown, the process never gets undeployed meaning it would be automatically re-deployed during ODE server start-up. This will fail in a "Duplicate Deployment Unit" error due to (1).
> The fix has to make sure the process is deployed only if necessary and undeployed no matter what happens during the test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-247) ServiceFaultCatchTest: process might deployed twice

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou resolved ODE-247.
-------------------------------

    Resolution: Fixed
      Assignee: Matthieu Riou

Patch applied some time ago.

> ServiceFaultCatchTest: process might deployed twice
> ---------------------------------------------------
>
>                 Key: ODE-247
>                 URL: https://issues.apache.org/jira/browse/ODE-247
>             Project: ODE
>          Issue Type: Test
>    Affects Versions: 1.1
>            Reporter: Alexis Midon
>            Assignee: Matthieu Riou
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: ode-247.patch
>
>
> As of today, the process is deployed at the beginning of the unit test. (1)
> However if an exception is thrown, the process never gets undeployed meaning it would be automatically re-deployed during ODE server start-up. This will fail in a "Duplicate Deployment Unit" error due to (1).
> The fix has to make sure the process is deployed only if necessary and undeployed no matter what happens during the test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.