Absolute pleasure! Should have known - Exceptions trigger an automatic
rollback.

Enjoy the beach - I'm jealous!

Mike.

On 7/14/07, Dale Newfield <[EMAIL PROTECTED]> wrote:

Dale Newfield wrote:
> Michael Horwitz wrote:
>> Any chance your action calls two managers and passes in an object
>> obtained from the first manager to the second?

Upon further investigation, I've learned that the manager-manager call
was *not* what was leading to the exception, but rather exactly what you
asked about here.  The action in question made several manager calls,
one of which fails to find what it's looking for (which is expected).
That resulted in an exception (instead of just returning null), and the
throwing of that exception also had the side effect of closing the
session for objects loaded before the exception.

So it appears to be working now!  (And now I can go pack and get ready
to head for the beach for the weekend :-)

Thank you very much for your patience, and for continuing to throw out
useful suggestions long after everyone else had tuned out the thread :-)

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to