Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028567
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2015-01-12 14:372022-02-01 08:05
ReportershuehnerView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028567: generated web.xml servlet mapping for manual servlets not stable across recompiles

DescriptionThe 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 SolutionAdd stable order by for selectMapping method of Wad_data.xsql as per attached patch.
TagsNo tags attached.
Attached Filesdiff file icon 28567.diff [^] (484 bytes) 2015-01-12 14:37 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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.

- Issue History
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
Powered by Mantis Bugtracker