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.