Kbase P169707: NullPointerException when trying to get second changes after deletion of second row of ProDataGraph
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/24/2010 |
|
Status: Unverified
SYMPTOM(s):
NullPointerException when trying to get second changes after deletion of second row of ProDataGraph
ProDataGraph dataset = proChangeSummary.getChanges(); is throwing NullPointerException
java.lang.NullPointerException at com.progress.open4gl.ProChangeSummary.getChanges(ProChangeSummary.java:122)
FACT(s) (Environment):
OpenEdge 10.2B 32-bit
All Supported Operating Systems
CAUSE:
proChangeSummary.beginLogging() was called before last changes to the ProDataGraph applied
FIX:
Apply changes to ProDataGraph before calling proChangeSummary.beginLogging() again by using the ProDataGraph getEChangeSummary().apply() method.