Ok, this is the full output when i call a method getDeelnemers on a session bean from a servlet.
| javax.ejb.EJBException: null; CausedByException is: | isCallerInRole() called with no security context. Check that a security-domain has been set for the application. | org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:46) | org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:70) | org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:32) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91) | org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:148) | org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:60) | $Proxy122.getDeelnemers(Unknown Source) | web.application.DeelnemersController.handleRequest(DeelnemersController.java:54) | org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44) | org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:717) | org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:658) | org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392) | org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347) | javax.servlet.http.HttpServlet.service(HttpServlet.java:697) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908403#3908403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908403 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
