Review all usages of catch(Throwable)
-------------------------------------

                 Key: OWB-38
                 URL: https://issues.apache.org/jira/browse/OWB-38
             Project: OpenWebBeans
          Issue Type: Bug
            Reporter: Mark Struberg
            Assignee: Gurkan Erdogdu


We should review all usages of 
catch(Throwable t)

and instead only catch java.lang.Exceptions.

We usually must not catch java.lang.Errors (as e.g. java.lang.OutOfMemoryError 
or java.lang.ThreadDeath), since this must only be performed by the AppServer 
if any. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to