Maybe there is a RuntimeExcepiton (e.g. the simplest would be an NPE cause your mgr is null). You could change to catch all java.lang.Exceptions or even Throwable and look if you can debug into the catch block.
Best regards,
Stephan
 
Gesendet: Montag, 10. März 2014 um 20:40 Uhr
Von: [email protected]
An: [email protected]
Betreff: [google-appengine] getObjectByID ended abruptly...no exception; nothing

I have a method (see screenshot) which invokes getObjectById() method from the Transaction Manager.
 
I put the code on debug mode and noticed that immediately after invoking the getObjectById method, it jumps to the finally statement.  There was no exception or error reported.
 
Had anyone encountered the similar scenario?
 
 
JWu

 

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to