Claes Rosell

Results 40 comments of Claes Rosell

The problem is that the Accumulator.onRow(Object[] args) is called even if the resultset is empty. It is the groupCalculator that is causing this faulty call, and since it seems like...

> The build is working again. Seems to be a temp error. I re-run the CI Workflow on master 16 minutes ago and it does still not work. This PR...

This PR now only contains the fix for the NPE when using row.__rownum. For the original problem described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=438257, see #922

I am working on a unit test for this (using data extraction api), but I do not have much time right now so it will probably take another week.

From the error message I get a feeling that this is caused by two different versions of javax.xml.namespace.QName. It may be the same version loaded by two different ClassLoaders as...

@hvbtup , Can you provide a small test report with the example database which recreates this problem?

I will take another look at this. The row index of the DataSet is probably 0-based and I guess that row.__rownum should be 1-based. The part of the Birt which...

When I have read up on all the forum posts and bug descriptions / comments it seems like the original problem does not have anything to do with an NPE...

I think that I have found the problem for COUNT() returning 0 for empty resultsets. For some strange reason, the build is not working though. I think that the cause...