Openbravo Issue Tracking System - Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0017255 | Modules | Human Capital Management | public | 2011-05-18 18:40 | 2011-07-20 18:16 |
Reporter | shuehner | ||||
Assigned To | jonalegriaesarte | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Regression date | |||||
Regression introduced by commit | |||||
Regression level | |||||
Review Assigned To | |||||
Support ticket | |||||
OBNetwork customer | |||||
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. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|