Description
Using Cayenne Modeler 3.0B1, I edited an ObjEntity's Java Type to be a custom enum (say, foo.bar.enums.MyType). When I save the project, I
get an incorrect validation warning:
Warning: EmbeddedAttribute has incorrect Embeddable.
CM used to not work this way (never gave a warning for this) because custom Java Types are supported.
You can still save the project, but the incorrect and misleading validation warning could confuse people.