]
Scott Marlow closed WFLY-2031.
------------------------------
Resolution: Done
container managed persistence context calls that return a
StoredProcedureQuery, should return a wrapper if a jta transaction is not active
------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-2031
URL:
https://issues.jboss.org/browse/WFLY-2031
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
look at existing use of AbstractEntityManager.detachTypedQueryNonTxInvocation() and also
catch queries that need this. For example, createQuery(CriteriaUpdate criteriaUpdate) is
in need of this.