[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3074) Remove @Transactional on EntityConverter/EntityLoader

Christian Bauer (JIRA) jira-events at lists.jboss.org
Fri Jun 6 02:28:20 EDT 2008


Remove @Transactional on EntityConverter/EntityLoader
-----------------------------------------------------

                 Key: JBSEAM-3074
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3074
             Project: Seam
          Issue Type: Task
          Components: JSF Integration
            Reporter: Christian Bauer
            Priority: Minor


Removing the TransactionInterceptor which is used with @Transactional by
the EntityHome/Home/Query components (I don't use it) - and I also question
why it is used on EntityConverter/EntityLoader. Especially for the
converter/loaders this is never necessary, they are always called inside a
JSF request that is wrapped by Seam in transactions and saying "Transaction
required" again and again is just costing a JNDI lookup.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list