Scoped exception handlers was never a thing, I don't even recall it being something I toyed with in the early Seam Catch stuff. If you're looking to handle an exception only for a certain phase/time/etc. use a qualifier.
On Saturday, September 13, 2014, John D. Ament <[email protected]> wrote: > Karl, > > It's unclear whether or not you're expecting this to work. If you want > your exception handler to work when it's session scoped, you need to start > a session scope w/ CDI Ctrl. > > On Sat, Sep 13, 2014 at 5:05 AM, Karl Kildén <[email protected] > <javascript:;>> wrote: > > > Hello, > > > > SessionScoped @ExceptionHandler is this supported / considered normal > > practice? The problem is when the exception is from a job with no active > > sessionscope I get ContextNotActiveException. > > > > I was excepting a log message warning me that it could not send it for > > obvious reasons... My SessionScoped exceptionhandler collects information > > per user basis and it works smoothly when the exception was caused by > user > > action. > > > > cheers > > > -- Jason Porter http://en.gravatar.com/lightguardjp
