2 Replies Latest reply on Jun 20, 2006 5:05 AM by sumonwai

    Transaction not Active excetion

    bentins

      I have a weird situation.

      I get this nestedSqlException: Transaction is not active when I do a select. The weird thing is that the select is done when struts calls on a form to get some value and all I do is open a connection by doing getConnection on my datasource and then I do the select using JDBC. There shouldn't be a Transaction here at all.

      Any ideas?