From dev-return-5713-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Thu Apr 09 15:23:38 2009 Return-Path: Delivered-To: apmail-ode-dev-archive@www.apache.org Received: (qmail 63284 invoked from network); 9 Apr 2009 15:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 15:23:38 -0000 Received: (qmail 68227 invoked by uid 500); 9 Apr 2009 15:23:38 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 68198 invoked by uid 500); 9 Apr 2009 15:23:38 -0000 Mailing-List: contact dev-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list dev@ode.apache.org Received: (qmail 68188 invoked by uid 99); 9 Apr 2009 15:23:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 15:23:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 15:23:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 31A2F234C051 for ; Thu, 9 Apr 2009 08:23:14 -0700 (PDT) Message-ID: <389753036.1239290594198.JavaMail.jira@brutus> Date: Thu, 9 Apr 2009 08:23:14 -0700 (PDT) From: "Ciaran Jessup (JIRA)" To: dev@ode.apache.org Subject: [jira] Created: (ODE-576) ProcessDaoImpl objects get leaked when using in-memory-processes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org ProcessDaoImpl objects get leaked when using in-memory-processes ---------------------------------------------------------------- Key: ODE-576 URL: https://issues.apache.org/jira/browse/ODE-576 Project: ODE Issue Type: Bug Components: BPEL Runtime Environment: n/a Reporter: Ciaran Jessup It seems that when I deploy and un-deploy in-memory processes ProcessDaoImpl objects stored in the __StateStore field of the BpelDAOConnectionFactoryImpl object are being left around. Over the course of several tens/hundreds of deployments the memory contained in these objects mounts up substantially :( -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.