RuntimeException: Unable to find selected entity name by using keyValueCollection

RuntimeException: Unable to find selected entity name Error when I using table with and go to last page
My JPQL is working fine :
select t1.name, t1.checkIn, t2.productname from table1 t1 left join masProduct t2 on t2 = t1.product
image

Hi!

Unfortunately, according to your description it is not very clear how to reproduce the error.
Please provide more details on what steps you are doing or attach a small test project.

Regards,
Irina

Hello,
we got the same problem.
I try to give more details:
When we use a keyValueCollection as datasource for a group table and use the Filter-object and paging with a page-size less than the resultset size and step through the pages one by one till the end, it works perfectly.
But when you click on [?] or [>>] the error

RuntimeException: Unable to find selected entity name [select p.id ,k.id ,a.id ,ab.id ,ad.id ,t.id ,u1.id ,u2.id ,u3.id …

comes up.

The sorting seems to be working fine.

Any help or ideas are very welcome.

Regards
Manfred