Project:
View Revisions: Issue #27170 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0027170: Problem in event handler CharacteristicValueEventHandler.java when you update a characteristics value | ||
Revision | 2014-07-23 20:58 by jecharri | ||
Steps To Reproduce | -In a database with a los of product using product characteristics.Tab "characteristics" inside window "Product" -Login to ERP -Go to "product characteristics" window and select one. -Go to tab "Value" and after selecting a record, modify the code or insert a new one You will see that JAVA starts taking all the memory and the server stops working. The problem is eventhandler CharacteristicValueEventHandler.java because we are doing if (productCharateristic.count() > 0) { for (ProductCharacteristic productch : productCharateristic.list()) { and for (ProductCharacteristicConf conf : productCharateristicsConf.list()) { instead of using ScrollableResults. |
||
Revision | 2014-07-23 20:39 by jecharri | ||
Steps To Reproduce | -In a database with a los of product using product characteristics.Tab "characteristics" inside window "Product" -Login to ERP -Go to "product characteristics" window and select one. -Go to tab "Value" and after selecting a record, modify the code or insert a new one You will see that JAVA starts taking all the memory and the server stops working. The problem is eventhandler CharacteristicValueEventHandler.java because we are doing if (productCharateristic.count() > 0) { for (ProductCharacteristic productch : productCharateristic.list()) { instead of using ScrollableResults. |
||
Revision | 2014-07-23 20:34 by jecharri | ||
Steps To Reproduce | -In a database with a los of product using product characteristics -Go to "product characteristics" window -Select a value and modify the code or insert a new one You will see that JAVA starts taking all the memory and the server stops working. The problem is eventhandler CharacteristicValueEventHandler.java because we are doing if (productCharateristic.count() > 0) { for (ProductCharacteristic productch : productCharateristic.list()) { instead of using ScrollableResults. |
Copyright © 2000 - 2009 MantisBT Group |