You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/02/09 20:47:02 UTC

[jira] Created: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

DistributedTemplate is incorrectly setting some attributes on the statements
----------------------------------------------------------------------------

                 Key: OPENJPA-916
                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
             Project: OpenJPA
          Issue Type: Bug
          Components: slice
    Affects Versions: 1.2.0, 1.1.0, 1.3.0, 2.0.0
            Reporter: Donald Woods
            Assignee: Donald Woods
            Priority: Minor
             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0


DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Work started: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Work on OPENJPA-916 started by Pinaki Poddar.

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Updated: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Donald Woods updated OPENJPA-916:
---------------------------------

    Attachment: OPENJPA-916-branches12x.patch
                OPENJPA-916-branches13x.patch
                OPENJPA-916-trunk.patch

Patch to properly call the setQueryTimeout() and setMaxRows() on the List of Statements.

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Assigned: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Pinaki Poddar reassigned OPENJPA-916:
-------------------------------------

    Assignee: Pinaki Poddar

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Commented: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

Posted by "Pinaki Poddar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672013#action_12672013 ] 

Pinaki Poddar commented on OPENJPA-916:
---------------------------------------

Thanks Dan for finding this error.
I will apply the patch to trunk.

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Updated: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Donald Woods updated OPENJPA-916:
---------------------------------

    Attachment: OPENJPA-916-branches11x.patch

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Resolved: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Michael Dick resolved OPENJPA-916.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.0-M1)

Some of the users of the 1.2.x and 1.0.x are conservative about changes, especially without a testcase. For now we'll resolve this issue in the released branches only. 

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Reopened: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Donald Woods reopened OPENJPA-916:
----------------------------------

      Assignee: Michael Dick  (was: Pinaki Poddar)

Mike, please consider applying to the 1.2.x branch.

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Minor
>             Fix For: 2.0.0-M1, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


[jira] Assigned: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Donald Woods reassigned OPENJPA-916:
------------------------------------

    Assignee:     (was: Donald Woods)

Unassigning so a committer can review and hopefully commit.

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Priority: Minor
>             Fix For: 1.1.1, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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


Re: [jira] Resolved: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

Posted by Donald Woods <dw...@apache.org>.
Shouldn't this also be included in 1.2 and 1.3 branches, or does no one 
use the openjpa-slice support?


-Donald


Pinaki Poddar (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/OPENJPA-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Pinaki Poddar resolved OPENJPA-916.
> -----------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s:     (was: 1.2.1)
>                        (was: 1.3.0)
>                        (was: 1.1.1)
>                    2.0.0-M1
> 
>> DistributedTemplate is incorrectly setting some attributes on the statements
>> ----------------------------------------------------------------------------
>>
>>                 Key: OPENJPA-916
>>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>>             Project: OpenJPA
>>          Issue Type: Bug
>>          Components: slice
>>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>>            Reporter: Donald Woods
>>            Assignee: Pinaki Poddar
>>            Priority: Minor
>>             Fix For: 2.0.0-M1, 2.0.0
>>
>>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>>
>>
>> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.
> 

[jira] Resolved: (OPENJPA-916) DistributedTemplate is incorrectly setting some attributes on the statements

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

Pinaki Poddar resolved OPENJPA-916.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.1)
                       (was: 1.3.0)
                       (was: 1.1.1)
                   2.0.0-M1

> DistributedTemplate is incorrectly setting some attributes on the statements
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-916
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-916
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: slice
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 2.0.0-M1, 2.0.0
>
>         Attachments: OPENJPA-916-branches11x.patch, OPENJPA-916-branches12x.patch, OPENJPA-916-branches13x.patch, OPENJPA-916-trunk.patch
>
>
> DistributedTemplate.java in openjpa-slice is not setting the setQueryTimeout() and setMaxRows() properties on its List of statements, but instead is setting the value on setMaxFieldSize() instead.

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