Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0030793 | Retail Modules | Web POS | public | 2015-09-08 13:05 | 2015-09-23 11:58 |
Reporter | mtaal | ||||
Assigned To | mtaal | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | RR15Q4 | Fixed in Version | RR15Q4 | ||
Merge Request Status | |||||
Review Assigned To | migueldejuana | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0030793: Message in log: Session handler present after processing import entry, this indicates that the process | ||||
Description | The message appears and is displayed when there is a customer in the import entry table to be processed and an order is then processed. In the order loader runnable there is this check and return: https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/f0e2cb00d01a/src/org/openbravo/retail/posterminal/importprocess/OrderImportEntryProcessor.java#l55 [^] In this case the method returns but does not close the hibernate session, causing this code to be log the warn: https://code.openbravo.com/erp/devel/pi/file/2e489927aed8/src/org/openbravo/service/importprocess/ImportEntryProcessor.java#l335 [^] | ||||
Steps To Reproduce | Put a breakpoint in the CustomerLoader Run server in debug mode Create customer in webpos, breakpoint on the server gets hit, let this thread wait Create order from webpos Check the log | ||||
Proposed Solution | Close and commit when returning if there are customers in the import queue | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-09-08 13:05 | mtaal | New Issue | |||
2015-09-08 13:05 | mtaal | Assigned To | => mtaal | ||
2015-09-08 13:05 | mtaal | OBNetwork customer | => No | ||
2015-09-08 13:05 | mtaal | Triggers an Emergency Pack | => No | ||
2015-09-09 08:53 | hgbot | Checkin | |||
2015-09-09 08:53 | hgbot | Note Added: 0080259 | |||
2015-09-09 08:53 | hgbot | Status | new => resolved | ||
2015-09-09 08:53 | hgbot | Resolution | open => fixed | ||
2015-09-09 08:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/58a82e2b60ad2ea404b9353b70a67517e5437e9a [^] | ||
2015-09-23 09:05 | mtaal | Review Assigned To | => migueldejuana | ||
2015-09-23 11:58 | migueldejuana | Note Added: 0080575 | |||
2015-09-23 11:58 | migueldejuana | Status | resolved => closed | ||
2015-09-23 11:58 | migueldejuana | Fixed in Version | => RR15Q4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|