Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039040 | Retail Modules | Web POS | public | 2018-07-25 11:11 | 2018-07-26 16:10 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q4 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2018-07-24 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/95dcfa93d706654e1fbddfc3966bec7280081ac1 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0039040: ProcessHQLQuery is not handling properly queries without alias after Hibernate upgrade |
Description | ProcessHQLQuery is not handling properly queries without alias after Hibernate upgrade.
After the Hibernate upgrade, the query.getReturnAlias() method returns null for each selected column in the query which does not have an alias. Before the upgrade, this method was returning the position of the column if the alias was null.
This behavior causes failure in the JSONRowConverter class, which due to this change is trying to put null keys in the JSON result, causing errors. |
Steps To Reproduce | 1) Install the french certification module
2) Try to log-in in the WebPOS |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0037064 | | closed | caristu | Openbravo ERP | upgrade hibernate to 5.3.2 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-07-25 11:11 | caristu | New Issue | |
2018-07-25 11:11 | caristu | Assigned To | => Retail |
2018-07-25 11:11 | caristu | Triggers an Emergency Pack | => No |
2018-07-25 11:11 | caristu | Assigned To | Retail => caristu |
2018-07-25 11:12 | caristu | Relationship added | caused by 0037064 |
2018-07-25 11:27 | hgbot | Checkin | |
2018-07-25 11:27 | hgbot | Note Added: 0105937 | |
2018-07-25 11:27 | hgbot | Status | new => resolved |
2018-07-25 11:27 | hgbot | Resolution | open => fixed |
2018-07-25 11:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/a5886da3bbba3ab5838f85631c4fc163cf9610d6 [^] |
2018-07-25 11:27 | caristu | Review Assigned To | => marvintm |
2018-07-25 11:28 | caristu | Regression level | => Pre packaging ( pi ) |
2018-07-25 11:28 | caristu | Regression date | => 2018-07-24 |
2018-07-25 11:28 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/95dcfa93d706654e1fbddfc3966bec7280081ac1 [^] |
2018-07-26 16:10 | marvintm | Status | resolved => closed |
2018-07-26 16:10 | marvintm | Fixed in Version | => RR18Q4 |