[
https://issues.apache.org/jira/browse/ODE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert reassigned ODE-207:
---------------------------------
Assignee: Maciej Szefler
> foreach activity not working
> ----------------------------
>
> Key: ODE-207
> URL: https://issues.apache.org/jira/browse/ODE-207
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.1
> Environment: Windows XP with ODE 1.1 running in ServiceMix 3.1.1
> Reporter: Mark Lui
> Assignee: Maciej Szefler
>
> The configured foreach activity does not work. I believe it is configured
> correctly
> <bpws:forEach counterName="Counter" name="ForEach" parallel="no">
> <bpws:startCounterValue>1</bpws:startCounterValue>
> <bpws:finalCounterValue>10</bpws:finalCounterValue>
> <bpws:scope name="MyScope">
> <bpws:wait name="Wait">
> <bpws:for>'PT30S'</bpws:for>
> </bpws:wait>
> </bpws:scope>
> </bpws:forEach>
> The following error is returned when run:
> Caused by: java.lang.NullPointerException
> at org.apache.ode.bpel.runtime.ScopeFrame.resolve(ScopeFrame.java:84)
> at org.apache.ode.bpel.runtime.FOREACH.newChild(FOREACH.java:212)
> at org.apache.ode.bpel.runtime.FOREACH.run(FOREACH.java:99)
> at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:4
> 51)
> ... 17 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.