Hello!
I have a Cuba project that I want to make multitenant. In the project, I have a UserExt entity that worked ok before. After I installed the Multitenancy addon, I have the next problem :
’ class com.haulmont.cuba.security.entity.User is already extended by class com.haulmont.sdbmtsample.entity.UserExt ’
Platform Version is: 7.2.9
Multitenancy: 2.0.2
I used your demo project ‘multitenancy-addon-demo-master’ where I added a new entity UserExt and the problem persist.
I saw that TenantUser is deprecated and if I use it I have another problem.