You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2009/10/15 01:57:31 UTC

[jira] Created: (ODE-683) On-the-fly instance clean up tests break

On-the-fly instance clean up tests break 
-----------------------------------------

                 Key: ODE-683
                 URL: https://issues.apache.org/jira/browse/ODE-683
             Project: ODE
          Issue Type: Bug
            Reporter: Sean Ahn
            Priority: Minor


The my role mex is cleaned up during the process instance clean up. Later when the http thread tries to locate the mex from database, it's not there any longer. 

Also, since we're using the same clean up logic for instances and from the process management API, we need to have two versions of message clean up logics: one deleting all mexes including my role mex and another deleting mexes without my role mex.

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


[jira] Assigned: (ODE-683) On-the-fly instance clean up tests break

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

Sean Ahn reassigned ODE-683:
----------------------------

    Assignee: Sean Ahn

> On-the-fly instance clean up tests break 
> -----------------------------------------
>
>                 Key: ODE-683
>                 URL: https://issues.apache.org/jira/browse/ODE-683
>             Project: ODE
>          Issue Type: Bug
>            Reporter: Sean Ahn
>            Assignee: Sean Ahn
>            Priority: Minor
>
> The my role mex is cleaned up during the process instance clean up. Later when the http thread tries to locate the mex from database, it's not there any longer. 
> Also, since we're using the same clean up logic for instances and from the process management API, we need to have two versions of message clean up logics: one deleting all mexes including my role mex and another deleting mexes without my role mex.

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


[jira] Resolved: (ODE-683) On-the-fly instance clean up tests break

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

Sean Ahn resolved ODE-683.
--------------------------

    Resolution: Fixed

commit -m "ODE-681, On-the-fly instance clean up tests break " /ode/1.x/bpel-dao/src/main/java/org/apache/ode/bpel/dao/ProcessInstanceDAO.java /ode/1.x/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/ProcessInstanceDaoImpl.java /ode/1.x/dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessInstanceDaoImpl.java /ode/1.x/dao-jpa/src/main/java/org/apache/ode/dao/jpa/ProcessInstanceDAOImpl.java
    Sending        /ode/1.x/bpel-dao/src/main/java/org/apache/ode/bpel/dao/ProcessInstanceDAO.java
    Sending        /ode/1.x/bpel-runtime/src/main/java/org/apache/ode/bpel/memdao/ProcessInstanceDaoImpl.java
    Sending        /ode/1.x/dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessInstanceDaoImpl.java
    Sending        /ode/1.x/dao-jpa/src/main/java/org/apache/ode/dao/jpa/ProcessInstanceDAOImpl.java
    Transmitting file data ...
    Committed revision 825346.

> On-the-fly instance clean up tests break 
> -----------------------------------------
>
>                 Key: ODE-683
>                 URL: https://issues.apache.org/jira/browse/ODE-683
>             Project: ODE
>          Issue Type: Bug
>            Reporter: Sean Ahn
>            Assignee: Sean Ahn
>            Priority: Minor
>
> The my role mex is cleaned up during the process instance clean up. Later when the http thread tries to locate the mex from database, it's not there any longer. 
> Also, since we're using the same clean up logic for instances and from the process management API, we need to have two versions of message clean up logics: one deleting all mexes including my role mex and another deleting mexes without my role mex.

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