You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2013/11/22 20:26:35 UTC

[jira] [Created] (OOZIE-1623) JPAService doesn't need to do reads in a transaction

Robert Kanter created OOZIE-1623:
------------------------------------

             Summary: JPAService doesn't need to do reads in a transaction
                 Key: OOZIE-1623
                 URL: https://issues.apache.org/jira/browse/OOZIE-1623
             Project: Oozie
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Robert Kanter
            Assignee: Robert Kanter


{{JPAService#executeGet}} and {{JPAService#executeGetList}} are both doing {{SELECT}} queries (so only reading), which means that they shouldn't need to be in a transaction.



--
This message was sent by Atlassian JIRA
(v6.1#6144)