Description
Currently org.jboss.seam.transaction.Transaction#getUserTransaction() catches for a NameNotFoundException when doing the lookup for "java:comp/UserTransaction". This fails on Apache Tomcat 7.0.27 because it will throw a generic NamingException.
Please change the code to catch a NamingException instead of NameNotFoundException (which is a child class of NamingException).