Re: [Resin-interest] major change in transactional behaviour in snapshot from 2008-03-04

2008-03-14 Thread Scott Ferguson
On Mar 13, 2008, at 6:03 PM, Daniel D'Alessandro wrote: > Hi all, > > I've noticed a fairly major change in the transactional behaviour in > the > snapshot from 2008-03-04 Thanks. I've filed this as http://bugs.caucho.com/view.php?id=2529 -- Scott > > > basically if I have a session bean se

[Resin-interest] major change in transactional behaviour in snapshot from 2008-03-04

2008-03-13 Thread Daniel D'Alessandro
Hi all, I've noticed a fairly major change in the transactional behaviour in the snapshot from 2008-03-04 basically if I have a session bean set up in the following manner public interface IFoo { public method1(); public method2(); } @Stateless @Local ({IFoo.class}) @TransactionAttribut