Community
Participate
Working Groups
I have removed the primary-key checkbox from the EclipseLink 2.3 platform tenant discriminator column UI. This will need to be added back just to the EclipseLink 2.4 platform when we support it.
If there is a primary key tenant discriminator column defined we need to remove the validation that the entity has no primary key attribute defined. This is a valid use case: @Entity @Multitenant(value=MultitenantType.SINGLE_TABLE) @TenantDiscriminatorColumn(name="ID", primaryKey=true) public class Foo { }
resolved for M5
Verified in Build I-3.4.0-20120104005037 Verified primaryKey checkbox is removed from EL 2.3 and put into EL 2.4. Verified that when you have primaryKey = true set for tenant descriptor column the validation does not appear. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.2_M5