Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040631 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] Analytics | minor | have not tried | 2019-04-17 09:57 | 2019-04-19 08:10 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | e7825a37d2cb | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | alostale | |||||||
Regression introduced in release | ||||||||
Summary | 0040631: Analytics module fails to compile after Hibernate upgrade to version 5.4 | |||||||
Description | As part of the Hibernate upgrade to version 5.4, the dom4j library was also upgraded to version 2.1.1.jar. Analytics fails to compile having that dom4j library version: [javac] /srv/ci/workspace/mod-simple-ci23.18103/modules/org.openbravo.client.analytics/src/org/openbravo/client/analytics/report/AnalyticsProcessReportHandlerReplaceBP.java:64: error: incompatible types: List<Node> cannot be converted to ArrayList<Element> [javac] .selectNodes("Axis"); [javac] ^ [javac] /srv/ci/workspace/mod-simple-ci23.18103/modules/org.openbravo.client.analytics/src/org/openbravo/client/analytics/report/AnalyticsProcessReportHandlerReplaceBP.java:70: error: incompatible types: List<Node> cannot be converted to Collection<Element> [javac] .selectNodes("Dimension"); [javac] | |||||||
Steps To Reproduce | 1) Update pi to a revision equal or higher than https://code.openbravo.com/erp/devel/pi/rev/bdd63e1a834142c97bca4bee8ad1f5afbfadaafd [^] 2) Install analytics module. The compilation fails. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0111180) hgbot (developer) 2019-04-17 11:53 |
Repository: erp/pmods/org.openbravo.client.analytics Changeset: e7825a37d2cbf9b5717a136d04dc527e47049673 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Wed Apr 17 11:48:48 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/e7825a37d2cbf9b5717a136d04dc527e47049673 [^] fixes issue 40631: compilation error with dom4j-2.1.1 With he dom4j-2.1.1.jar library (upgraded with [1]), the selectNodes method of Node class now returns the parameterized type List<Node>. Before it was returning the raw List,i.e., without defining the type parameter. Add the changes to adapt to this API change. --- M src/org/openbravo/client/analytics/report/AnalyticsProcessReportHandlerReplaceBP.java --- |
(0111197) hgbot (developer) 2019-04-17 14:20 |
Repository: erp/pmods/org.openbravo.client.analytics Changeset: 0eb79199135f4d053d71ea36f76d4562e67dbeea Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Wed Apr 17 14:20:00 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/0eb79199135f4d053d71ea36f76d4562e67dbeea [^] related to issue 40631: remove warning no longer needed --- M src/org/openbravo/client/analytics/mondrian/Mondrian4SchemaGenerator.java --- |
(0111212) alostale (manager) 2019-04-19 08:10 |
reviewed |
Issue History | |||
Date Modified | Username | Field | Change |
2019-04-17 09:57 | caristu | New Issue | |
2019-04-17 09:57 | caristu | Assigned To | => platform |
2019-04-17 09:57 | caristu | Assigned To | platform => caristu |
2019-04-17 09:58 | caristu | Relationship added | caused by 0040552 |
2019-04-17 09:58 | caristu | Summary | Analytics module fails to compile after => Analytics module fails to compile after Hibernate upgrade to version 5.4 |
2019-04-17 11:53 | hgbot | Checkin | |
2019-04-17 11:53 | hgbot | Note Added: 0111180 | |
2019-04-17 11:53 | hgbot | Status | new => resolved |
2019-04-17 11:53 | hgbot | Resolution | open => fixed |
2019-04-17 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/e7825a37d2cbf9b5717a136d04dc527e47049673 [^] |
2019-04-17 11:54 | caristu | Review Assigned To | => alostale |
2019-04-17 12:34 | caristu | Steps to Reproduce Updated | View Revisions |
2019-04-17 14:20 | hgbot | Checkin | |
2019-04-17 14:20 | hgbot | Note Added: 0111197 | |
2019-04-19 08:10 | alostale | Note Added: 0111212 | |
2019-04-19 08:10 | alostale | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |