> > Well, transaction service has such methods, problem is that it uses > connection provided by > other service, which is bound to the same thread and which actually is > responsible for > closing that connection. It is possible that connection will be closed > before rollback or commit. > Maybe it is possible to inform Hivemind that one service depends on other > and that service with > dependency from other must be discarded first? Or maybe Hivemind makes it > automatically, > analizing services dependencies? >
Assuming that the connection service closes the connection in the threadDidDiscardService() method I don't see how the connection could be closed before the commit or rollback in the transaction service has executed as your thread probably doesn't clean up after itself until after commit (or rollback). Am I missing something? --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
