Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0030578 | Openbravo ERP | A. Platform | public | 2015-08-14 10:03 | 2015-08-25 13:31 |
Reporter | alostale | ||||
Assigned To | alostale | ||||
Priority | immediate | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | 3.0PR15Q4 | |||
Merge Request Status | |||||
Review Assigned To | AugustoMauch | ||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0030578: WAD 2.50 generation fails for Product window | ||||
Description | WAD 2.50 generation fails for Product window because it has included a new tab based on an HQL window and WAD is treating it as a standard table. See failing CI: https://ci.openbravo.com/job/int-full-pgsql-compile-all/609/console [^] | ||||
Steps To Reproduce | Execute ant compile -Dwad.generateAllClassic250Windows=true -Dtab=product [java] 1143 [main] ERROR org.openbravo.data.Sqlc - SQL error in query: SELECT to_char(M_Costing_Transactions_HQL.Created, ?) as created, [java] (SELECT NAME FROM AD_USER u WHERE AD_USER_ID = M_Costing_Transactions_HQL.CreatedBy) as CreatedByR, [java] to_char(M_Costing_Transactions_HQL.Updated, ?) as updated, [java] to_char(M_Costing_Transactions_HQL.Updated, 'YYYYMMDDHH24MISS') as Updated_Time_Stamp, [java] M_Costing_Transactions_HQL.UpdatedBy, [java] (SELECT NAME FROM AD_USER u WHERE AD_USER_ID = M_Costing_Transactions_HQL.UpdatedBy) as UpdatedByR, [java] M_Costing_Transactions_HQL.id, [java] M_Costing_Transactions_HQL.movementType, [java] (CASE WHEN M_Costing_Transactions_HQL.movementType IS NULL THEN '' ELSE ( COALESCE(TO_CHAR(list1.name),'') ) END) AS movementTypeR, [java] M_Costing_Transactions_HQL.transaction, [java] (CASE WHEN M_Costing_Transactions_HQL.transaction IS NULL THEN '' ELSE ( COALESCE(TO_CHAR(table1.M_Transaction_ID),'') ) END) AS transactionR, [java] M_Costing_Transactions_HQL.movementDate, [java] TO_CHAR(M_Costing_Transactions_HQL.trxProcessDate, ?) AS trxProcessDate, [java] M_Costing_Transactions_HQL.M_Costing_ID, [java] M_Costing_Transactions_HQL.movementQuantity, [java] M_Costing_Transactions_HQL.price, [java] M_Costing_Transactions_HQL.transactionCost, [java] M_Costing_Transactions_HQL.cumQty, [java] M_Costing_Transactions_HQL.cost, [java] M_Costing_Transactions_HQL.cumCost, [java] M_Costing_Transactions_HQL.adjustmentAmt, [java] ? AS LANGUAGE [java] FROM M_Costing_Transactions_HQL left join ad_ref_list_v list1 on (M_Costing_Transactions_HQL.movementType = list1.value and list1.ad_reference_id = '189' and list1.ad_language = ?) left join (select M_Transaction_ID from M_Transaction) table1 on (M_Costing_Transactions_HQL.transaction = table1.M_Transaction_ID) [java] WHERE 2=2 [java] AND 1=1 [java] AND M_Costing_Transactions_HQL.id = ? [java] AND M_Costing_Transactions_HQL.AD_Client_ID IN ( [java] '1') [java] AND M_Costing_Transactions_HQL.AD_Org_ID IN ( [java] '1') [java] [java] org.postgresql.util.PSQLException: ERROR: relation "m_costing_transactions_hql" does not exist [java] Position: 1381 | ||||
Proposed Solution | Ignore HQL tables in WAD 2.50 generation | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-08-14 10:03 | alostale | New Issue | |||
2015-08-14 10:03 | alostale | Assigned To | => alostale | ||
2015-08-14 10:03 | alostale | OBNetwork customer | => No | ||
2015-08-14 10:03 | alostale | Modules | => Core | ||
2015-08-14 10:03 | alostale | Triggers an Emergency Pack | => No | ||
2015-08-14 10:04 | alostale | Review Assigned To | => AugustoMauch | ||
2015-08-14 10:07 | hgbot | Checkin | |||
2015-08-14 10:07 | hgbot | Note Added: 0079352 | |||
2015-08-14 10:07 | hgbot | Status | new => resolved | ||
2015-08-14 10:07 | hgbot | Resolution | open => fixed | ||
2015-08-14 10:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6620d568fc9ac3b38ca1accce99b752387641587 [^] | ||
2015-08-20 23:16 | hudsonbot | Checkin | |||
2015-08-20 23:16 | hudsonbot | Note Added: 0079551 | |||
2015-08-25 13:31 | AugustoMauch | Note Added: 0079693 | |||
2015-08-25 13:31 | AugustoMauch | Status | resolved => closed | ||
2015-08-25 13:31 | AugustoMauch | Fixed in Version | => 3.0PR15Q4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|