<div dir="ltr">Good morning everyone,<br>in Midpoint 3.7 working well but in 3.9 not working anymore.<br><br>The most basic query for find all active users ...<br><br>select<br>  u.oid,<br>  u.fullObject,<br>  u.stringsCount,<br>  u.longsCount,<br>  u.datesCount,<br>  u.referencesCount,<br>  u.polysCount,<br>  u.booleansCount<br>from<br>  RUser u<br>where<br>  (<br>    u.activation.effectiveStatus = com.evolveum.midpoint.repo.sql.data.common.enums.RActivationStatus.ENABLED<br>  )<br><br><br>When You try it on <a href="https://demo.evolveum.com/midpoint">https://demo.evolveum.com/midpoint</a> get error: org.hibernate.hql.internal.ast.QuerySyntaxException: Invalid path: 'com.evolveum.midpoint.repo.sql.data.common.enums.RActivationStatus.ENABLED'<br><br>Result is the same with extension atributtes.<br><br>Does anybody knows workaround for this issue?<br><br>Thanks<br>Tomas<br></div>