2 Replies Latest reply on Jun 30, 2003 6:59 PM by ioparra

    3.0.4 -> 3.2-snapshot... Tx NotSupported is not supported?

    ioparra

      I have a session bean(TX required) calling a finder method (findAll, TX NotSupported) that is failing with this error message:

      java.lang.IllegalStateException: There is no tranaction associated with the current thread
      at org.jboss.ejb.plugins.cmp.jdbc.TransactionLocal.getTransaction(TransactionLocal.java:206)

      It seems that everything is working correct. The TxInterceptor is suspending the transaction and the query is being executed. The CMP engine throws the exception afterwards when attempting to put the find results into the cache.

      Before I go on the trek of building a testcase, anyone seen this problem? Any solutions?

      -Ivan