Hi, I'm trying to fix the last remaining problem in performance stress tests. This is in the spec (not an exact quote). If a bean calls another bean as part of its implementation then subject to the transaction attribute they should run within the same transaction.
The fix is very simple. In StatelessSessionProxy.createInvocation add the line: invocation.setTransaction(this.getTransaction()); This fixes the testsuite. Obviously, I want to add this to the Stateful, Entity and Home proxies as well. However, adding it to the Entity proxy breaks other parts of the testsuite. Is my fix wrong? Is the testsuite broken? Or is other code broken? Regards, Adrian _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
