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:08:24 UTC

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

     [ 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.