Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032464 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | unable to reproduce | 2016-03-11 16:24 | 2016-03-21 18:25 | |||
Reporter | marvintm | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 3f4f90c7de0e | ||||
Projection | none | ETA | none | Target Version | RR16Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032464: When using Void Layaway, it's possible that triggers in the application may be disabled | |||||||
Description | The Void Layaway process disables the triggers to be able to process the transactions correctly. This in itself is not necessarily wrong. However, due to the way the database transaction is handled in this case, it is possible that in some circumstances, during an extremely short period of time, the triggers may be disabled for all users. | |||||||
Steps To Reproduce | It's not really possible at this point to reproduce this problem reliably (as a matter of fact, we haven't seen it happen even once). This issue as of now is mainly theoretical, but possible in theory looking at the code. However, we don't have specific steps to reproduce it. | |||||||
Proposed Solution | The database transaction should not be committed before triggers are enabled again. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||||||
|
![]() |
|
(0084924) hgbot (developer) 2016-03-11 18:11 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 3f4f90c7de0e89f5813a9a65e049335b04f40f64 Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com> Date: Fri Mar 11 17:41:33 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3f4f90c7de0e89f5813a9a65e049335b04f40f64 [^] Fixed issue 32464. Triggers will never be disabled for all users anymore. The transaction will no longer be committed while the triggers are disabled, so it will no longer be possible for other users to be affected by this. --- M src/org/openbravo/retail/posterminal/ProcessVoidLayaway.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2016-03-11 16:24 | marvintm | New Issue | |
2016-03-11 16:24 | marvintm | Assigned To | => marvintm |
2016-03-11 16:24 | marvintm | OBNetwork customer | => No |
2016-03-11 16:24 | marvintm | Triggers an Emergency Pack | => No |
2016-03-11 16:24 | marvintm | Status | new => scheduled |
2016-03-11 16:27 | marvintm | Relationship added | related to 0031462 |
2016-03-11 16:28 | marvintm | Relationship added | related to 0031150 |
2016-03-11 18:11 | hgbot | Checkin | |
2016-03-11 18:11 | hgbot | Note Added: 0084924 | |
2016-03-11 18:11 | hgbot | Status | scheduled => resolved |
2016-03-11 18:11 | hgbot | Resolution | open => fixed |
2016-03-11 18:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3f4f90c7de0e89f5813a9a65e049335b04f40f64 [^] |
2016-03-21 18:25 | guilleaer | Review Assigned To | => guilleaer |
2016-03-21 18:25 | guilleaer | Status | resolved => closed |
2016-03-21 18:25 | guilleaer | Fixed in Version | => RR16Q2 |
Copyright © 2000 - 2009 MantisBT Group |