[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

EricChile do-not-reply at jboss.com
Fri Dec 1 09:59:45 EST 2006


Ok I added the code from the EJB 3.0 trailblazer from jboss website and I am still getting the same problem.


  | javax.ejb.EJBAccessException: Authentication failure
  |         at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSe
  | curityException(Ejb3AuthenticationInterceptor.java:99)
  |         at org.jboss.aspects.security.AuthenticationInterceptor.invoke(Authentic
  | ationInterceptor.java:70)
  |         at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3Auth
  | enticationInterceptor.java:131)
  |         at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
  | java:101)
  |         at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterce
  | ptor.java:47)
  |         at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
  | java:101)
  |         at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(Asynchrono
  | usInterceptor.java:106)
  |         at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
  | java:101)
  |         at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessCont
  | ainer.java:211)
  |         at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalPro
  | xy.java:79)
  |         at $Proxy128.getFunds(Unknown Source)
  |         at org.apache.jsp.Calculator_jsp._jspService(Calculator_jsp.java:89)
  |         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  |         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  |         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
  | 
  | 

Notice the authentication error when trying to add funds. Exactly the same thing that the trailblazer is doing?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990457#3990457

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990457



More information about the jboss-user mailing list