In Seam does TransactionAttributeType.REQUIRED causes methods to synchronized?
Issue
- We have some APPLICATION scoped seam components that act as configuration providers for all the users. They are injected into CONVERSATION scope seam components used by each user. We have some methods on APPLICATION scoped seam components marked as "@TransactionAttribute(TransactionAttributeType.REQUIRED)". These methods make some DB calls. Does this cause the methods to be synchronised?
Environment
- JBoss Enterprise Application Platform (EAP)
- 4.3
- JBoss Seam 2.0.2-Feature Pack (Included with the EAP)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.