You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sandro Reichert (JIRA)" <ji...@apache.org> on 2008/07/16 17:54:33 UTC

[jira] Created: (ODE-339) .deployed file is generated even if process is not deployed

.deployed file is generated even if process is not deployed
-----------------------------------------------------------

                 Key: ODE-339
                 URL: https://issues.apache.org/jira/browse/ODE-339
             Project: ODE
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 1.2
            Reporter: Sandro Reichert
            Priority: Minor


When I manually deploy a process by moving its folder to $ode/WEB-INF/processes, the .deployed file is generated even if the process is not deployed! I got this problem with an invalid BPEL file which couldnt be compiled.  A manual workaround is to have a look for the *.cbp file (has it been generated recently).

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


[jira] Commented: (ODE-339) .deployed file is generated even if process is not deployed

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

Matthieu Riou commented on ODE-339:
-----------------------------------

The naming might be confusing but it's actually the expected behavior. The marker file is here just so that the deployment poller can now a bundle has been processed, instead of retrying deployment continuously.

An enhancement could be to have a .deployed in case of success and a .error for example in case of failure.

> .deployed file is generated even if process is not deployed
> -----------------------------------------------------------
>
>                 Key: ODE-339
>                 URL: https://issues.apache.org/jira/browse/ODE-339
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.2
>            Reporter: Sandro Reichert
>            Priority: Minor
>
> When I manually deploy a process by moving its folder to $ode/WEB-INF/processes, the .deployed file is generated even if the process is not deployed! I got this problem with an invalid BPEL file which couldnt be compiled.  A manual workaround is to have a look for the *.cbp file (has it been generated recently).

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


[jira] Updated: (ODE-339) .deployed file is generated even if process is not deployed

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

Buddhika Chamith De Alwis updated ODE-339:
------------------------------------------

    Attachment: ODE-339.patch

In this patch (ODE-339.patch) a .error marker is created for a faulty deployment instead of the .deployed marker. It is removed by the poller when the faulty deployment bundle is removed. Tested in 1.X branch.


> .deployed file is generated even if process is not deployed
> -----------------------------------------------------------
>
>                 Key: ODE-339
>                 URL: https://issues.apache.org/jira/browse/ODE-339
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.2
>            Reporter: Sandro Reichert
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: ODE-339.patch
>
>
> When I manually deploy a process by moving its folder to $ode/WEB-INF/processes, the .deployed file is generated even if the process is not deployed! I got this problem with an invalid BPEL file which couldnt be compiled.  A manual workaround is to have a look for the *.cbp file (has it been generated recently).

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


[jira] Commented: (ODE-339) .deployed file is generated even if process is not deployed

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

Sandro Reichert commented on ODE-339:
-------------------------------------

Its not a bug, its a feature? :)
I like the .error example! You should implement this. 

> .deployed file is generated even if process is not deployed
> -----------------------------------------------------------
>
>                 Key: ODE-339
>                 URL: https://issues.apache.org/jira/browse/ODE-339
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.2
>            Reporter: Sandro Reichert
>            Priority: Minor
>
> When I manually deploy a process by moving its folder to $ode/WEB-INF/processes, the .deployed file is generated even if the process is not deployed! I got this problem with an invalid BPEL file which couldnt be compiled.  A manual workaround is to have a look for the *.cbp file (has it been generated recently).

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