]
Jim Ma updated JBWS-3905:
-------------------------
Summary: Use original thread for ejb webservice oneway operation to avoid
authorization failure (was: Use oringial thread for ejb webserice oneway operation to
avoid authorization failure)
Use original thread for ejb webservice oneway operation to avoid
authorization failure
--------------------------------------------------------------------------------------
Key: JBWS-3905
URL:
https://issues.jboss.org/browse/JBWS-3905
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.0.0.Beta3
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-cxf-5.0
By default, CXF's OneWayProcessorInterceptor will process the service invoker in
another thread, but this causes the ejb webservice endpoint authorization failed. We need
to force the orginal thread to stop this .