You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Cathy Nordstrom (JIRA)" <ji...@apache.org> on 2010/02/25 23:11:28 UTC

[jira] Created: (OPENJPA-1543) Need to change fragmented messages that are combined by PreparedQueryImpl and PreparedQueryCacheImpl to complete messages

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

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


[jira] Resolved: (OPENJPA-1543) Need to change fragmented messages that are combined by PreparedQueryImpl and PreparedQueryCacheImpl to complete messages

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved OPENJPA-1543.
-----------------------------------

    Resolution: Fixed

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

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


[jira] Updated: (OPENJPA-1543) Need to change fragmented messages that are combined by PreparedQueryImpl and PreparedQueryCacheImpl to complete messages

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1543:
----------------------------------

    Affects Version/s:     (was: 2.0.0)
                       2.0.0-beta2

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

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