You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2014/03/22 03:41:44 UTC

[jira] [Created] (TOMEE-1148) JAX-RS, EJBAccessException should be 401

David Blevins created TOMEE-1148:
------------------------------------

             Summary: JAX-RS, EJBAccessException should be 401
                 Key: TOMEE-1148
                 URL: https://issues.apache.org/jira/browse/TOMEE-1148
             Project: TomEE
          Issue Type: Improvement
    Affects Versions: 1.6.0
            Reporter: David Blevins


We should catch EJBAccessException and use a 401 status code instead of a 500.


Caused by: javax.ejb.EJBAccessException: Unauthorized Access by Principal Denied
	at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:174)
	at org.apache.openejb.util.proxy.ProxyEJB$Handler.invoke(ProxyEJB.java:73)
	at 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.openejb.server.cxf.rs.OpenEJBEJBInvoker.performInvocation(OpenEJBEJBInvoker.java:88)
	at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)




--
This message was sent by Atlassian JIRA
(v6.2#6252)