7 Replies Latest reply on Aug 16, 2007 11:16 AM by youngm

    Seam managed transaction in Tomcat

    dapeng

      Hi,

      I am struggling to deploy a seam sample application on Tomcat6. I always get the problem that the SeamPhaseListener failed to start a tx, because it is not able to look up a UserTransaction in the JNDI in Tomcat.

      I have to add <core:init debug="true" transaction-management-enabled="false"/> into components.xml to disable the seam managed tx, but to use Spring @Transactional. I got something like "Seam Cannot create resource instance".

      Can anyone explain me how to configure the tomcat to enable the seam managed transaction?

      Thanx.
      Dapeng