Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 36373 invoked from network); 7 Apr 2010 14:46:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 14:46:30 -0000 Received: (qmail 20936 invoked by uid 500); 7 Apr 2010 14:46:29 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 20914 invoked by uid 500); 7 Apr 2010 14:46:29 -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 20907 invoked by uid 99); 7 Apr 2010 14:46:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 14:46:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of joram.barrez@gmail.com designates 209.85.223.179 as permitted sender) Received: from [209.85.223.179] (HELO mail-iw0-f179.google.com) (209.85.223.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 14:46:23 +0000 Received: by iwn9 with SMTP id 9so621005iwn.0 for ; Wed, 07 Apr 2010 07:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=keTfkn+W1ZDR92Wr4foLwX90Dp/QVLQHM6INccxAmTw=; b=EOoQVsAotYxnDL7vG94bolll4EYY/RugfobWsRrjP05/NKj7j2GWDG2J2+COSkPRd4 4sBS0hPUTCQb13ChL5ml7Fo38y6UX1IbEqfXLZuuU3P6jzcv15JiekesRngKPGvEjtte jSihZx/pHEUEVkoy4VrzdRUkffdzX0U3tBSQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=caohPyNvl1CLlVsl0W/SV0CBGu2mP/e0ssPBTu56/ud8b8YQOzPUUeeC9jpIIUqsPo XzJqFHjKhK9X/nvysHy3Yu6qp3+m6kKl1nykldc+wgwJXtE3xTm85NASwiM7G5kwIpTy 30V5VpjT2jgI88fsNmeG74pjlH4yjszh5FbCo= MIME-Version: 1.0 Received: by 10.142.52.14 with HTTP; Wed, 7 Apr 2010 07:46:02 -0700 (PDT) Date: Wed, 7 Apr 2010 16:46:02 +0200 Received: by 10.143.170.7 with SMTP id x7mr3385658wfo.336.1270651562400; Wed, 07 Apr 2010 07:46:02 -0700 (PDT) Message-ID: Subject: Dynamic table replacement possible in iBatis3 ? From: Joram Barrez To: user-java@ibatis.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi All, I was wondering if this is possible with iBatis 3: The problem is that the string ${tableName} is not replaced by the parameter, leadin to a 'select count(*) from null' at runtime. Am I doing something wrong here or is this feature not yet implemeted (as it worked on iBatis2 according to Google)? Regards, Joram --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org For additional commands, e-mail: user-java-help@ibatis.apache.org