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

Alex Boisvert resolved ODE-642.
-------------------------------

    Resolution: Fixed

Fixed in 1.1 branch,
boisv...@sixtine:~/svn/ode/1.1$ svn commit -m "ODE-642: 
ProcessManagement.listInstances() returns duplicate failures element"
Sending        
bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java
Transmitting file data .
Committed revision 801353.

And trunk,

boisv...@sixtine:~/svn/ode/trunk$ svn commit -m "ODE-642: 
ProcessManagement.listInstances() returns duplicate failures element"
Sending        
engine/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java
Transmitting file data .
Committed revision 801355.


> ProcessManagement.listInstances() returns duplicate failures element
> --------------------------------------------------------------------
>
>                 Key: ODE-642
>                 URL: https://issues.apache.org/jira/browse/ODE-642
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>            Reporter: Alex Boisvert
>             Fix For: 2.0
>
>
> Here is an example of current response from ProcessManagement.listInstances()
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>    <soapenv:Body>
>       <axis2ns4766:listInstancesResponse 
> xmlns:axis2ns4766="http://www.apache.org/ode/pmapi";>
>          <instance-info-list>
>             ---
>             <ns:instance-info 
> xmlns:ns="http://www.apache.org/ode/pmapi/types/2006/08/02/";>
>                <ns:iid>21815</ns:iid>
>                
> <ns:pid>{http://example.com/ChangeNotification/Change_Notification}Change_Notification-23</ns:pid>
>                <ns:process-name 
> xmlns:chan="http://example.com/ChangeNotification/Change_Notification";>chan:Change_Notification</ns:process-name>
>                <ns:root-scope siid="21818" status="ACTIVE" 
> name="__PROCESS_SCOPE:Change_Notification" modelId="3"/>
>                <ns:status>ACTIVE</ns:status>
>                <ns:dt-started>2009-08-05T11:24:17.247+02:00</ns:dt-started>
>                
> <ns:dt-last-active>2009-08-05T11:24:17.953+02:00</ns:dt-last-active>
>                <ns:event-info>
>                   <ns:count>58</ns:count>
>                   
> <ns:first-dtime>2009-08-05T11:24:17.248+02:00</ns:first-dtime>
>                   <ns:last-dtime>2009-08-05T11:24:17.943+02:00</ns:last-dtime>
>                </ns:event-info>
>                <ns:failures>
>                   <ns:dt-failure>2009-08-05T11:24:17.943+02:00</ns:dt-failure>
>                   <ns:count>1</ns:count>
>                </ns:failures>
>                <ns:failures>
>                   <ns:dt-failure>2009-08-05T11:24:17.943+02:00</ns:dt-failure>
>                   <ns:count>1</ns:count>
>                </ns:failures>
>             </ns:instance-info>
> ---
>          </instance-info-list>
>       </axis2ns4766:listInstancesResponse>
>    </soapenv:Body>
> </soapenv:Envelope>

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