Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 58957 invoked by uid 500); 23 Apr 2003 07:51:59 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 58918 invoked from network); 23 Apr 2003 07:51:58 -0000 Received: from eng.werken.com (66.216.68.111) by daedalus.apache.org with SMTP; 23 Apr 2003 07:51:58 -0000 Received: from eng.werken.com (eng.werken.com [66.216.68.111]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h3N7s9v27228; Wed, 23 Apr 2003 02:54:09 -0500 Message-ID: <6735926.1051084449751.JavaMail.orion@eng.werken.com> Date: Wed, 23 Apr 2003 02:54:09 -0500 (CDT) From: jira@codehaus.org To: dev@avalon.apache.org, peter@realityforge.org Subject: [jira] Created: (PNIX-49) Maintain Thread Context inter-application calls Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-49 Here is an overview of the issue: --------------------------------------------------------------------- Key: PNIX-49 Summary: Maintain Thread Context inter-application calls Type: New Feature Status: Unassigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: phoenix Components: Container Architecture Fix Fors: 5.0 Versions: 4.1 Assignee: Reporter: Peter Donald Created: Wed, 23 Apr 2003 2:53 AM Updated: Wed, 23 Apr 2003 2:53 AM Description: Currently when one application makes a call into another application the thread context state (such as ContextClassLoader and any other thread-locals) are of the calling application. We should have guards that change the thread context state to the called appliection when in the call and reset it to caller after return from the call. This can be done via interceptor that maintains state. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org