On Fri, Mar 11, 2011 at 21:00, John D. Ament <[email protected]> wrote:
> To echo George's point, I've seen a few forum posts about JTA dependencies > in Seam Persistence, when running it in a tomcat environment. Is it > possible for us to do this, while possibly degrading softly when it's not > around? > Seam Persistence can operate in the absence of JTA. It then uses the transaction provided by a resource, such as the EntityManager. This requires explicit configuration, though, because the application developer has to specify which resource to use as the transaction source. I suppose it could be automatically selected. If you feel strongly about that, I welcome a proposal ;) -Dan -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://www.google.com/profiles/dan.j.allen#about http://mojavelinux.com http://mojavelinux.com/seaminaction
_______________________________________________ seam-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-dev
