Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0028567 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2015-01-12 14:37 | 2022-02-01 08:05 | ||||||
Reporter | shuehner | View Status | public | ||||||||
Assigned To | Triage Platform Base | ||||||||||
Priority | normal | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | Fix in branch | Fixed in SCM revision | ||||||||
Projection | none | ETA | none | Target Version | |||||||
OS | Any | Database | Any | Java version | |||||||
OS Version | Database version | Ant version | |||||||||
Product Version | SCM revision | ||||||||||
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 | 0028567: generated web.xml servlet mapping for manual servlets not stable across recompiles | ||||||||||
Description | The query used to generate the servlet mapping for manual servlets is missing a proper order by so the order of those lines in the generated web.xml is not stable. This can be i.e. observed when compared web.xml of pristine pi with one from retail. On top of expected changes also lots of unwanted ordering changes are present. Not a big problem but annoying when changing that code as makes it hard to compare effects in generated output. | ||||||||||
Steps To Reproduce | - | ||||||||||
Proposed Solution | Add stable order by for selectMapping method of Wad_data.xsql as per attached patch. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | ![]() | ||||||||||
![]() |
|
![]() |
|
(0073427) shuehner (administrator) 2015-01-12 14:38 |
Patch changes from order by ad_model_object_mapping.name (which is nullable) to classname,mappingname. Note: Alternative ordering could be action ||ad_model_object_id,mappingname to have more obvious ordering in file. But main point is to get ordering stable. |
![]() |
|||
Date Modified | Username | Field | Change |
2015-01-12 14:37 | shuehner | New Issue | |
2015-01-12 14:37 | shuehner | Assigned To | => AugustoMauch |
2015-01-12 14:37 | shuehner | OBNetwork customer | => No |
2015-01-12 14:37 | shuehner | Modules | => Core |
2015-01-12 14:37 | shuehner | Triggers an Emergency Pack | => No |
2015-01-12 14:37 | shuehner | File Added: 28567.diff | |
2015-01-12 14:38 | shuehner | Note Added: 0073427 | |
2015-01-12 15:38 | alostale | Target Version | => 3.0PR15Q2 |
2015-03-11 08:11 | alostale | Priority | low => high |
2015-03-11 08:11 | alostale | Status | new => acknowledged |
2015-03-11 08:11 | alostale | Target Version | 3.0PR15Q2 => |
2015-03-17 14:37 | alostale | Assigned To | AugustoMauch => platform |
2015-11-11 11:37 | alostale | Priority | high => normal |
2022-02-01 08:05 | alostale | Assigned To | platform => Triage Platform Base |
Copyright © 2000 - 2009 MantisBT Group |