Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 21142 invoked from network); 26 Jan 2007 02:58:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 02:58:16 -0000 Received: (qmail 17552 invoked by uid 500); 26 Jan 2007 02:58:22 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 17528 invoked by uid 500); 26 Jan 2007 02:58:19 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 17512 invoked by uid 99); 26 Jan 2007 02:58:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 18:58:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 18:58:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A2107141F2 for ; Thu, 25 Jan 2007 18:57:49 -0800 (PST) Message-ID: <7033086.1169780269153.JavaMail.jira@brutus> Date: Thu, 25 Jan 2007 18:57:49 -0800 (PST) From: "Richard Lin (JIRA)" To: dev@ibatis.apache.org Subject: [jira] Commented: (IBATIS-270) Loading SqlMap XML to existing SqlMapClient In-Reply-To: <209390346.1140799717747.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IBATIS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467732 ] Richard Lin commented on IBATIS-270: ------------------------------------ I really don't know where the unloading happens. The place to trace through is probably the client delegate. I haven't look into the internals of how ibatis organize runtime sqlmap statements, and i can't see it documented anywhere. There was some comments on that in the mailing list before, and there seems to be some issues when you unload. probably not a very well organized dependency information. However, I don't see that as a problem if your statements are not too depended between sqlmaps. It's probably a bad practice anyway. If you find something new, I'd love to hear about it. Just wondering, what are you using this for? > Loading SqlMap XML to existing SqlMapClient > ------------------------------------------- > > Key: IBATIS-270 > URL: https://issues.apache.org/jira/browse/IBATIS-270 > Project: iBatis for Java > Issue Type: New Feature > Components: SQL Maps > Environment: any > Reporter: Richard Lin > Priority: Minor > Attachments: DynamicSqlMapClient.java, DynamicSqlMapExecutorDelegate.java > > > Ability to dynamically load more SqlMap XML files not included in sqlmap-config.xml. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.