From continuum-users-return-881-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Sun Jan 22 06:13:44 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 75765 invoked from network); 22 Jan 2006 06:13:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jan 2006 06:13:44 -0000 Received: (qmail 20035 invoked by uid 500); 22 Jan 2006 06:13:43 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 20010 invoked by uid 500); 22 Jan 2006 06:13:42 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 19999 invoked by uid 99); 22 Jan 2006 06:13:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2006 22:13:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.208.196.171] (HELO outbound.mailhop.org) (63.208.196.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2006 22:13:41 -0800 Received: from haw-206-126-135-113.vel.net ([206.126.135.113] helo=[10.0.1.5]) by outbound.mailhop.org with esmtpa (Exim 4.51) id 1F0YTY-000GrG-0P for continuum-users@maven.apache.org; Sun, 22 Jan 2006 01:13:20 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 206.126.135.113 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: jdcasey Message-ID: <43D32321.8020203@commonjava.org> Date: Sun, 22 Jan 2006 01:16:01 -0500 From: John Casey User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: http://jira.codehaus.org/browse/CONTINUUM-441 References: <915c8a1a0601201314m4184ae69w40534339af05cd5b@mail.gmail.com> In-Reply-To: <915c8a1a0601201314m4184ae69w40534339af05cd5b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I suspect you may need to set the transaction isolation level to READ_UNCOMMITTED in your continuum configuration file...application.xml, is it? Here's a reference I found in the continuum project itself: https://svn.apache.org/repos/asf/maven/continuum/continuum-1.0.1/continuum-plexus-application/src/conf/application.xml The section looks like this: org.jpox.transactionIsolation READ_UNCOMMITTED and it's about 3/4 of the way down the page. HTH, John Marcin Gurbisz wrote: > Hi once again, > > I suffer from problem described in: > http://jira.codehaus.org/browse/CONTINUUM-441 > Do anybody have any workaround? What is the reason for this exception? > > Regards, > Marcin >