Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 29714 invoked from network); 27 Oct 2008 16:58:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2008 16:58:25 -0000 Received: (qmail 42371 invoked by uid 500); 27 Oct 2008 16:58:28 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 42355 invoked by uid 500); 27 Oct 2008 16:58:28 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 42344 invoked by uid 99); 27 Oct 2008 16:58:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2008 09:58:27 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2008 16:57:14 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KuVPd-00032e-3F for user-java@ibatis.apache.org; Mon, 27 Oct 2008 09:57:53 -0700 Message-ID: <20191781.post@talk.nabble.com> Date: Mon, 27 Oct 2008 09:57:53 -0700 (PDT) From: Tokajac To: user-java@ibatis.apache.org Subject: Re: R: iBatis AS/400 journaling STRJRNPF In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: imre_tokai@hotmail.com References: <20189119.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks a lot for Your fast answers! There is no problem when i'm executing query from query browser (Quantum plug-in in Eclipse), but when i want to do that from Java/Tomcat/Struts/iBatis application i have the mentioned exception. What's the difference? I'm not using transaction for executing this query: sqlMapper.update("changeStatus", params); How comes that query is working form query browser and doesn't from application? Should I start with journaling on database or go on with examining my code? Regards P.S. As I assumed this topic doesn't belong to iBatis, so I'd ask the administrator to move it if necessary -- View this message in context: http://www.nabble.com/iBatis-AS-400-journaling-STRJRNPF-tp20189119p20191781.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.