> This is because @Finally is only processed for Result type exceptions and
> not PlayExceptions or other Exceptions. Is this a bug or intended?
I think it is a bug. I would say that finally should be called even
after an exception. Please report it.
> The other problem I'm having is trying to track what's happening with
> threads that don't have a HTTP request set (e.g. mail, jobs etc).
> There is no clear way to identify these threads
You can use the beforeActionInvocation for HTTP requests.
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
>
--
Guillaume Bort, http://guillaume.bort.fr
For anything work-related, use g...@zenexity.fr; for everything else,
write guillau...@gmail.com
Yes of course.