build broken: partial refactoring of MessageExchange.AckType
------------------------------------------------------------

                 Key: ODE-253
                 URL: https://issues.apache.org/jira/browse/ODE-253
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 1.2
            Reporter: Alexis Midon
             Fix For: 1.2


Some test classes are broken due to the refactoring of enums in MessageExchange.
Changes haven't been applied to org.apache.ode.test.BasicActivities20Test.

Here is the compilation error:

Testing ode:bpel-test
Compiling 9 source files in ode:bpel-test:test:compile
/home/alexis/idev/ode/trunk2/bpel-test/src/test/java/org/apache/ode/test/BasicActivities20Test.java:102:
 cannot find symbol
symbol  : variable expectedStatus
location: class org.apache.ode.test.BPELTestAbstract.Invocation
        inv.expectedStatus = MessageExchange.Status.ASYNC;
           ^
/home/alexis/idev/ode/trunk2/bpel-test/src/test/java/org/apache/ode/test/BasicActivities20Test.java:102:
 package MessageExchange does not exist
        inv.expectedStatus = MessageExchange.Status.ASYNC;
                                            ^
/home/alexis/idev/ode/trunk2/bpel-test/src/test/java/org/apache/ode/test/BasicActivities20Test.java:103:
 package MessageExchange does not exist
        inv.expectedFinalStatus = MessageExchange.Status.RESPONSE;
                                                 ^
3 errors

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