Hi Kevin, <snip> > > The weird thing is when I remove the transactions code I obtain the > result expected, the cache is not empty when the second query is > executed, so does the transaction code empty the cache at commit ?
Yes! currently all objects involved in the tx are removed from the cache on tx.commit(). cheers, Thomas > > > > > -- > Kevin Viet <[EMAIL PROTECTED]> > ActiVia Networks > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
