Openbravo Issue Tracking System - Localization Pack: Spain |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039150 | Localization Pack: Spain | AEAT 340 | public | 2018-08-17 12:41 | 2018-11-30 10:54 |
|
Reporter | shuehner | |
Assigned To | collazoandy4 | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
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 | Sandrahuguet |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0039150: 3.6.400 version of this module fails to install with ERP 18Q3 version as accidentally contains changes for Q4 |
Description | Fix for issue 39095 accidentally mixes the fix (SQLFunctionRegister) with an api change of hibernate upgrade project from 18Q4.
That makes the this version fail to compile with 18Q3.
[javac] /opt/OpenbravoERP/modules/org.openbravo.module.aeat340.es/src/org/openbravo/module/aeat340/es/api/year2012/AEAT340Report_2012APRMDao.java:14: error: package org.hibernate.query does not exist
[javac] import org.hibernate.query.Query;
[javac] ^
[javac] /opt/OpenbravoERP/modules/org.openbravo.module.aeat340.es/src/org/openbravo/module/aeat340/es/api/year2012/AEAT340Report_2012APRMDao.java:86: error: cannot find symbol
[javac] final Query<PaymentInfoFor340> query_e = session_e.createQuery(sql.toString(),
[javac] ^
[javac] symbol: class Query
[javac] location: class AEAT340Report_2012APRMDao
[javac] /opt/OpenbravoERP/modules/org.openbravo.module.aeat340.es/src/org/openbravo/module/aeat340/es/api/year2012/AEAT340Report_2012APRMDao.java:86: error: method createQuery in interface Session cannot be applied to given types;
[javac] final Query<PaymentInfoFor340> query_e = session_e.createQuery(sql.toString(),
[javac] ^
[javac] required: String
[javac] found: String,Class<PaymentInfoFor340>
[javac] reason: actual and formal argument lists differ in length
|
Steps To Reproduce | ERP 18Q3 instance
Set MMC to search in QA Approved
Install SPLP module name: "Professional Localization pack Spain (EspaƱa)"
And rebuild
|
Proposed Solution | undo commit with mixes fixes.
Commit only intended SqlFunctionRegister fix and publish in QAA with dependency on Q3.
Fix for hibernate api change is also needed in tip with dependency raised to not be compatible with Q3 |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0039095 | | closed | collazoandy4 | Openbravo ERP | Update modules to SQLFunctionRegister |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-08-17 12:41 | shuehner | New Issue | |
2018-08-17 12:41 | shuehner | Assigned To | => Sandrahuguet |
2018-08-17 12:42 | shuehner | Relationship added | caused by 0039095 |
2018-08-17 12:47 | Sandrahuguet | Assigned To | Sandrahuguet => collazoandy4 |
2018-08-20 09:09 | hgbot | Checkin | |
2018-08-20 09:09 | hgbot | Note Added: 0106400 | |
2018-08-20 09:09 | hgbot | Status | new => resolved |
2018-08-20 09:09 | hgbot | Resolution | open => fixed |
2018-08-20 09:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/5b195178e0ad26ccd052d0446d4f437676ba3d94 [^] |
2018-08-20 09:09 | hgbot | Checkin | |
2018-08-20 09:09 | hgbot | Note Added: 0106401 | |
2018-08-20 09:09 | hgbot | Checkin | |
2018-08-20 09:09 | hgbot | Note Added: 0106402 | |
2018-08-20 09:57 | hgbot | Checkin | |
2018-08-20 09:57 | hgbot | Note Added: 0106404 | |
2018-08-20 09:57 | hgbot | Checkin | |
2018-08-20 09:57 | hgbot | Note Added: 0106406 | |
2018-08-20 09:57 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/5b195178e0ad26ccd052d0446d4f437676ba3d94 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/b4e12ccaefacf703dc650dc0e1102546bedb237a [^] |
2018-08-20 09:57 | hgbot | Checkin | |
2018-08-20 09:57 | hgbot | Note Added: 0106407 | |
2018-08-20 10:22 | hgbot | Checkin | |
2018-08-20 10:22 | hgbot | Note Added: 0106408 | |
2018-08-21 09:46 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2018-08-21 09:46 | Sandrahuguet | Note Added: 0106420 | |
2018-08-21 09:46 | Sandrahuguet | Status | resolved => closed |
2018-11-30 10:16 | hgbot | Checkin | |
2018-11-30 10:16 | hgbot | Note Added: 0108177 | |
2018-11-30 10:54 | hgbot | Checkin | |
2018-11-30 10:54 | hgbot | Note Added: 0108178 | |
Notes |
|
(0106400)
|
hgbot
|
2018-08-20 09:09
|
|
Repository: erp/pmods/org.openbravo.module.aeat340.es
Changeset: 5b195178e0ad26ccd052d0446d4f437676ba3d94
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Fri Aug 17 19:56:35 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/5b195178e0ad26ccd052d0446d4f437676ba3d94 [^]
Fixes issue 39150:Removed changes of 18Q4
The fix for issue 39095 accidentally mixes the fix with an api chan of hibernate
upgrade project from 18Q4
The upgrades changes was removed.
---
M src/org/openbravo/module/aeat340/es/api/year2012/AEAT340Report_2012APRMDao.java
---
|
|
|
(0106401)
|
hgbot
|
2018-08-20 09:09
|
|
|
|
(0106402)
|
hgbot
|
2018-08-20 09:09
|
|
|
|
(0106404)
|
hgbot
|
2018-08-20 09:57
|
|
|
|
(0106406)
|
hgbot
|
2018-08-20 09:57
|
|
Repository: erp/pmods/org.openbravo.module.aeat340.es
Changeset: b4e12ccaefacf703dc650dc0e1102546bedb237a
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Fri Aug 17 20:12:56 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/b4e12ccaefacf703dc650dc0e1102546bedb237a [^]
Fixes issue 39150:Removed changes of 18Q4
The fix for issue 39095 accidentally mixes the fix with an api chan of hibernate
upgrade project from 18Q4
The upgrades changes was removed.
---
M src/org/openbravo/module/aeat340/es/api/year2012/AEAT340Report_2012APRMDao.java
---
|
|
|
(0106407)
|
hgbot
|
2018-08-20 09:57
|
|
|
|
(0106408)
|
hgbot
|
2018-08-20 10:22
|
|
|
|
|
|
|
(0108177)
|
hgbot
|
2018-11-30 10:16
|
|
|
|
(0108178)
|
hgbot
|
2018-11-30 10:54
|
|
|