]
Shane Bryzak updated SEAMPERSIST-18:
------------------------------------
Fix Version/s: The Future
@Transactional not inherited in larger hierarchies
--------------------------------------------------
Key: SEAMPERSIST-18
URL:
https://issues.jboss.org/browse/SEAMPERSIST-18
Project: Seam Persistence
Issue Type: Bug
Affects Versions: 3.0.0.Beta2
Environment: JBoss 6.0.0.Final, Seam Persistence 3.0.0.Beta2
Reporter: Stephan Pabinger
Fix For: The Future
I am using the following hierarchy:
ClassA (abstract)
inherited by
ClassB (abstract)
inherited by
ClassC
ClassA
- injects a Seam-Managed Persistence Context as described in
(
http://docs.jboss.org/seam/3/persistence/latest/reference/en-US/html/pers...)
- performs em.joinTransaction() in a method that is annotated with @Transactional
ClassB
- just extends ClassA (nothing added)
ClassC
- extends ClassB
- is annotated with @Named
When I call #{classC.joinTransaction} I get the following exception: [1]. When inheriting
ClassC directly from ClassA the method is called just fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: