Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0017255 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Modules] Human Capital Management | major | have not tried | 2011-05-18 18:40 | 2011-07-20 18:16 | |||||||
Reporter | shuehner | View Status | public | |||||||||
Assigned To | jonalegriaesarte | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | 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 | |||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0017255: Module probably needs update to cope with the new hibernate behavior after the library update in 3.0rc7 | |||||||||||
Description | This file: ./org.openbravo.hcm.common/src/org/openbravo/hcm/common/ad_callout/HCMC_employee_possalcat.java: whereClause.append(" left outer join ps.salaryCategory "); contains an explicit left join without an alias in its hql and uses the join path 'ps.salaryCategory' again later in the where clause. The old (3.2.5) hibernate version applies the where clause to that explicit left join. The new 3.6.3 version used in/after 3.0RC7 will add another inner join and apply the where condition on that changing behavior. | |||||||||||
Steps To Reproduce | Compare query behavior with old & new hibernate version. | |||||||||||
Proposed Solution | - Add alias to the join and use the alias-name in the where condition. - run + test all hql queries once to check result. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2011-05-18 18:40 | shuehner | New Issue | |
2011-05-18 18:40 | shuehner | Assigned To | => adrianromero |
2011-05-18 18:41 | shuehner | Note Added: 0037177 | |
2011-06-03 10:57 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:16 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
Copyright © 2000 - 2009 MantisBT Group |