It seems that (I think Scott) updated the Interceptor to talk to the JTS TransactionManager instead of the jboss TM, he did not substitute the JBossTM-specific calls with the JTS-standard suspend()/resume() calls.
disassociateThread() is from org.jboss.tm.TransactionManager and we should not rely on existence of this call in any of our TX interceptors, so that we can support an arbitrary TM (like Tyrex) through a plugin. On Thu, 25 Oct 2001, danch wrote: > On the current CVS, I'm getting errors like the following. > > > Method disassociateThread() not found in interface > javax.transaction.TransactionManager. > [javac] Transaction t1 = tm.disassociateThread(); > > > So what am I missing? > > thanks all, > danch > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
