Openbravo Issue Tracking System - Modules |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0047607 | Modules | Advanced Warehouse Operations | public | 2021-08-30 11:57 | 2021-08-30 12:32 |
|
| Reporter | vmromanos | |
| Assigned To | vmromanos | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Merge Request Status | approved |
| Regression date | |
| Regression introduced by commit | |
| Regression level | |
| Review Assigned To | |
| Support ticket | |
| OBNetwork customer | No |
| Regression introduced in release | |
|
| Summary | 0047607: IdentificatorVerbosityGenerator and Hibernate Upgrade |
| Description | The IdentificatorVerbosityGenerator contains a hack to be able to get the correct java class name from a object created by the hibernate proxy.
This kind of objects belong to a java class name with a suffix "_$$_javassist_".
In recent Hibernate versions this suffix has been replaced by "$HibernateProxy$", so this code won't work anymore. |
| Steps To Reproduce | Set a breakpoint inside IdentificatorVerbosityGenerator.getClassNameWithoutSuffix() and monitor the className param.
Run the AWO test suite in debug mode. Verify objects created by hibernate proxy doesn't have the "_$$_javassist_" suffix but "$HibernateProxy$" |
| 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 |
| 2021-08-30 11:57 | vmromanos | New Issue | |
| 2021-08-30 11:57 | vmromanos | Assigned To | => vmromanos |
| 2021-08-30 11:57 | vmromanos | OBNetwork customer | => No |
| 2021-08-30 11:57 | vmromanos | Relationship added | caused by 0037064 |
| 2021-08-30 11:57 | vmromanos | Status | new => scheduled |
| 2021-08-30 12:12 | hgbot | Merge Request Status | => open |
| 2021-08-30 12:12 | hgbot | Note Added: 0131436 | |
| 2021-08-30 12:32 | hgbot | Merge Request Status | open => approved |
| 2021-08-30 12:32 | hgbot | Resolution | open => fixed |
| 2021-08-30 12:32 | hgbot | Status | scheduled => closed |
| 2021-08-30 12:32 | hgbot | Note Added: 0131439 | |
| 2021-08-30 12:32 | hgbot | Note Added: 0131440 | |
| 2022-09-06 17:18 | caristu | Category | Advance Warehouse Operations => Advanced Warehouse Operations |