You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2015/06/03 23:38:38 UTC

[jira] [Created] (DELTASPIKE-915) Transactional#readOnly needs to be @Nonbinding

Gerhard Petracek created DELTASPIKE-915:
-------------------------------------------

             Summary: Transactional#readOnly needs to be @Nonbinding
                 Key: DELTASPIKE-915
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-915
             Project: DeltaSpike
          Issue Type: Bug
          Components: JPA-Module
    Affects Versions: 1.4.0
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
             Fix For: 1.4.1


Transactional#readOnly isn't @Nonbinding and therefore no interceptor gets active. result: the rollback code doesn't get invoked at all, because there is no transaction. that also means if there is a nested call which starts a transaction, that transaction gets handled as usual.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)