Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012426 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2010-02-23 21:36 | 2010-09-07 09:18 | |||
Reporter | iperdomo | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP14 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | c0a2362bd1ec | |||
Projection | none | ETA | none | Target Version | pi | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_15 | |||
OS Version | 2.6.30-gentoo-r5 | Database version | 8.3.8 | Ant version | 1.7.1 | |||
Product Version | 2.50MP11 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | classes-not-found.log [^] (18,580 bytes) 2010-02-23 21:36 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0024760) hgbot (developer) 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 (developer) 2010-02-24 10:50 |
Repository: erp/devel/pi Changeset: c0a2362bd1eca734da028333d239f3dd37697199 Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Wed Feb 24 10:49:26 2010 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/c0a2362bd1eca734da028333d239f3dd37697199 [^] Added test case, related to issue 12426 --- M src-test/org/openbravo/test/AllTests.java A src-test/org/openbravo/test/model/ClassLoaderTest.java --- |
(0025311) hudsonbot (developer) 2010-03-12 22:39 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/2c3334aee6eb [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/631c626866c1 [^] Tests: http://builds.openbravo.com/view/devel-int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16685.obx [^] |
(0025313) hudsonbot (developer) 2010-03-12 22:39 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/c0a2362bd1ec [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/631c626866c1 [^] Tests: http://builds.openbravo.com/view/devel-int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16685.obx [^] |
(0025497) shuehner (administrator) 2010-03-15 20:15 |
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 (developer) 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 --- |
(0030711) hudsonbot (developer) 2010-09-07 09:18 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/ff4ecf3d8676 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4390fe5213a4 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18274.obx [^] |
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 |
Copyright © 2000 - 2009 MantisBT Group |