Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 73295 invoked from network); 1 Feb 2007 15:24:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 15:24:32 -0000 Received: (qmail 73898 invoked by uid 500); 1 Feb 2007 15:24:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 73424 invoked by uid 500); 1 Feb 2007 15:24:32 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 73400 invoked by uid 99); 1 Feb 2007 15:24:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 07:24:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 01 Feb 2007 07:24:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D83107142B6 for ; Thu, 1 Feb 2007 07:24:05 -0800 (PST) Message-ID: <22335427.1170343445883.JavaMail.jira@brutus> Date: Thu, 1 Feb 2007 07:24:05 -0800 (PST) From: "Sining Li (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2073) soap session not thread safe? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org soap session not thread safe? ----------------------------- Key: AXIS2-2073 URL: https://issues.apache.org/jira/browse/AXIS2-2073 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: Addressing, kernel Affects Versions: 1.1.1 Environment: windows XP, axis2-1.1.1, JBoss 4.0.4 GA Reporter: Sining Li I have modified sample project faulthandling to implement soap session. The problem happens at the client side. If I create two instance of the clientstub and sending requests to the service one after another, I got an AxisFault: Invalid Service Group Id. This makes me think that if the addressing module is running in a single instance. I'll try to upload my code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org