]
Tom Jenkinson updated JBTM-2927:
--------------------------------
Fix Version/s: 5.7.0.Final
(was: 5.6.5.Final)
@Transactional CDI annotation does not work in transitive way within
@Stereotype
--------------------------------------------------------------------------------
Key: JBTM-2927
URL:
https://issues.jboss.org/browse/JBTM-2927
Project: JBoss Transaction Manager
Issue Type: Bug
Affects Versions: 5.6.4.Final
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Fix For: 5.7.0.Final
When {{@Transactional}} annotation is used within the {{@Stereotype}} one and the
{{@Stereotype}} enhanced another stereotype the @Transactional interceptor (Narayana CDI
implementation) does not see the transactional under the stereotype.
This is a follow-up to issue
https://jira.jboss.org/browse/WFLY-2485 which did not fix
the trouble whole over.