[
https://issues.apache.org/jira/browse/CXF-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Yu updated CXF-1093:
-------------------------
Attachment: cxf-1093.patch
Thanks for willem's review on previous patch.
Now I added some more log information when it has WorkRejected(...).
Set the lowOnThreads property to true if it has the "START_TIMEOUT" error and
retry to start it again.
> create the polling thread by using WorkManager
> ----------------------------------------------
>
> Key: CXF-1093
> URL: https://issues.apache.org/jira/browse/CXF-1093
> Project: CXF
> Issue Type: Sub-task
> Components: Integration
> Affects Versions: 2.0.2
> Environment: windows
> Reporter: Jeff Yu
> Fix For: 2.1
>
> Attachments: cxf-1093.patch
>
>
> Now, in JCABusFactory, we create the polling thread directly and using the
> daemon mode.
> 1. According to JCA 1.5 spec, it would be better for us to delegate this
> thread to app server's WorkManager. Do not create thread in the Resource
> Adapter directly.
> 2. Write a adapter, so that Jetty is able to use the App servers ThreadPool
> instead of jetty its own.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.