Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 98306 invoked from network); 9 Oct 2007 09:25:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 09:25:20 -0000 Received: (qmail 58919 invoked by uid 500); 9 Oct 2007 09:25:08 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 58901 invoked by uid 500); 9 Oct 2007 09:25:08 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 58892 invoked by uid 99); 9 Oct 2007 09:25:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 02:25:08 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 09:25:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3ADF4714240 for ; Tue, 9 Oct 2007 02:24:51 -0700 (PDT) Message-ID: <4349624.1191921891238.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 02:24:51 -0700 (PDT) From: "willem Jiang (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1093) create the polling thread by using WorkManager In-Reply-To: <29552175.1191832610893.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] willem Jiang reassigned CXF-1093: --------------------------------- Assignee: willem Jiang > 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 > Assignee: willem Jiang > 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.