You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Mark Lui (JIRA)" <ji...@apache.org> on 2007/11/13 19:25:43 UTC

[jira] Created: (ODE-207) foreach activity not working

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


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.


[jira] Assigned: (ODE-207) foreach activity not working

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Resolved: (ODE-207) foreach activity not working

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

Alex Boisvert resolved ODE-207.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Mark Lui reported the foreach activity is now working with 1.1 branch.

> 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
>             Fix For: 1.1
>
>
> 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.