Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025871Retail ModulesWeb POSpublic2014-02-28 17:202014-03-11 13:59
jonalegriaesarte 
rafademiguel 
normalmajorhave not tried
closedfixed 
5
 
RR14Q2RR14Q2 
marvintm
No
0025871: Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines
Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines. This issue is reproducible only if the developer is creating an extension point in warehouse PLs. The issue is that, when WebPOS calls the PL m_inout_create is not using the correct function to ask for the stock.
Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines. This issue is reproducible only if the developer is creating an extension point in warehouse PLs. The issue is that, when WebPOS calls the PL m_inout_create is not using the correct function to ask for the stock.
Possible solution:

ProcessInstance pInstance = CallProcess.getInstance().callProcess(process, null, parameters);

CallStoredProcedure must be used to manage correctly the exceptions when developing extension points in warehouse PLs
No tags attached.
Issue History
2014-02-28 17:20jonalegriaesarteNew Issue
2014-02-28 17:20jonalegriaesarteAssigned To => guilleaer
2014-02-28 17:20jonalegriaesarteTriggers an Emergency Pack => No
2014-03-06 12:28malsasuaAssigned Toguilleaer => malsasua
2014-03-07 11:11rafademiguelAssigned Tomalsasua => rafademiguel
2014-03-07 11:11rafademiguelNote Added: 0064955
2014-03-07 11:11rafademiguelStatusnew => closed
2014-03-07 11:11rafademiguelResolutionopen => fixed
2014-03-07 11:11rafademiguelStatusclosed => new
2014-03-07 11:11rafademiguelResolutionfixed => open
2014-03-07 11:11rafademiguelNote Deleted: 0064955
2014-03-10 12:34hgbotCheckin
2014-03-10 12:34hgbotNote Added: 0064981
2014-03-10 12:34hgbotStatusnew => resolved
2014-03-10 12:34hgbotResolutionopen => fixed
2014-03-10 12:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d8b34bab1751f89e9f13a702e9447164e8a6334b [^]
2014-03-10 12:36hgbotCheckin
2014-03-10 12:36hgbotNote Added: 0064982
2014-03-10 12:36hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/d8b34bab1751f89e9f13a702e9447164e8a6334b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^]
2014-03-10 22:58hudsonbotCheckin
2014-03-10 22:58hudsonbotNote Added: 0065005
2014-03-11 09:23hgbotCheckin
2014-03-11 09:23hgbotNote Added: 0065021
2014-03-11 09:23hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^]
2014-03-11 13:59marvintmReview Assigned To => marvintm
2014-03-11 13:59marvintmStatusresolved => closed
2014-03-11 13:59marvintmFixed in Version => RR14Q2

Notes
(0064981)
hgbot   
2014-03-10 12:34   
Repository: erp/devel/pi
Changeset: d8b34bab1751f89e9f13a702e9447164e8a6334b
Author: Rafa de Miguel <rafael.demiguel <at> openbravo.com>
Date: Mon Mar 10 09:33:09 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d8b34bab1751f89e9f13a702e9447164e8a6334b [^]

fixed bug 25871: Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines

---
M src/org/openbravo/service/db/CallProcess.java
---
(0064982)
hgbot   
2014-03-10 12:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 64d56bcb816cb694b8328969f9d8724a20bea7ca
Author: Rafa de Miguel <rafael.demiguel <at> openbravo.com>
Date: Mon Mar 10 12:36:11 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^]

fixed bug 25871: Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0065005)
hudsonbot   
2014-03-10 22:58   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b362f74ef31a [^]
Maturity status: Test
(0065021)
hgbot   
2014-03-11 09:23   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 64d56bcb816cb694b8328969f9d8724a20bea7ca
Author: Rafa de Miguel <rafael.demiguel <at> openbravo.com>
Date: Mon Mar 10 12:36:11 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^]

fixed bug 25871: Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---