[jboss-user] [EJB 3.0] - Re: Problem with @PermitAll on jboss-5.0.0.Beta2

CarstenRudat do-not-reply at jboss.com
Wed May 2 05:59:32 EDT 2007


11:58:37,625 ERROR [STDERR] javax.ejb.EJBAccessException: Authentication failure
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSecurityException(Ejb3AuthenticationInterceptor.java:67)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:70)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81)
11:58:37,625 ERROR [STDERR] 	at $Proxy104.getMessage(Unknown Source)
11:58:37,625 ERROR [STDERR] 	at com.genloop.session.Projektabrechnung.Projektabrechnung_v13.messages.MessageResource.handleGetObject(MessageResource.java:239)
11:58:37,625 ERROR [STDERR] 	at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
11:58:37,625 ERROR [STDERR] 	at javax.el.ResourceBundleELResolver.getValue(ResourceBundleELResolver.java:45)
11:58:37,625 ERROR [STDERR] 	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
11:58:37,625 ERROR [STDERR] 	at org.apache.el.parser.AstValue.getValue(AstValue.java:97)
11:58:37,625 ERROR [STDERR] 	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
11:58:37,625 ERROR [STDERR] 	at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:101)
11:58:37,625 ERROR [STDERR] 	at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200)
11:58:37,625 ERROR [STDERR] 	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833)
11:58:37,625 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896)
11:58:37,625 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
11:58:37,625 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
11:58:37,625 ERROR [STDERR] Caused by: javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required
11:58:37,625 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:213)
11:58:37,625 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsersRolesLoginModule.login(UsersRolesLoginModule.java:152)
11:58:37,625 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:58:37,625 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
11:58:37,625 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
11:58:37,625 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
11:58:37,625 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
11:58:37,625 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
11:58:37,625 ERROR [STDERR] 	at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
11:58:37,625 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
11:58:37,625 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
11:58:37,625 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:509)
11:58:37,625 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:443)
11:58:37,625 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:345)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.authenticate(AuthenticationInterceptor.java:128)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:66)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,625 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,625 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
11:58:37,640 WARN  [MessageResource] Access denied - potentially cause of JBoss Bug
11:58:37,640 ERROR [STDERR] javax.ejb.EJBAccessException: Authentication failure
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSecurityException(Ejb3AuthenticationInterceptor.java:67)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:70)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81)
11:58:37,640 ERROR [STDERR] 	at $Proxy104.getMessage(Unknown Source)
11:58:37,640 ERROR [STDERR] 	at com.genloop.session.Projektabrechnung.Projektabrechnung_v13.messages.MessageResource.handleGetObject(MessageResource.java:239)
11:58:37,640 ERROR [STDERR] 	at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
11:58:37,640 ERROR [STDERR] 	at javax.el.ResourceBundleELResolver.getValue(ResourceBundleELResolver.java:45)
11:58:37,640 ERROR [STDERR] 	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
11:58:37,640 ERROR [STDERR] 	at org.apache.el.parser.AstValue.getValue(AstValue.java:97)
11:58:37,640 ERROR [STDERR] 	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
11:58:37,640 ERROR [STDERR] 	at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:101)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
11:58:37,640 ERROR [STDERR] Caused by: javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:213)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsersRolesLoginModule.login(UsersRolesLoginModule.java:152)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
11:58:37,640 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:509)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:443)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:345)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.authenticate(AuthenticationInterceptor.java:128)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:66)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
11:58:37,640 WARN  [MessageResource] Access denied - potentially cause of JBoss Bug
11:58:37,640 ERROR [STDERR] javax.ejb.EJBAccessException: Authentication failure
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSecurityException(Ejb3AuthenticationInterceptor.java:67)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:70)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81)
11:58:37,640 ERROR [STDERR] 	at $Proxy104.getMessage(Unknown Source)
11:58:37,640 ERROR [STDERR] 	at com.genloop.session.Projektabrechnung.Projektabrechnung_v13.messages.MessageResource.handleGetObject(MessageResource.java:239)
11:58:37,640 ERROR [STDERR] 	at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
11:58:37,640 ERROR [STDERR] 	at javax.el.ResourceBundleELResolver.getValue(ResourceBundleELResolver.java:45)
11:58:37,640 ERROR [STDERR] 	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
11:58:37,640 ERROR [STDERR] 	at org.apache.el.parser.AstValue.getValue(AstValue.java:97)
11:58:37,640 ERROR [STDERR] 	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
11:58:37,640 ERROR [STDERR] 	at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:101)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896)
11:58:37,640 ERROR [STDERR] 	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
11:58:37,640 ERROR [STDERR] 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
11:58:37,640 ERROR [STDERR] Caused by: javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:213)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.auth.spi.UsersRolesLoginModule.login(UsersRolesLoginModule.java:152)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
11:58:37,640 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
11:58:37,640 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
11:58:37,640 ERROR [STDERR] 	at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:509)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:443)
11:58:37,640 ERROR [STDERR] 	at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:345)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.authenticate(AuthenticationInterceptor.java:128)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:66)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
11:58:37,640 ERROR [STDERR] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
11:58:37,640 ERROR [STDERR] 	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)

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

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



More information about the jboss-user mailing list