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/27 22:53:24 UTC

[jira] Created: (ODE-253) build broken: partial refactoring of MessageExchange.AckType

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.


[jira] Updated: (ODE-253) build broken: partial refactoring of MessageExchange.AckType

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

Alexis Midon updated ODE-253:
-----------------------------

    Attachment: BasicActivities20Test.patch

> 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
>
>         Attachments: BasicActivities20Test.patch
>
>
> 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.


[jira] Resolved: (ODE-253) build broken: partial refactoring of MessageExchange.AckType

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

Matthieu Riou resolved ODE-253.
-------------------------------

    Resolution: Fixed
      Assignee: Matthieu Riou

Patch applied. Thanks!

> 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
>            Assignee: Matthieu Riou
>             Fix For: 1.2
>
>         Attachments: BasicActivities20Test.patch
>
>
> 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.