[
https://issues.apache.org/jira/browse/CXF-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Yu updated CXF-1093:
-------------------------
Description:
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.
was:
Now, in JCABusFactory, we create the polling thread directly and using the
daemon mode.
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.
> 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
>
>
> 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.