You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/10/08 10:36:51 UTC

[jira] Updated: (CXF-1093) create the polling thread by using WorkManager

     [ 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. 
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.

  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 threadly 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. 
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.