Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Inheritance. Exception "Missing class for indicator field value"

Try adding an @DiscriminatorValue with a string that will fit the @DiscriminatorColumn to Persona.

Franc2010 wrote:
Sorry, I only put it on the subject. It is "Missing class for indicator field
value [OPR]". OPR is one of the values for the discriminator column of class
"Persona". But also it raises the same exception if there's a "SUP" type. No
problem with discriminator column value "EMP".


What exception do you see?


Back to the top