Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012160 | Openbravo ERP | A. Platform | public | 2010-02-05 14:24 | 2010-03-10 18:29 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 2.50MP12 | |
Merge Request Status | |
Review Assigned To | |
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 | 0012160: Do not initialize dal in apply.modules if not needed |
Description | Apply.modules task uses DAL to import reference data of modules.
The problem is that DAL is always initialized regardless it is needed, making the process slower if the modules to be applied don't have reference data. |
Steps To Reproduce | |
Proposed Solution | Do not initialize dal if not needed. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-05 14:24 | alostale | New Issue | |
2010-02-05 14:24 | alostale | Assigned To | => alostale |
2010-02-05 14:24 | alostale | OBNetwork customer | => No |
2010-02-05 14:26 | hgbot | Checkin | |
2010-02-05 14:26 | hgbot | Note Added: 0023992 | |
2010-02-05 14:26 | hgbot | Status | new => resolved |
2010-02-05 14:26 | hgbot | Resolution | open => fixed |
2010-02-05 14:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4d779c084f41a72925ae0e657c43773a12870de9 [^] |
2010-02-05 14:34 | hgbot | Checkin | |
2010-02-05 14:34 | hgbot | Note Added: 0023993 | |
2010-02-05 14:34 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4d779c084f41a72925ae0e657c43773a12870de9 [^] => http://code.openbravo.com/erp/devel/pi/rev/7e181b15371551ed217f995d3849e83ec195576b [^] |
2010-02-15 17:36 | hudsonbot | Checkin | |
2010-02-15 17:36 | hudsonbot | Note Added: 0024299 | |
2010-02-15 17:36 | hudsonbot | Checkin | |
2010-02-15 17:36 | hudsonbot | Note Added: 0024300 | |
2010-02-15 17:36 | hudsonbot | Checkin | |
2010-02-15 17:36 | hudsonbot | Note Added: 0024301 | |
2010-02-16 17:06 | marvintm | Note Added: 0024424 | |
2010-02-16 17:06 | marvintm | Status | resolved => closed |
2010-02-16 17:06 | marvintm | Fixed in Version | => 2.50MP12 |
2010-02-17 00:01 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:29 | anonymous | sf_bug_id | => 2968019 |
Notes |
|
(0023992)
|
hgbot
|
2010-02-05 14:26
|
|
Repository: erp/devel/pi
Changeset: 4d779c084f41a72925ae0e657c43773a12870de9
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Feb 05 14:26:41 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4d779c084f41a72925ae0e657c43773a12870de9 [^]
fixed bug 12160: Do not initialize dal in apply.modules if not needed
---
M src/org/openbravo/erpCommon/modules/ApplyModule.java
M src/org/openbravo/erpCommon/modules/ApplyModuleTask.java
---
|
|
|
(0023993)
|
hgbot
|
2010-02-05 14:34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tested that DAL is not initialized if there are no modules containing reference data in the system, and that it is initialized when those modules exist. |
|