You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2010/07/28 19:50:16 UTC

[jira] Created: (ODE-878) Processes are not recompiled if .deploy is deleted and .bpel has changed

Processes are not recompiled if .deploy is deleted and .bpel has changed
------------------------------------------------------------------------

                 Key: ODE-878
                 URL: https://issues.apache.org/jira/browse/ODE-878
             Project: ODE
          Issue Type: Bug
          Components: BPEL Compilation/Parsing
    Affects Versions: 1.3.4
            Reporter: Tammo van Lessen
            Assignee: Tammo van Lessen
             Fix For: 1.3.5


Before ODE-567 is was possible to debug processes by editing the BPEL file and then redeploying the process bundle by deleting it's .deploy file. This was very useful in the case of hot deployment without making use of process versioning. The regression can be removed by giving the CBP file the same timestamp as the BPEL file has. If the process bundle is redeployed, the BPEL file will only be recompiled if the BPEL file is newer than the CBP file.

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


[jira] Commented: (ODE-878) Processes are not recompiled if .deploy is deleted and .bpel has changed

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895684#action_12895684 ] 

Hudson commented on ODE-878:
----------------------------

Integrated in ODE-trunk #357 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk/357/])
    

> Processes are not recompiled if .deploy is deleted and .bpel has changed
> ------------------------------------------------------------------------
>
>                 Key: ODE-878
>                 URL: https://issues.apache.org/jira/browse/ODE-878
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.3.4
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> Before ODE-567 is was possible to debug processes by editing the BPEL file and then redeploying the process bundle by deleting it's .deploy file. This was very useful in the case of hot deployment without making use of process versioning. The regression can be removed by giving the CBP file the same timestamp as the BPEL file has. If the process bundle is redeployed, the BPEL file will only be recompiled if the BPEL file is newer than the CBP file.

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


[jira] Commented: (ODE-878) Processes are not recompiled if .deploy is deleted and .bpel has changed

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893315#action_12893315 ] 

Rafal Rusin commented on ODE-878:
---------------------------------

Let's add timestamp comparison. If bpel is newer than cbp, then recompile (not set timestamp). 

> Processes are not recompiled if .deploy is deleted and .bpel has changed
> ------------------------------------------------------------------------
>
>                 Key: ODE-878
>                 URL: https://issues.apache.org/jira/browse/ODE-878
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.3.4
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> Before ODE-567 is was possible to debug processes by editing the BPEL file and then redeploying the process bundle by deleting it's .deploy file. This was very useful in the case of hot deployment without making use of process versioning. The regression can be removed by giving the CBP file the same timestamp as the BPEL file has. If the process bundle is redeployed, the BPEL file will only be recompiled if the BPEL file is newer than the CBP file.

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