[seam-dev] How to reduce UserTransaction lookups

Emmanuel Bernard emmanuel at hibernate.org
Fri Oct 3 18:14:56 EDT 2008


On  Oct 3, 2008, at 17:35, Jay Balunas wrote:
>
> What is the risk of caching this transaction instance in the event  
> scope?

Does seam components support something like the REQUIRES_NEW semantic  
of SessionBeans? If so, then caching might not be appropriate.
Generally speaking if something use the TransactionManager to create  
new transactions or suspend them, you are screwed.

>
>
> How can we determine when/if the transaction is not valid anymore -  
> do we need to?
>
> Does the behavior need to be different for UTTransaction vs  
> CMTTransaction?
>
> Thanks,
> Jay
>
>
> -- 
> blog: http://in.relation.to/Bloggers/Jay
> <Transaction.txt>_______________________________________________
> seam-dev mailing list
> seam-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/seam-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/seam-dev/attachments/20081003/cf291fa3/attachment.html 


More information about the seam-dev mailing list