Project:
View Revisions: Issue #33696 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0033696: NPE in POSImportEntryProcessor when the posterminal json property has an illegal value | ||
Revision | 2016-08-12 09:55 by mtaal | ||
Description | See stacktrace [1], this causes the import entry from not being saved at all. Change the code [2] to set the status to error and a warning messages. [1] Caused by: org.openbravo.base.exception.OBException: java.lang.NullPointerException at org.openbravo.mobile.core.process.DataSynchronizationProcess.createImportEntry(DataSynchronizationProcess.java:89) at org.openbravo.mobile.core.process.DataSynchronizationProcess.executeCreateImportEntry(DataSynchronizationProcess.java:115) ... 41 more Caused by: java.lang.NullPointerException at org.openbravo.retail.posterminal.importprocess.POSImportEntryProcessor.onSave(POSImportEntryProcessor.java:79) at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source) [2] https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/060b566c4098/src/org/openbravo/retail/posterminal/importprocess/POSImportEntryProcessor.java [^] |
||
Revision | 2016-08-12 09:55 by mtaal | ||
Description | See stacktrace [1], this causes the import entry from not being saved at all. Change the code to set the status to error and a warning messages. Caused by: org.openbravo.base.exception.OBException: java.lang.NullPointerException at org.openbravo.mobile.core.process.DataSynchronizationProcess.createImportEntry(DataSynchronizationProcess.java:89) at org.openbravo.mobile.core.process.DataSynchronizationProcess.executeCreateImportEntry(DataSynchronizationProcess.java:115) ... 41 more Caused by: java.lang.NullPointerException at org.openbravo.retail.posterminal.importprocess.POSImportEntryProcessor.onSave(POSImportEntryProcessor.java:79) at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source) |
Copyright © 2000 - 2009 MantisBT Group |