jmix 1.5.5
jmix plugin 2.3.2-241 haulmont
java 21
gradle 8.1
при попытке логина выходит Непредвиденная ошибка с несколькими exception, у каждого описание Problem compiling [select e from User e where e.username = :username]
сущность User есть и указана в persistence.xml
. Возможно ли, что где-то ещё в конфигурации она не указана?
Все exception с вверху вниз
com.vaadin.server.ServerRpcManager$RpcInvocationException: Unable to invoke method click in com.vaadin.shared.ui.button.ButtonServerRpc
Caused by: java.lang.reflect.InvocationTargetException: null
Caused by: org.springframework.security.authentication.InternalAuthenticationServiceException: An exception occurred while creating a query in EntityManager:
Exception Description: Problem compiling [select e from User e where e.username = :username].
[14, 18] The abstract schema type 'User' is unknown.
[27, 37] The state field path 'e.username' cannot be resolved to a valid type.
Caused by: org.eclipse.persistence.exceptions.JPQLException:
Exception Description: Problem compiling [select e from User e where e.username = :username].
[14, 18] The abstract schema type 'User' is unknown.
[27, 37] The state field path 'e.username' cannot be resolved to a valid type.