Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012702 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2010-03-17 09:15 | 2010-04-19 21:10 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 0f475015bd24 | ||||
Projection | none | ETA | none | Target Version | pi | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
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 | 0012702: Cycle in parent reference references then DAL throws stack over flow error | |||||||
Description | When there is a cycle in the parent reference associations in the AD_Reference table then the DAL will get into an infinite loop and throw a stack over flow. This happens in this method in org.openbravo.base.model.Reference: public String getModelImplementationClassName() { if (getModelImpl() == null && getParentReference() != null) { return getParentReference().getModelImplementationClassName(); } return getModelImpl(); } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0025625) hgbot (developer) 2010-03-19 17:38 |
Repository: erp/devel/pi Changeset: 0f475015bd24f8820edbae6cf8ae49a447c23e49 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Fri Mar 19 17:45:39 2010 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/0f475015bd24f8820edbae6cf8ae49a447c23e49 [^] fixes issue 12702: Cycle in parent reference references then DAL throws stack over flow error --- M src-test/org/openbravo/test/dal/IssuesTest.java M src/org/openbravo/base/model/Reference.hbm.xml M src/org/openbravo/base/model/Reference.java --- |
(0026215) iperdomo (viewer) 2010-04-14 18:29 |
Tested on PI @ rev b20cb5f43144 using the testcase |
(0026357) hudsonbot (viewer) 2010-04-19 21:10 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/0f475015bd24 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/91d98bda46c1 [^] Tests: http://builds.openbravo.com/view/devel-int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17088.obx [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2010-03-17 09:15 | mtaal | New Issue | |
2010-03-17 09:15 | mtaal | Assigned To | => mtaal |
2010-03-17 09:15 | mtaal | OBNetwork customer | => No |
2010-03-19 17:38 | hgbot | Checkin | |
2010-03-19 17:38 | hgbot | Note Added: 0025625 | |
2010-03-19 17:38 | hgbot | Status | new => resolved |
2010-03-19 17:38 | hgbot | Resolution | open => fixed |
2010-03-19 17:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0f475015bd24f8820edbae6cf8ae49a447c23e49 [^] |
2010-04-14 18:29 | iperdomo | Note Added: 0026215 | |
2010-04-14 18:29 | iperdomo | Status | resolved => closed |
2010-04-15 00:00 | anonymous | sf_bug_id | 0 => 2987420 |
2010-04-19 21:10 | hudsonbot | Checkin | |
2010-04-19 21:10 | hudsonbot | Note Added: 0026357 |
Copyright © 2000 - 2009 MantisBT Group |