-browse.xml not found after migration

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:
1
I don´t know where to start looking :sweat_smile:
as you see in menu.xml user-browse.xml is declared
2
also… the class has all @... necessary anotated
3
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)

Please attach the user-browse.xml file. In text, not in a screenshot.

user-browse.xml (3.5 KB)
UserBrowse.java (347 Bytes)
User.java (3.9 KB)

Here you have .xml and the classes

The files you have attached look OK and have nothing to do with the exception message.
Is it possible that you are trying to open a different screen? Please check again your main menu structure.

1 Like

Okay, I got it.
There is a .xml file (web-screens.xml) that contains templates for some screens, so I think that when I try to open one of those screen, program takes the path from the .xml file we are talking about.
In my case I don´t need templates, so by deleting that, the problem is solved.

Captura
Thank you, Kind regards