Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43FAC9A5E for ; Fri, 27 Apr 2012 14:40:11 +0000 (UTC) Received: (qmail 61045 invoked by uid 500); 27 Apr 2012 14:40:09 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 60948 invoked by uid 500); 27 Apr 2012 14:40:09 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 60939 invoked by uid 99); 27 Apr 2012 14:40:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 14:40:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 14:40:02 +0000 Received: by lbom4 with SMTP id m4so613884lbo.30 for ; Fri, 27 Apr 2012 07:39:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:x-gm-message-state; bh=GjXJTAbBvaNF612A2ZJXczhiniepH1LYByXly5nkGUY=; b=eapdjajVn6XOWVVjU4QIWXRIJAGOze65Tg0DXsBk9Q+rLCI6mWzmzdHuVGgrYcCUUz qv/KGSlHibwcZGtu1XerpS6k75W8FBJiaPQmwUYr3drwl3BACGRz6upn2S2tB1q8sZPD HP4ddwGidTB3Xm72V/IYy8+Y/awSaxof0Q8t8Ss9wwiUuiNUwKHHhshwmtgX/R5jSEx0 0kBQfFFhVx8NG8VgX0Vk/Z4VWYpWP6SlQfwUUNt9ha2DZDcEjpMzOSNEzVy4DH8I3hK2 HF+D0usEdJCxlQBOLnT+8sJmNobX2s/dw0N4O+XmbVJsKzyf2kJ2lT/Y/4ba7b5PVBoO m7Kw== Received: by 10.112.25.101 with SMTP id b5mr5312401lbg.73.1335537581623; Fri, 27 Apr 2012 07:39:41 -0700 (PDT) MIME-Version: 1.0 Sender: jcarman@carmanconsulting.com Received: by 10.112.57.149 with HTTP; Fri, 27 Apr 2012 07:39:21 -0700 (PDT) From: James Carman Date: Fri, 27 Apr 2012 10:39:21 -0400 X-Google-Sender-Auth: rCbFHy5-IrRJt7J7ItP0a781Edo Message-ID: Subject: [DBCP] BasicManagedDataSource and Spring... To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkXErie87czxrJutojyEqKcA1f9RmYYFANPpyHi4ySBoW4H2L7zXr8J4TZHaUzaQMQm/m6q I'm trying to use a BasicManagedDataSource inside FuseESB/ServiceMix using Spring's transaction management and Aries' provided transaction manager. I'm setting the transactionManager property of the BMDS, but I don't see my transactions actually committing. I see in: https://issues.apache.org/jira/browse/DBCP-361 that "BMDS won't work with Spring declarative transactions and PROPAGATION_REQUIRED." Is this still true? I'm using version 1.4. Does anyone know exactly what the issue seems to be with Spring? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org