Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 39250 invoked from network); 16 Apr 2005 00:12:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Apr 2005 00:12:52 -0000 Received: (qmail 14938 invoked by uid 500); 16 Apr 2005 00:12:42 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 14919 invoked by uid 500); 16 Apr 2005 00:12:42 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 14903 invoked by uid 99); 16 Apr 2005 00:12:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from khefrksrv013.khecorp.com (HELO khefrksrv013.KHECORP.COM) (205.204.234.76) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Apr 2005 17:12:40 -0700 Received: by khefrksrv013.khecorp.com with Internet Mail Service (5.5.2653.19) id <27MAQ0QT>; Fri, 15 Apr 2005 20:13:19 -0400 Message-ID: From: "Kumar, Kiran" To: "'users@cocoon.apache.org'" Subject: DOM objects in session Date: Fri, 15 Apr 2005 20:13:18 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I create DOM objects and store them in session. use a session attribute generator to transform the DOM to a HTML using XSL. here the dom objects are being shared between sessions and I am seeing data from other users or processes. I used the synchronized blocks when creating xml doms from DocumentBuilderFactory newBuilder().newDocument() etc is there any way I can resolve this issue?? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org