- Platform 7.2.11
- I added multi tenant add on via market place
- when I create an entity with a screen and extend it to StandardTenantEntity I got the error message below in the running application
- Same issue when I implement
TenantEntity
interface and add the@TenantId
annotation to the column containing the tenant ID manually. - Same issue when I don’t add any entity. Completely new CUBA project, add multi tenant and start than the application.
ERROR MESSAGE: ClassCastException: com.haulmont.addon.sdbmt.web.tenant.TenantEdit incompatible with com.haulmont.addon.sdbmt.web.tenant.TenantBrowse