[
https://issues.apache.org/jira/browse/CXF-4257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aki Yoshida resolved CXF-4257.
------------------------------
Resolution: Fixed
> Should catch RejectedExecutionException in WS-Addr's rebaseReponse as done in
> OneWayProcessorInterceptor
> --------------------------------------------------------------------------------------------------------
>
> Key: CXF-4257
> URL: https://issues.apache.org/jira/browse/CXF-4257
> Project: CXF
> Issue Type: Improvement
> Components: WS-* Components
> Affects Versions: 2.5.3
> Reporter: Aki Yoshida
> Assignee: Aki Yoshida
> Fix For: 2.6.1, 2.5.4, 2.4.8, 2.3.11
>
>
> This is analogue to CXF-2299 which added a workaround to catch
> RejectedExecutionException at OneWayProcessingInterceptor and use the calling
> thread to resume the suspended chain when this situation occurs.
> This is for WS-addressing's ContextUtils.rebaseResponse which can have the
> same issue.
> java.util.concurrent.RejectedExecutionException: null
> at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown
> Source) ~[na:1.6.0_25]
> at java.util.concurrent.ThreadPoolExecutor.reject(Unknown
> Source) ~[na:1.6.0_25]
> at java.util.concurrent.ThreadPoolExecutor.execute(Unknown
> Source) ~[na:1.6.0_25]
> at
> org.apache.cxf.workqueue.AutomaticWorkQueueImpl.execute(AutomaticWorkQueueImpl.java:411)
> ~[na:na]
> at
> org.apache.cxf.ws.addressing.ContextUtils.rebaseResponse(ContextUtils.java:479)
> ~[na:na]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira