Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039400 | Openbravo ERP | A. Platform | public | 2018-10-04 09:48 | 2018-12-11 20:22 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q1 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0039400: session is not Serializable |
Description | Currently several objects that are set in session are not serializable. In order to make sessions distributable among different nodes in a cluster, it is necessary to serialize it, so all objects set in session should be serializable.
This is a pre-requisite to be able not to have sticky sessions in cluster 0035440. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0039502 | | closed | alostale | API change: removed methods in OBContext | blocks | design defect | 0035440 | | acknowledged | Triage Platform Base | tomcat clustering is restricted to sticky sessions | blocks | design defect | 0034490 | | acknowledged | Triage Platform Base | [clustering] Support clustering | blocks | feature request | 0039431 | | acknowledged | Triage Platform Base | mark application as distributable |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-10-04 09:48 | alostale | New Issue | |
2018-10-04 09:48 | alostale | Assigned To | => alostale |
2018-10-04 09:48 | alostale | Modules | => Core |
2018-10-04 09:48 | alostale | Triggers an Emergency Pack | => No |
2018-10-04 09:48 | alostale | Relationship added | blocks 0035440 |
2018-10-04 09:48 | alostale | Status | new => acknowledged |
2018-10-04 09:49 | alostale | Relationship added | blocks 0034490 |
2018-10-04 09:51 | alostale | Review Assigned To | => caristu |
2018-10-04 09:52 | alostale | Description Updated | bug_revision_view_page.php?rev_id=17736#r17736 |
2018-10-10 13:19 | alostale | Relationship added | blocks 0039431 |
2018-10-22 14:28 | hgbot | Checkin | |
2018-10-22 14:28 | hgbot | Note Added: 0107480 | |
2018-10-22 14:28 | hgbot | Status | acknowledged => resolved |
2018-10-22 14:28 | hgbot | Resolution | open => fixed |
2018-10-22 14:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/81abb68df45a5bfea2d4cec0fef1f89e78cfe5ec [^] |
2018-10-22 14:34 | alostale | Relationship added | depends on 0039502 |
2018-10-25 12:18 | hgbot | Checkin | |
2018-10-25 12:18 | hgbot | Note Added: 0107575 | |
2018-10-25 12:18 | hgbot | Checkin | |
2018-10-25 12:18 | hgbot | Note Added: 0107576 | |
2018-10-25 12:19 | hgbot | Checkin | |
2018-10-25 12:19 | hgbot | Note Added: 0107577 | |
2018-10-25 12:19 | hgbot | Checkin | |
2018-10-25 12:19 | hgbot | Note Added: 0107578 | |
2018-10-25 12:19 | hgbot | Checkin | |
2018-10-25 12:19 | hgbot | Note Added: 0107579 | |
2018-10-25 12:19 | hgbot | Checkin | |
2018-10-25 12:19 | hgbot | Note Added: 0107580 | |
2018-10-25 12:22 | hgbot | Checkin | |
2018-10-25 12:22 | hgbot | Note Added: 0107581 | |
2018-10-25 12:25 | hgbot | Checkin | |
2018-10-25 12:25 | hgbot | Note Added: 0107582 | |
2018-10-30 07:52 | hgbot | Checkin | |
2018-10-30 07:52 | hgbot | Note Added: 0107647 | |
2018-10-30 07:53 | hgbot | Checkin | |
2018-10-30 07:53 | hgbot | Note Added: 0107648 | |
2018-10-30 07:53 | hgbot | Checkin | |
2018-10-30 07:53 | hgbot | Note Added: 0107649 | |
2018-11-08 18:30 | caristu | Note Added: 0107807 | |
2018-11-08 18:30 | caristu | Status | resolved => closed |
2018-11-08 18:30 | caristu | Fixed in Version | => 3.0PR19Q1 |
2018-12-11 20:22 | hudsonbot | Checkin | |
2018-12-11 20:22 | hudsonbot | Note Added: 0108439 | |
Notes |
|
(0107480)
|
hgbot
|
2018-10-22 14:28
|
|
Repository: erp/devel/pi
Changeset: 81abb68df45a5bfea2d4cec0fef1f89e78cfe5ec
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Oct 22 14:27:12 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/81abb68df45a5bfea2d4cec0fef1f89e78cfe5ec [^]
fixed issue 39400: Openbravo session is now Serializable
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
M src-core/src/org/openbravo/base/MultipartRequest.java
M src-core/src/org/openbravo/base/VariablesBase.java
M src-core/src/org/openbravo/data/FieldProvider.java
M src-core/src/org/openbravo/data/Sqlc.java
M src-core/src/org/openbravo/uiTranslation/FieldGroupLabelsData.java
M src-core/src/org/openbravo/uiTranslation/FieldLabelsData.java
M src-core/src/org/openbravo/uiTranslation/InterfaceModuleInfoData.java
M src-core/src/org/openbravo/uiTranslation/InterfaceTrlInfoData.java
M src-core/src/org/openbravo/uiTranslation/ProcessLabelsData.java
M src-core/src/org/openbravo/uiTranslation/TextInterfacesData.java
M src-test/src/org/openbravo/test/AllAntTaskTests.java
M src-test/src/org/openbravo/test/dal/OBContextTest.java
M src/org/openbravo/base/secureApp/DefaultValuesData.java
M src/org/openbravo/dal/core/OBContext.java
M src/org/openbravo/dal/security/OrganizationStructureProvider.java
M src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java
M src/org/openbravo/erpCommon/ad_forms/SQLExecutor_Query.java
M src/org/openbravo/erpCommon/ad_forms/ShowSessionVariablesStructureData.java
M src/org/openbravo/erpCommon/ad_help/HelpWindow.java
M src/org/openbravo/erpCommon/ad_reports/SummaryProductCategory.java
M src/org/openbravo/erpCommon/businessUtility/COAData.java
M src/org/openbravo/erpCommon/modules/ImportModule.java
M src/org/openbravo/erpCommon/utility/FieldProviderFactory.java
M src/org/openbravo/erpCommon/utility/OBError.java
M src/org/openbravo/erpCommon/utility/OBObjectFieldProvider.java
M src/org/openbravo/erpCommon/utility/SQLReturnObject.java
M src/org/openbravo/erpCommon/utility/SetPriorityCategoryData.java
M src/org/openbravo/erpCommon/utility/SimpleFieldProvider.java
M src/org/openbravo/erpCommon/utility/reporting/Report.java
M src/org/openbravo/erpCommon/utility/reporting/printing/AttachContent.java
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
M src/org/openbravo/erpReports/ReportTaxPaymentJR.java
M src/org/openbravo/erpReports/ReportVatRegisterJR.java
---
|
|
|
(0107575)
|
hgbot
|
2018-10-25 12:18
|
|
Repository: erp/pmods/org.openbravo.creditmanagement.dunning
Changeset: 9d1d7a0a40d4daa44d159793965c1b42308dd4eb
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Oct 25 12:17:32 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.creditmanagement.dunning/rev/9d1d7a0a40d4daa44d159793965c1b42308dd4eb [^]
related to issue 39400: supress serial warns
---
M src/org/openbravo/creditmanagement/dunning/biz/DunningReportData.java
M src/org/openbravo/creditmanagement/dunning/biz/FinPaymentScheduleInvVData.java
M src/org/openbravo/creditmanagement/dunning/biz/OBMessage.java
M src/org/openbravo/creditmanagement/dunning/forms/DunningRunData.java
M src/org/openbravo/creditmanagement/dunning/forms/LevelData.java
---
|
|
|
(0107576)
|
hgbot
|
2018-10-25 12:18
|
|
|
|
(0107577)
|
hgbot
|
2018-10-25 12:19
|
|
|
|
(0107578)
|
hgbot
|
2018-10-25 12:19
|
|
|
|
(0107579)
|
hgbot
|
2018-10-25 12:19
|
|
|
|
(0107580)
|
hgbot
|
2018-10-25 12:19
|
|
|
|
(0107581)
|
hgbot
|
2018-10-25 12:22
|
|
|
|
(0107582)
|
hgbot
|
2018-10-25 12:25
|
|
|
|
(0107647)
|
hgbot
|
2018-10-30 07:52
|
|
Repository: erp/pmods/org.openbravo.creditmanagement.dunning
Changeset: 64983d5a34fba390510de7689daf3649747a062f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Oct 30 07:52:52 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.creditmanagement.dunning/rev/64983d5a34fba390510de7689daf3649747a062f [^]
related to issue 39400: removed redundant serialVersionUID
---
M src/org/openbravo/creditmanagement/dunning/biz/DunningReportData.java
M src/org/openbravo/creditmanagement/dunning/biz/FinPaymentScheduleInvVData.java
M src/org/openbravo/creditmanagement/dunning/biz/OBMessage.java
M src/org/openbravo/creditmanagement/dunning/forms/DunningRunData.java
M src/org/openbravo/creditmanagement/dunning/forms/LevelData.java
---
|
|
|
(0107648)
|
hgbot
|
2018-10-30 07:53
|
|
|
|
(0107649)
|
hgbot
|
2018-10-30 07:53
|
|
|
|
|
|
|
|
|