Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-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 CD0CB9E1F for ; Tue, 6 Dec 2011 09:10:01 +0000 (UTC) Received: (qmail 96454 invoked by uid 500); 6 Dec 2011 09:10:01 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 96183 invoked by uid 500); 6 Dec 2011 09:10:01 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 96001 invoked by uid 99); 6 Dec 2011 09:10:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:10:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [85.214.114.253] (HELO h1313504.stratoserver.net) (85.214.114.253) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:09:51 +0000 Received: from localhost (localhost [127.0.0.1]) by h1313504.stratoserver.net (Postfix) with ESMTP id 3A7E3996492 for ; Tue, 6 Dec 2011 10:09:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at h1313504.stratoserver.net Received: from h1313504.stratoserver.net ([127.0.0.1]) by localhost (h1313504.stratoserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LjBzr0RaSvE4 for ; Tue, 6 Dec 2011 10:09:30 +0100 (CET) Received: from [192.168.4.93] (mail.pelzgroup.de [217.7.11.234]) (Authenticated sender: dw@piponline.de) by h1313504.stratoserver.net (Postfix) with ESMTPSA id 6DA879962B0 for ; Tue, 6 Dec 2011 10:09:30 +0100 (CET) Message-ID: <4EDDDBE9.9060600@piponline.net> Date: Tue, 06 Dec 2011 10:10:01 +0100 From: Dirk Wellmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: user@cayenne.apache.org Subject: How to disable Transactions in Cayenne Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello List, we've a Project in witch we want to access and write a Database in NonTransactional mode, because this "oldschool" - System doesn't support Transactions. But we've a functional JDBC-Driver. Is there a possible way to disable Transactions or register a Transactionhandler witch will only be a dummy? Best Regards Dirk