> and for me it also makes no sense to do so... > I've put Mandatory in and it still doesn't work: > > --- > No transaction available for Mandatory demarcation > ---
yes, you'll have to manually setup a transaction at the beginning of the request and commit it afterwards. That's what mandatory means: you must call the method within a transaction context. You could override DirectService to do so (as in Honeycomb). > I don't want to use it but if you don't define default transaction > settings in HiveTranse you get an exception and that's why I put > this hivetranse.core.TransactionDefaults contribution in my > hivemodule.xml yes, hivetranse requires it. It may make sense for something/someone. It does not for my apps. > > Why does Honeycomb not seem to have any OpenSessionInView > filter by the way? > Is this not needed? > no, and I would be surprised if hivetranse needed it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]