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.

Reply via email to