Why is @TransactionAttribute on a @PostConstruct method not inherited when an @Singleton extends a superclass in JBoss EAP 6
Issue
- Why do I have to have the @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) annotation in every @Singleton's @PostContruct instead of just being able to put the @TransactionAttribute on a @PostConstruct of a superclass and inherit it?
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.