Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 82422 invoked from network); 20 Jul 2007 19:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 19:05:45 -0000 Received: (qmail 3084 invoked by uid 500); 20 Jul 2007 19:05:46 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 3071 invoked by uid 500); 20 Jul 2007 19:05:46 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 3060 invoked by uid 99); 20 Jul 2007 19:05:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 12:05:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rusty.wright@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 12:05:44 -0700 Received: by nz-out-0506.google.com with SMTP id x3so875711nzd for ; Fri, 20 Jul 2007 12:05:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=VK6ZkicX3bNr+re5cQWSOKpzKBzTVuikh9MXp/tzp6lmmId+MCOvS1d0QadFvSaJEU0UkAQfuD6ub/GJVCamWSBagBKNFH6iD6UQP7IpBW4RTGo2DMh5n7IGmGUJytZ3r9ShuFlgtW5L0mkVdN+lHDF5JRQpAheNYAHonK54wqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Ldk0FZWcGzgQnVubFI5RJ3kYF9nZjM6N8MDxYqlaDzU3U4EWbxm0+ZVAr9ZdSCo+4zPmbtysEYGC636NPwEtE4dhwDy12lukV/VmAPhbME6LcIKQq9lQXsbMZSg1v/hNn2ippAQakCat/TF8W8ca2/ynQlNikN3otxDQJtxsqJo= Received: by 10.141.142.15 with SMTP id u15mr216739rvn.1184958322983; Fri, 20 Jul 2007 12:05:22 -0700 (PDT) Received: from ?192.168.1.128? ( [66.234.218.76]) by mx.google.com with ESMTPS id f36sm6314154rvb.2007.07.20.12.05.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Jul 2007 12:05:22 -0700 (PDT) Message-ID: <46A1076E.1070804@gmail.com> Date: Fri, 20 Jul 2007 12:05:18 -0700 From: Rusty Wright Reply-To: rusty@berkeley.edu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: user-cs@ibatis.apache.org Subject: can't get to first base Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I can use ibatis with nunit, although I had to put its assembly down further in the folder hierarchy than the documentation said was necessary. But with my application I can't get it to work; no matter where I put the sqlmap.config file (and the other config files) I always get the following error. Any ideas? Thanks Exception message: The type initializer for 'IBatisNet.DataMapper.Configuration.DomSqlMapBuilder' threw an exception. Exception help link: Exception source: IBatisNet.DataMapper Exception stack trace: at IBatisNet.DataMapper.Configuration.DomSqlMapBuilder..ctor() at IBatisNet.DataMapper.Mapper.InitMapper() at IBatisNet.DataMapper.Mapper.Instance() at CmrArticleDao.ArticleDao.GetArticleTitleFromArticleSku(String sku) in C:\users\rusty\visual_studio\ArticleDao\ArticleDao.cs:line 49 at ShopsiteOrderApi.ShopsiteOrderService.AddArticleByArticleSku(Order order, String sku) in C:\users\rusty\visual_studio\pdf_fulfillment\WebApplication1\ShopsiteOrderService.cs:line 190 at ShopsiteOrderApi.ShopsiteOrderService.ServiceRequest(NameValueCollection nameValueCollection, String appPath) in C:\users\rusty\visual_studio\pdf_fulfillment\WebApplication1\ShopsiteOrderService.cs:line 95 Exception target site: Void .ctor()