Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
0029947 | Openbravo ERP | A. Platform | public | 2015-05-20 17:56 | 2022-02-01 08:07 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Reporter | jorge-garcia | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | Triage Platform Base | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status | acknowledged | Resolution | open | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0029947: Wrong query launched when OBDal.getInstance.getSession.refresh(Object) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Wrong query launched when OBDal.getInstance.getSession.refresh(Object o) is executed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | Warehouse w = OBDal.getInstance().get(Warehouse.class, "B2D40D8A5D644DD89E329DC297309055"); System.out.println(w); OBDal.getInstance().getSession().refresh(w); * Refresh query must be the same as Get query. Get Query: select warehouse0_.M_Warehouse_ID as M1_653_1_, warehouse0_.AD_Client_ID as AD2_653_1_, warehouse0_.AD_Org_ID as AD3_653_1_, warehouse0_.IsActive as IsActive653_1_, warehouse0_.Created as Created653_1_, warehouse0_.CreatedBy as CreatedBy653_1_, warehouse0_.Updated as Updated653_1_, warehouse0_.UpdatedBy as UpdatedBy653_1_, warehouse0_.Value as Value653_1_, warehouse0_.Name as Name653_1_, warehouse0_.Description as Descrip11_653_1_, warehouse0_.C_Location_ID as C12_653_1_, warehouse0_.Separator as Separator653_1_, warehouse0_.IsShipper as IsShipper653_1_, warehouse0_.Shippercode as Shipper15_653_1_, warehouse0_.FromDocumentNo as FromDoc16_653_1_, warehouse0_.ToDocumentNo as ToDocum17_653_1_, warehouse0_.M_Returnlocator_ID as M18_653_1_, warehouse0_.M_Warehouse_Rule_ID as M19_653_1_, warehouse0_.Isallocated as Isalloc20_653_1_ from M_Warehouse warehouse0_ where warehouse0_.M_Warehouse_ID=? Refresh Query: select warehouse0_.M_Warehouse_ID as M1_653_1_, warehouse0_.AD_Client_ID as AD2_653_1_, warehouse0_.AD_Org_ID as AD3_653_1_, warehouse0_.IsActive as IsActive653_1_, warehouse0_.Created as Created653_1_, warehouse0_.CreatedBy as CreatedBy653_1_, warehouse0_.Updated as Updated653_1_, warehouse0_.UpdatedBy as UpdatedBy653_1_, warehouse0_.Value as Value653_1_, warehouse0_.Name as Name653_1_, warehouse0_.Description as Descrip11_653_1_, warehouse0_.C_Location_ID as C12_653_1_, warehouse0_.Separator as Separator653_1_, warehouse0_.IsShipper as IsShipper653_1_, warehouse0_.Shippercode as Shipper15_653_1_, warehouse0_.FromDocumentNo as FromDoc16_653_1_, warehouse0_.ToDocumentNo as ToDocum17_653_1_, warehouse0_.M_Returnlocator_ID as M18_653_1_, warehouse0_.M_Warehouse_Rule_ID as M19_653_1_, warehouse0_.Isallocated as Isalloc20_653_1_, locatorlis1_.M_Warehouse_ID as M10_653_3_, locatorlis1_.M_Locator_ID as M1_3_, locatorlis1_.M_Locator_ID as M1_359_0_, locatorlis1_.AD_Client_ID as AD2_359_0_, locatorlis1_.AD_Org_ID as AD3_359_0_, locatorlis1_.IsActive as IsActive359_0_, locatorlis1_.Created as Created359_0_, locatorlis1_.CreatedBy as CreatedBy359_0_, locatorlis1_.Updated as Updated359_0_, locatorlis1_.UpdatedBy as UpdatedBy359_0_, locatorlis1_.Value as Value359_0_, locatorlis1_.M_Warehouse_ID as M10_359_0_, locatorlis1_.PriorityNo as PriorityNo359_0_, locatorlis1_.IsDefault as IsDefault359_0_, locatorlis1_.X as X359_0_, locatorlis1_.Y as Y359_0_, locatorlis1_.Z as Z359_0_, locatorlis1_.Barcode as Barcode359_0_, locatorlis1_.EM_OBWHS_Type as EM17_359_0_ from M_Warehouse warehouse0_ left outer join M_Locator locatorlis1_ on warehouse0_.M_Warehouse_ID=locatorlis1_.M_Warehouse_ID where warehouse0_.M_Warehouse_ID=? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tags | Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | 29947-proposal.diff (586) 2015-06-03 16:25 https://issues.openbravo.com/file_download.php?file_id=8164&type=bug | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-20 17:56 | jorge-garcia | New Issue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-20 17:56 | jorge-garcia | Assigned To | => platform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-20 17:56 | jorge-garcia | Modules | => Core | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-20 17:56 | jorge-garcia | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-20 17:56 | jorge-garcia | Relationship added | related to 0025278 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-21 11:02 | alostale | Priority | high => urgent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-21 11:02 | alostale | Status | new => acknowledged | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-21 11:02 | alostale | Target Version | => 3.0PR15Q3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-21 11:05 | alostale | Tag Attached: Performance | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-21 11:09 | jorge-garcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=8605#r8605 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-05-28 14:17 | alostale | Note Added: 0077869 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-06-03 16:25 | alostale | File Added: 29947-proposal.diff | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-06-03 16:26 | alostale | Note Added: 0078028 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-06-03 16:30 | alostale | Relationship added | depends on 0030083 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-06-15 09:59 | alostale | Target Version | 3.0PR15Q3 => | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-06-15 13:57 | jorge-garcia | Resolution time | => 1436047200 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-07-03 10:23 | caristu | Relationship added | related to 0030308 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-07-03 10:23 | caristu | Resolution time | 1436047200 => | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2015-11-06 11:05 | alostale | Type | defect => design defect | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2018-07-25 09:19 | alostale | Relationship added | related to 0037064 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2018-07-27 15:55 | alostale | Note Added: 0105993 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2018-07-30 11:11 | alostale | Note Added: 0105998 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2019-02-11 11:23 | caristu | Relationship added | related to 0040157 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2019-02-28 12:02 | alostale | Note Edited: 0077869 | bug_revision_view_page.php?bugnote_id=0077869#r18369 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2019-02-28 12:51 | alostale | Relationship added | related to 0040290 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-27 11:05 | cberner | Note Added: 0131396 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-10-18 14:47 | cberner | Note Edited: 0131396 | bug_revision_view_page.php?bugnote_id=0131396#r23198 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2022-02-01 08:07 | alostale | Assigned To | platform => Triage Platform Base |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|