Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025871 | Retail Modules | Web POS | public | 2014-02-28 17:20 | 2014-03-11 13:59 |
|
Reporter | jonalegriaesarte | |
Assigned To | rafademiguel | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR14Q2 | Fixed in Version | RR14Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | 26976 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025871: Exceptions are not correctly managed in OrderLoader class in the method createShipmentLines |
Description | 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. |
Steps To Reproduce | 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. |
Proposed Solution | 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
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-28 17:20 | jonalegriaesarte | New Issue | |
2014-02-28 17:20 | jonalegriaesarte | Assigned To | => guilleaer |
2014-02-28 17:20 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-02-28 17:20 | jonalegriaesarte | Support ticket | => 26976 |
2014-02-28 17:20 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-03-06 12:28 | malsasua | Assigned To | guilleaer => malsasua |
2014-03-07 11:11 | rafademiguel | Assigned To | malsasua => rafademiguel |
2014-03-07 11:11 | rafademiguel | Note Added: 0064955 | |
2014-03-07 11:11 | rafademiguel | Status | new => closed |
2014-03-07 11:11 | rafademiguel | Resolution | open => fixed |
2014-03-07 11:11 | rafademiguel | Status | closed => new |
2014-03-07 11:11 | rafademiguel | Resolution | fixed => open |
2014-03-07 11:11 | rafademiguel | Note Deleted: 0064955 | |
2014-03-10 12:34 | hgbot | Checkin | |
2014-03-10 12:34 | hgbot | Note Added: 0064981 | |
2014-03-10 12:34 | hgbot | Status | new => resolved |
2014-03-10 12:34 | hgbot | Resolution | open => fixed |
2014-03-10 12:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d8b34bab1751f89e9f13a702e9447164e8a6334b [^] |
2014-03-10 12:36 | hgbot | Checkin | |
2014-03-10 12:36 | hgbot | Note Added: 0064982 | |
2014-03-10 12:36 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d8b34bab1751f89e9f13a702e9447164e8a6334b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/64d56bcb816cb694b8328969f9d8724a20bea7ca [^] |
2014-03-10 22:58 | hudsonbot | Checkin | |
2014-03-10 22:58 | hudsonbot | Note Added: 0065005 | |
2014-03-11 09:23 | hgbot | Checkin | |
2014-03-11 09:23 | hgbot | Note Added: 0065021 | |
2014-03-11 09:23 | hgbot | Fixed in SCM revision | http://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:59 | marvintm | Review Assigned To | => marvintm |
2014-03-11 13:59 | marvintm | Status | resolved => closed |
2014-03-11 13:59 | marvintm | Fixed 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
|
|
|
|
|
|
|
(0065021)
|
hgbot
|
2014-03-11 09:23
|
|
|