Good afternoon.
Recently I migrated my cuba app to Jmix, it deploy with no errors. Obviously I will have to make so much more changes to use all entities properly because of deprecated methods or dependencies. The problem is that I´m stuck trying to acces users to give them roles and authority since Jmix doesn´t convert this. (My app works with a lot of users and I´m checking almost in every method what role do they have to give them some functionality or another)
The problem is this:
I don´t know where to start looking
as you see in menu.xml user-browse.xml is declared
also… the class has all @...
necessary anotated
I attach jmix and app logs if is usefull to anyone.
Thank you, Kind regars
appLog.txt (14.7 KB)
webLog.txt (10.4 KB)