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:
Richard G. Curtis 2013-12-17 02:43:23 +00:00
parent 9ce4d50169
commit d0a311efe0
1 changed files with 1 additions and 1 deletions

View File

@ -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);