Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-beta2
-
None
Description
This file contains a number of messages that are fragments
/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/kernel/localizer.properties
These fragments are put together into complete messages by PreparedQueryImpl.java and PreparedQueryCacheImpl.java
This needs to be changed so that each message is a complete message rather than putting it together as fragments as fragments are often hard to translate so that the complete message reads correctly.
Also, Kevin recommends that this message be TRACE instead of INFO.
250 TestConv INFO [main] openjpa.Runtime - Query "select a FROM CacheObjectE a where a.str = 'e'" is removed from cache excluded permanentlybecause the query result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by an instance of org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider@26472647. .