[ 
https://issues.apache.org/jira/browse/ODE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rafal Rusin updated ODE-847:
----------------------------

    Attachment: SRSReview-2.zip

I created SoapUI test case and run it in Tomcat (both with and without 
correlations; attached is without correlations). I saw no problem. 
Could you give more informations on how to reproduce it (based on soapui test 
case I created)? 

I also remember that for JBoss, you need to set ode-axis2.properties
ode-axis2.tx.factory.class=org.apache.ode.axis2.util.JBossFactory 
in order to have transactions committed properly.

Could you provide your current ode-axis2.properties (from ode/WEB-INF/conf)?


> Flow Execution in a Loop throwing 
> org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
> ------------------------------------------------------------------------------------------
>
>                 Key: ODE-847
>                 URL: https://issues.apache.org/jira/browse/ODE-847
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>         Environment: JBOSS 4.2.3, ODE 1.3.4, Postgres
>            Reporter: Dhanush Gopinath
>            Assignee: Rafal Rusin
>         Attachments: deploy.xml, SRSReview-2.zip, SRSReview.zip
>
>
> If the process contains a flow activity inside a loop, and the flow activity 
> contains parallel activities which are run simultaneously the flow activity 
> is executed properly once. When the condition is not satisfied and the loop 
> is executed again, the flow activity executes but throws the following 
> exception. 
> 16:35:32,423 ERROR [SimpleScheduler] Error while processing a persisted job: 
> Job hqejbhcnphr5cv8mg8pidj time: 2010-06-15 16:35:29 IST transacted: true 
> persisted: true details: JobDetails( instanceId: 2303 mexId: 2117 processId: 
> null type: INVOKE_RESPONSE channel: 99 correlatorId: null correlationKeySet: 
> null retryCount: null inMem: false detailsExt: {})
> org.apache.ode.bpel.iapi.Scheduler$JobProcessorException
>       at 
> org.apache.ode.bpel.engine.BpelEngineImpl.acquireInstanceLock(BpelEngineImpl.java:394)
>       at 
> org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:403)
>       at 
> org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:450)
>       at 
> org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:518)
> After this the flow activity is completed, but no subsequent activities are 
> executed. 
> For e.g. : if the loop condition fails the second time also, then the flow 
> activity will not execute the third time. 
> The process is attached

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