[
http://jira.jboss.com/jira/browse/JBAS-4620?page=comments#action_12373288 ]
Thomas Diesler commented on JBAS-4620:
--------------------------------------
I already made the jbossws container integration an integral part of the AS code base
The issue is probably caused by invalid security code in
org.jboss.wsf.container.jboss50.InvocationHandlerEJB3 which you will find in the newly
created webservices module
To easily reproduce the issue, please follow
http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source#Che...
Hudson shows this regression here
http://jbws.dyndns.org:8280/hudson/job/Integration-Native-AS-5.0/
NPE in EJB3 Authentication Interceptor
--------------------------------------
Key: JBAS-4620
URL:
http://jira.jboss.com/jira/browse/JBAS-4620
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.Beta3
Most EJB3 web service tests fail because of
java.lang.NullPointerException
at
org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:141)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at
org.jboss.wsf.container.jboss50.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:104)
at
org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:220)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira