Need to change fragmented messages that are combined by PreparedQueryImpl and 
PreparedQueryCacheImpl to complete messages
-------------------------------------------------------------------------------------------------------------------------

                 Key: OPENJPA-1543
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1543
             Project: OpenJPA
          Issue Type: Bug
          Components: kernel
    Affects Versions: 2.0.0
            Reporter: Cathy Nordstrom
            Assignee: Pinaki Poddar
            Priority: Minor
             Fix For: 2.0.0


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$cachingresultobjectprovi...@26472647.
  .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to