mirror of https://github.com/apache/openjpa.git
Ignore "Id" property while reporting unrecognized configuration properties.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@492645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2013fb55b7
commit
f5e4742f17
|
@ -633,6 +633,7 @@ public class ConfigurationImpl
|
|||
// <prefix>.properties System property; remove that property so we
|
||||
// we don't warn about it
|
||||
Configurations.removeProperty("properties", remaining);
|
||||
Configurations.removeProperty("Id", remaining);
|
||||
|
||||
// now warn if there are any remaining properties that there
|
||||
// is an unhandled prop
|
||||
|
|
Loading…
Reference in New Issue