Created
September 19, 2013 14:27
-
-
Save sebersole/6624331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Specifically here the phrase "is not recognized" is in question. In our opinion there are 2 problems with the JPA provider accepting such properties at the EntityManager level: | |
| * Unnecessary growth of the map used to hold these properties | |
| * Misleading feedback when/if EntityManager#getProperties() is later called (here it would look like some BV config is in use when it is not). | |
| I understand that the wording in the javadoc makes what the TCK does allowable, but in my opinion the intent is incorrect and we ask that this be changed. There are other properties that actually have meaning at the EntityManager level that could be used to test this instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment