Multitenancy disabled doesn't work (probably a bug)


stephane <passignat@...>
 
Edited

Hi,

The disable option doesn't work:
@MultiTenant(disable = true)

In the MultiTenantHandler DN looks for disabled instead of disable attribute name
Boolean disabled = (Boolean)annotationValues.get("disabled");
if (disabled != null && !disabled)


--
Stephane

Join {main@datanucleus.groups.io to automatically receive all group messages.