mirror of https://github.com/apache/openjpa.git
OPENJPA-2463 : Change message from error to warning.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1551449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ce4d50169
commit
d0a311efe0
|
@ -1181,7 +1181,7 @@ public class PCEnhancer {
|
|||
}
|
||||
|
||||
if (_meta.isEmbeddedOnly() && _meta.getIdentityType() == ClassMetaData.ID_APPLICATION) {
|
||||
_log.error(_loc.get("ID-field-in-embeddable-unsupported", _meta.toString()));
|
||||
_log.warn(_loc.get("ID-field-in-embeddable-unsupported", _meta.toString()));
|
||||
}
|
||||
|
||||
addNewObjectIdInstanceMethod(true);
|
||||
|
|
Loading…
Reference in New Issue