[
https://issues.apache.org/jira/browse/GERONIMO-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks closed GERONIMO-3135.
----------------------------------
Resolution: Fixed
Rev 539962. This solution has the big disadvantage that it uses a non-spec
method on the geronimo TransactionImpl class to register a synchronization, but
you can't register a synch on a tx marked for rollback using the jta method.
(actually the spec just says trying must throw a RollbackException, not that it
won't succeed. Maybe we can register the synch anyway???)
> Allow enlisting into tx marked for rollback only
> ------------------------------------------------
>
> Key: GERONIMO-3135
> URL: https://issues.apache.org/jira/browse/GERONIMO-3135
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: transaction manager
> Affects Versions: 2.0-M5
> Reporter: David Jencks
> Assigned To: David Jencks
> Fix For: 2.0-M6
>
>
> Just because someone has marked a tx rollback only doesn't mean we should try
> to prevent them from reading more data from datasources to e.g. send back a
> more informative message to the user.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.