Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031461 | Openbravo ERP | A. Platform | public | 2015-11-13 11:19 | 2015-11-23 21:17 |
|
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 | | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031461: Add property to prevent import process threads to run in instance |
Description | For background processes there is a setting from preventing running in the background for specific instances. See the background.policy described here:
http://wiki.openbravo.com/wiki/Openbravo.properties#Others [^]
For the import process threads we need something similar. If there are multiple application servers using the same database server then only one of the instances should process import entries, not the other ones. |
Steps To Reproduce | See description |
Proposed Solution | add a property import.disable.process, see here:
http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Configuring_Web_POS_Import_Transaction_Process [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-13 11:19 | mtaal | New Issue | |
2015-11-13 11:19 | mtaal | Assigned To | => platform |
2015-11-13 11:19 | mtaal | OBNetwork customer | => No |
2015-11-13 11:19 | mtaal | Modules | => Core |
2015-11-13 11:19 | mtaal | Triggers an Emergency Pack | => No |
2015-11-13 11:23 | mtaal | Note Added: 0081811 | |
2015-11-13 16:01 | hgbot | Checkin | |
2015-11-13 16:01 | hgbot | Note Added: 0081830 | |
2015-11-13 16:01 | hgbot | Status | new => resolved |
2015-11-13 16:01 | hgbot | Resolution | open => fixed |
2015-11-13 16:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8953f39e61ca4aa0ee524173478984548096997b [^] |
2015-11-13 16:02 | hgbot | Checkin | |
2015-11-13 16:02 | hgbot | Note Added: 0081831 | |
2015-11-13 16:02 | mtaal | Review Assigned To | => alostale |
2015-11-16 14:33 | alostale | Assigned To | platform => mtaal |
2015-11-16 15:14 | alostale | Note Added: 0081889 | |
2015-11-16 15:14 | alostale | Status | resolved => closed |
2015-11-16 15:14 | alostale | Fixed in Version | => 3.0PR16Q1 |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082227 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082228 | |
Notes |
|
(0081811)
|
mtaal
|
2015-11-13 11:23
|
|
|
|
(0081830)
|
hgbot
|
2015-11-13 16:01
|
|
Repository: erp/devel/pi
Changeset: 8953f39e61ca4aa0ee524173478984548096997b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Nov 13 11:33:39 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8953f39e61ca4aa0ee524173478984548096997b [^]
Fixes issue 31461: Add property to prevent import process threads to run in instance
Prevent threads from starting if import.disable.process property is set to true
---
M src/org/openbravo/service/importprocess/ImportEntryManager.java
M src/org/openbravo/service/importprocess/ImportProcessUtils.java
---
|
|
|
(0081831)
|
hgbot
|
2015-11-13 16:02
|
|
Repository: erp/devel/pi
Changeset: 6c157f30e17ffb134c9605dde2ebd6fe7bd3f3ef
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Nov 13 12:14:29 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6c157f30e17ffb134c9605dde2ebd6fe7bd3f3ef [^]
Related to issue 31461: Add property to prevent import process threads to run in instance
Prevent NPE when entries are created
---
M src/org/openbravo/service/importprocess/ImportEntryManager.java
---
|
|
|
|
|
|
|
|
|
|
|