]
Ondra Chaloupka updated JBTM-2927:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.6.5.Final
Resolution: Done
@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.6.5.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.