Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012426 | Openbravo ERP | A. Platform | public | 2010-02-23 21:36 | 2010-09-07 09:18 |
|
Reporter | iperdomo | |
Assigned To | iperdomo | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.30-gentoo-r5 |
Product Version | 2.50MP11 | |
Target Version | pi | Fixed in Version | 2.50MP14 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012426: web.xml clean up |
Description | The web.xml is a generated file that uses the AD_Model_Object and AD_Model_Object_Mapping to generate it.
There are several entries <servlet-class> in the web.xml without the corresponding class implementation. Attached a list of classes.
Attached you'll find a list |
Steps To Reproduce | Check all <servlet-class> in WebContent/WEB-INF/web.xml and look for the corresponding .class in the classpath (build/classes) |
Proposed Solution | Clean up the 2 tables involved in generated the file. AD_Model_Object and AD_Model_Object_Mapping |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012690 | | closed | iperdomo | junit testcase ClassLoaderTest is not included in standard testrun (not included in *Ant*Tests) | related to | defect | 0014120 | 2.50MP22 | closed | alostale | Removed entries from AD_Model_Object make the system to fail |
|
Attached Files | classes-not-found.log (18,580) 2010-02-23 21:36 https://issues.openbravo.com/file_download.php?file_id=2272&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-23 21:36 | iperdomo | New Issue | |
2010-02-23 21:36 | iperdomo | Assigned To | => iperdomo |
2010-02-23 21:36 | iperdomo | File Added: classes-not-found.log | |
2010-02-23 21:36 | iperdomo | Status | new => scheduled |
2010-02-23 21:36 | iperdomo | fix_in_branch | => pi |
2010-02-23 21:37 | hgbot | Checkin | |
2010-02-23 21:37 | hgbot | Note Added: 0024760 | |
2010-02-23 21:37 | hgbot | Status | scheduled => resolved |
2010-02-23 21:37 | hgbot | Resolution | open => fixed |
2010-02-23 21:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2c3334aee6eb6d9daf12cec7f9e322c0f0975185 [^] |
2010-02-24 10:50 | hgbot | Checkin | |
2010-02-24 10:50 | hgbot | Note Added: 0024771 | |
2010-02-24 10:50 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/2c3334aee6eb6d9daf12cec7f9e322c0f0975185 [^] => http://code.openbravo.com/erp/devel/pi/rev/c0a2362bd1eca734da028333d239f3dd37697199 [^] |
2010-03-12 22:39 | hudsonbot | Checkin | |
2010-03-12 22:39 | hudsonbot | Note Added: 0025311 | |
2010-03-12 22:39 | hudsonbot | Checkin | |
2010-03-12 22:39 | hudsonbot | Note Added: 0025313 | |
2010-03-15 20:14 | shuehner | Relationship added | related to 0012690 |
2010-03-15 20:15 | shuehner | Note Added: 0025497 | |
2010-03-15 20:15 | shuehner | Status | resolved => closed |
2010-03-15 20:15 | shuehner | Fixed in Version | => 2.50MP14 |
2010-03-16 00:00 | anonymous | sf_bug_id | 0 => 2970934 |
2010-08-03 17:38 | iciordia | Relationship added | related to 0014120 |
2010-09-01 08:40 | hgbot | Checkin | |
2010-09-01 08:40 | hgbot | Note Added: 0030551 | |
2010-09-07 09:18 | hudsonbot | Checkin | |
2010-09-07 09:18 | hudsonbot | Note Added: 0030711 | |
Notes |
|
(0024760)
|
hgbot
|
2010-02-23 21:37
|
|
Repository: erp/devel/pi
Changeset: 2c3334aee6eb6d9daf12cec7f9e322c0f0975185
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Feb 23 21:39:26 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2c3334aee6eb6d9daf12cec7f9e322c0f0975185 [^]
Fixes issue 12426: Cleaned up tables used for generating web.xml
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
---
|
|
|
(0024771)
|
hgbot
|
2010-02-24 10:50
|
|
|
|
|
|
|
|
|
|
|
Deletion list was based on automated testcase which seems to work fine. Tested some random samples of the deleted entries manually. No problematic ones found. Closing |
|
|
(0030551)
|
hgbot
|
2010-09-01 08:40
|
|
Repository: erp/devel/pi
Changeset: ff4ecf3d867637c0fe39680981bc50ac12f5060c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 31 11:27:47 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ff4ecf3d867637c0fe39680981bc50ac12f5060c [^]
fixed bug 14120: Roll back model object deletion for wad tabs
Rolled back model object deletion for wad tabs performed by fix of issue 12426.
Now web.xml file for wad tabs does not take into account active value of model
object, but it uses this value from tab and window. So if a tab is inactive its
entry is not added in web.xml regardless it is active in model object table.
---
M src-db/database/model/triggers/AD_TAB_TRG2.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-wad/src/org/openbravo/wad/Wad_data.xsql
---
|
|
|
|
|