<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>mybatis-user Google Group</title>
  <link>http://groups.google.com/group/mybatis-user</link>
  <description>This group is for discussion surrounding the general usage and support of the mybatis data mapping framework. </description>
  <language>en</language>
  <item>
  <title>Re: How to make resultMap and select, update, delete, insert queries reusable for multiple xml mappers?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/90f95c37b7013eac?show_docid=90f95c37b7013eac</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;In the case of SQL, you can define the sql tag in any mapper file and then &lt;br&gt; include it in any other mapper file using a fully qualified name ( &lt;br&gt; namespace.id) &lt;br&gt; &lt;p&gt;*&amp;lt;include refid=&amp;quot;namespace.sqlid&amp;quot; /&amp;gt;* &lt;br&gt; &lt;p&gt;In the case of ResultMap, you can&#39;t use include tag, but you can use the &lt;br&gt; extends attribute to inherit from any other resulmap.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/90f95c37b7013eac?show_docid=90f95c37b7013eac</guid>
  <author>
  mnesa...@gmail.com
  (Frank Martínez)
  </author>
  <pubDate>Sat, 25 May 2013 17:31:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make resultMap and select, update, delete, insert queries reusable for multiple xml mappers?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/bae200102209b534?show_docid=bae200102209b534</link>
  <description>
  Thank you very much for reply! &lt;br&gt; &lt;p&gt;I know that there is sql tag! But I don&#39;t know how to write it once in one &lt;br&gt; file and include it (reuse) in multiple xml mappers. &lt;br&gt; The same is with resultMap tag. Can I reuse fragments of resultMap tag in &lt;br&gt; multiple xml mappers?.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/bae200102209b534?show_docid=bae200102209b534</guid>
  <author>
  volodial1...@mail.ru
  (volodiaL)
  </author>
  <pubDate>Sat, 25 May 2013 16:57:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make resultMap and select, update, delete, insert queries reusable for multiple xml mappers?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/e91a06cc2b790be1?show_docid=e91a06cc2b790be1</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;You can use sql fragments: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mybatis.github.io/mybatis-3/sqlmap-xml.html#sql&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Frank. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Frank D. Martínez M.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/e91a06cc2b790be1?show_docid=e91a06cc2b790be1</guid>
  <author>
  mnesa...@gmail.com
  (Frank Martínez)
  </author>
  <pubDate>Sat, 25 May 2013 16:50:28 UT
</pubDate>
  </item>
  <item>
  <title>How to make resultMap and select, update, delete, insert queries reusable for multiple xml mappers?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/e576f61320813339?show_docid=e576f61320813339</link>
  <description>
  Hello! &lt;br&gt; I have very similar sql queries for several domain objects. There is a &lt;br&gt; problem they are spread among several mybatis mappers; &lt;br&gt; For example: &lt;br&gt; *&amp;lt;insert id=&amp;quot;save&amp;quot; parameterType=&amp;quot;JuniorUser&amp;quot;&amp;gt;* &lt;br&gt; * INSERT INTO USER ... VALUES .... ;* &lt;br&gt; *&amp;lt;/insert&amp;gt;* &lt;br&gt; And &lt;br&gt; *&amp;lt;insert id=&amp;quot;save&amp;quot; parameterType=&amp;quot;ExpertUser&amp;quot;&amp;gt;* &lt;br&gt; * INSERT INTO USER ... VALUES .... ;*
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/7eff44b5b9a58f8b/e576f61320813339?show_docid=e576f61320813339</guid>
  <author>
  volodial1...@mail.ru
  (volodiaL)
  </author>
  <pubDate>Sat, 25 May 2013 16:34:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to map mybatis Composite Key with a jpa&#39;s @Embeddable annotation object</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/0a102152f516435f/bc469d9967dfd739?show_docid=bc469d9967dfd739</link>
  <description>
  What problem are you having? The solution to this seems &lt;br&gt; straightforward. Your table has 3 columns, correct: &lt;br&gt; &lt;p&gt;ID1 integer &lt;br&gt; ID2 integer &lt;br&gt; STARTTIME varchar &lt;br&gt; &lt;p&gt;Your ResultMap might look something like this (leaving out formatting): &lt;br&gt; &lt;p&gt;resultMap type=&amp;quot;Issue&amp;quot; &lt;br&gt; result column=&amp;quot;STARTTIME&amp;quot; property=&amp;quot;startTime&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/0a102152f516435f/bc469d9967dfd739?show_docid=bc469d9967dfd739</guid>
  <author>
  guy.rouill...@gmail.com
  (Guy Rouillier)
  </author>
  <pubDate>Sat, 25 May 2013 00:41:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question about MyBatis external dependencies</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/445da8b700637266?show_docid=445da8b700637266</link>
  <description>
  3.2 can use Javassist instead of CGLIB. But, as Jeff pointed, if you are &lt;br&gt; using lazy load you need at least one of them.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/445da8b700637266?show_docid=445da8b700637266</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Fri, 24 May 2013 04:29:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Configuring databaseId provider with Guice?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/cfa2386e0eb44ce4?show_docid=cfa2386e0eb44ce4</link>
  <description>
  This is something we should improve. &lt;br&gt; &lt;p&gt;We have moved the code and the tracker to Github, but still use gcode for &lt;br&gt; downloads, wiki and project page. &lt;br&gt; &lt;p&gt;The path to get to the docs is: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.mybatis.org&quot;&gt;[link]&lt;/a&gt; -&amp;gt; blog.mybatis.org -&amp;gt; google code project -&amp;gt; guice docs &lt;br&gt; &lt;p&gt;IMHO Github wont work as a project main page. It is too code centric. We
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/cfa2386e0eb44ce4?show_docid=cfa2386e0eb44ce4</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Fri, 24 May 2013 04:28:42 UT
</pubDate>
  </item>
  <item>
  <title>how to map mybatis Composite Key with a jpa&#39;s @Embeddable annotation object</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/0a102152f516435f/f8a48eb8ea643194?show_docid=f8a48eb8ea643194</link>
  <description>
  the class is as follows,created by hibernate inverse.however when i want to &lt;br&gt; use this class to map the table Issue by mybatis ,there seem like no &lt;br&gt; solution in the web,can anyone help me? i will be very appreciated. &lt;br&gt; public class Issue { &lt;br&gt; private IssueId id; &lt;br&gt; private String startTime; &lt;br&gt; ............. &lt;br&gt; @Embeddable
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/0a102152f516435f/f8a48eb8ea643194?show_docid=f8a48eb8ea643194</guid>
  <author>
  zjwsu...@gmail.com
  (Saren SR)
  </author>
  <pubDate>Fri, 24 May 2013 03:30:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Configuring databaseId provider with Guice?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/9a2f71d73b7e2651?show_docid=9a2f71d73b7e2651</link>
  <description>
  That explains why I couldn&#39;t find it. The MyBatis documentation has moved around quite a bit and it is hard to figure out where everything is. In fact, I don&#39;t think there is a link to the Guice documentation anywhere on the blog or the Github site. Oh and BTW, the Github site is currently down (404):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/9a2f71d73b7e2651?show_docid=9a2f71d73b7e2651</guid>
  <author>
  br...@pontarelli.com
  (Brian Pontarelli)
  </author>
  <pubDate>Thu, 23 May 2013 19:59:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Configuring databaseId provider with Guice?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/160d20bb364af34c?show_docid=160d20bb364af34c</link>
  <description>
  Look at the bottom of this page to see how to do Guice with XML &lt;br&gt; configuration: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mybatis.github.io/guice/core.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;You should be able to set the database provider through the XML config. It &lt;br&gt; hasn&#39;t been exposed as a Guice property yet. &lt;br&gt; &lt;p&gt;Jeff Butler
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/160d20bb364af34c?show_docid=160d20bb364af34c</guid>
  <author>
  jeffgbut...@gmail.com
  (Jeff Butler)
  </author>
  <pubDate>Thu, 23 May 2013 19:24:21 UT
</pubDate>
  </item>
  <item>
  <title>Configuring databaseId provider with Guice?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/cdf47eaa7127a77e?show_docid=cdf47eaa7127a77e</link>
  <description>
  I can&#39;t seem to figure out a way to configure the databseId provider via the MyBatis Guice extension. It also looks like I can&#39;t mix Guice with XML configuration. Anyone know how to do this? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; -- Brian
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/5d9a0d808a917ea3/cdf47eaa7127a77e?show_docid=cdf47eaa7127a77e</guid>
  <author>
  br...@pontarelli.com
  (Brian Pontarelli)
  </author>
  <pubDate>Thu, 23 May 2013 18:47:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to send multiple parameters to in many=@Many(select) nested select call?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/1cd0d665bba2c30e?show_docid=1cd0d665bba2c30e</link>
  <description>
  Many thanks Iwao for your reply. It does help to know that multiple &lt;br&gt; parameters can be passed in a manner you explained. But I was looking to &lt;br&gt; pass the original parameter from &#39;getEmployee&#39; method to the nested select. &lt;br&gt; &lt;p&gt;Also, I appreciate that you confirmed the fact that original parameter &lt;br&gt; object cant be passed to the nested select.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/1cd0d665bba2c30e?show_docid=1cd0d665bba2c30e</guid>
  <author>
  viren.cha...@gmail.com
  (Viren Chande)
  </author>
  <pubDate>Thu, 23 May 2013 15:46:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question about MyBatis external dependencies</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/3444791c74ae4d17?show_docid=3444791c74ae4d17</link>
  <description>
  There was some discussion of replacing cglib with javassist. I can&#39;t &lt;br&gt; remember what happened with that effort. &lt;br&gt; &lt;p&gt;Neither of these are required and are only used with lazy loading is &lt;br&gt; enabled - which usually offers very little actual benefit and should never &lt;br&gt; be enabled &amp;quot;just because it sounds cool&amp;quot;. MyBatis works very well with no
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/3444791c74ae4d17?show_docid=3444791c74ae4d17</guid>
  <author>
  jeffgbut...@gmail.com
  (Jeff Butler)
  </author>
  <pubDate>Thu, 23 May 2013 13:44:56 UT
</pubDate>
  </item>
  <item>
  <title>Question about MyBatis external dependencies</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/7a37744b9f972084?show_docid=7a37744b9f972084</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I am currently using mybatis 3.2.2 and doing some code cleanup as well as thinking ahead. &lt;br&gt; &lt;p&gt;I think I read on this mailing list that asm-3.3.1.jar and cglib-2.2.2.jar were going be to dropped as dependencies in future releases of mybatis, namely 3.2.3 onwards. I checked the archives but could not find any mention of this, am I dreaming this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/995b7bd5b0a2ec38/7a37744b9f972084?show_docid=7a37744b9f972084</guid>
  <author>
  fschietteca...@gmail.com
  (François Schiettecatte)
  </author>
  <pubDate>Thu, 23 May 2013 12:43:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to send multiple parameters to in many=@Many(select) nested select call?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/cb60b78cf2c4c240?show_docid=cb60b78cf2c4c240</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;There is no way to pass the original parameter object to the nested &lt;br&gt; select, but you can pass multiple parameters. &lt;br&gt; Assuming that GET_DEPTS needs two parameters &#39;employeeId&#39; and &lt;br&gt; &#39;country&#39; and GET_EMPLOYEE returns ID and COUNTRY as its results: &lt;br&gt; &lt;p&gt;@Select(GET_EMPLOYEE) &lt;br&gt; @Results(value = { &lt;br&gt; @Result(property=&amp;quot;id&amp;quot;, column=&amp;quot;ID&amp;quot;),
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/cb60b78cf2c4c240?show_docid=cb60b78cf2c4c240</guid>
  <author>
  haraw...@gmail.com
  (Iwao AVE!)
  </author>
  <pubDate>Thu, 23 May 2013 00:37:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Resultset has more than 10000 records - Its not working</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/eeedf4222180faf7?show_docid=eeedf4222180faf7</link>
  <description>
  Hello: &lt;br&gt; &lt;p&gt;You could try to execute the same query by using JDBC API , with the same &lt;br&gt; JDBC driver and the same URL connection and test from the same machine ) &lt;br&gt; &lt;p&gt;Yoy didn&#39;t tell anything about your DBMS , or your JDBC driver, or your &lt;br&gt; configuration &lt;br&gt; &lt;p&gt;Regards &lt;br&gt; &lt;p&gt;2013/5/17 Praneeth Reddy &amp;lt;pranith.reddy...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/eeedf4222180faf7?show_docid=eeedf4222180faf7</guid>
  <author>
  demablo...@gmail.com
  (Jose María Zaragoza)
  </author>
  <pubDate>Wed, 22 May 2013 15:44:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Resultset has more than 10000 records - Its not working</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/b716aed87d49ae31?show_docid=b716aed87d49ae31</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Can you get all rows if you execute the query using plain JDBC (i.e. &lt;br&gt; without MyBatis) ? &lt;br&gt; Which version of database/driver do you use? &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Iwao &lt;br&gt; &lt;p&gt;2013/5/17 Praneeth Reddy &amp;lt;pranith.reddy...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/b716aed87d49ae31?show_docid=b716aed87d49ae31</guid>
  <author>
  haraw...@gmail.com
  (Iwao AVE!)
  </author>
  <pubDate>Wed, 22 May 2013 15:39:30 UT
</pubDate>
  </item>
  <item>
  <title>Integrate JPA, Mybatis,POJO service and REST Service in one project</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/7b2c1ae10e971cc5/283163ebd8466a41?show_docid=283163ebd8466a41</link>
  <description>
  My porject is based on Spring ,JPA(insert, update),Mybatis( mainly query), &lt;br&gt; POJO service and REST. I found a useful tool named BOS Designer at * &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.bosmatic.com*&quot;&gt;[link]&lt;/a&gt; &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.bosmatic.com/&quot;&gt;[link]&lt;/a&gt;&amp;gt;. It greatly simplify my &lt;br&gt; development and testing work. All of DAO,POJO and REST objects can be &lt;br&gt; designed visually and configuration files and source code is generated
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/7b2c1ae10e971cc5/283163ebd8466a41?show_docid=283163ebd8466a41</guid>
  <author>
  jackey.zhang...@gmail.com
  </author>
  <pubDate>Wed, 22 May 2013 14:57:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Collection and DB2</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/622e0137637c47ab/2a88015eeee38843?show_docid=2a88015eeee38843</link>
  <description>
  It&#39;s when the id is a byte[]. I have tried many different configurations to &lt;br&gt; get the byte[] to work. &lt;br&gt; &lt;p&gt;WORKING: When ID is _int; &lt;br&gt; &lt;p&gt;CREATE TABLE A ( &lt;br&gt; A_UUID decimal(19,0) NOT NULL &lt;br&gt; ,USER_ID decimal(19,0) NOT NULL &lt;br&gt; ,NAME varchar(50) NOT NULL &lt;br&gt; ); &lt;br&gt; CREATE UNIQUE INDEX A_1 ON A (A_UUID); &lt;br&gt; ALTER TABLE A ADD CONSTRAINT PK_A PRIMARY KEY (A_UUID);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/622e0137637c47ab/2a88015eeee38843?show_docid=2a88015eeee38843</guid>
  <author>
  jiffy...@gmail.com
  (jj)
  </author>
  <pubDate>Tue, 21 May 2013 21:20:46 UT
</pubDate>
  </item>
  <item>
  <title>Resultset has more than 10000 records - Its not working</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/85786acd4c3f98e9?show_docid=85786acd4c3f98e9</link>
  <description>
  Hi All, &lt;br&gt; &lt;p&gt;I am facing some wierd issue , If the records are more than 10000 for below &lt;br&gt; mentioned query then its not processing futher after executing the query &lt;br&gt; but if it is less than 10000 its fetching the data from db ,returning to &lt;br&gt; implementation class. &lt;br&gt; &lt;p&gt;Mapper.xml &lt;br&gt; &lt;p&gt;&amp;lt;select id=&amp;quot;getNormalTransactions&amp;quot; resultMap=&amp;quot;SLS_TRN_HDR_OPR&amp;quot;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/0a351bf3ee8d58bf/85786acd4c3f98e9?show_docid=85786acd4c3f98e9</guid>
  <author>
  pranith.reddy...@gmail.com
  (Praneeth Reddy)
  </author>
  <pubDate>Thu, 16 May 2013 23:43:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: mybatis.org is now up</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9f5956401780b7b2/4523191c9feadc93?show_docid=4523191c9feadc93</link>
  <description>
  Thank you both!! &lt;br&gt; &lt;p&gt;2013/5/16 Clinton Begin &amp;lt;clinton.be...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9f5956401780b7b2/4523191c9feadc93?show_docid=4523191c9feadc93</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Thu, 16 May 2013 20:08:16 UT
</pubDate>
  </item>
  <item>
  <title>mybatis.org is now up</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9f5956401780b7b2/41e8b17b227a3393?show_docid=41e8b17b227a3393</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;Thanks to Nathan Maves, the MyBatis.org site is back on its feet. &lt;br&gt; &lt;p&gt;Depending on your ISP and DNS provider/servers, it may take up to two days &lt;br&gt; for you to see it. If you can manually flush your DNS cache in your OS and &lt;br&gt; network infrastructure, then that might speed up the process. &lt;br&gt; &lt;p&gt;We only have a 1 hour TTL on the DNS records, but that doesn&#39;t mean
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9f5956401780b7b2/41e8b17b227a3393?show_docid=41e8b17b227a3393</guid>
  <author>
  clinton.be...@gmail.com
  (Clinton Begin)
  </author>
  <pubDate>Thu, 16 May 2013 19:46:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Collection and List of Strings</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/b09895a6ec05c9c6/bf6c72e5c968a154?show_docid=bf6c72e5c968a154</link>
  <description>
  Thank you man! &lt;br&gt; I&#39;m looking almost a day for this answer :) &lt;br&gt; &lt;p&gt;2010. augusztus 16., hétfő 15:22:17 UTC+2 időpontban christia...@ircm.qc.ca &lt;br&gt; a következőt írta:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/b09895a6ec05c9c6/bf6c72e5c968a154?show_docid=bf6c72e5c968a154</guid>
  <author>
  prokajda...@gmail.com
  (David Prokaj)
  </author>
  <pubDate>Thu, 16 May 2013 19:23:34 UT
</pubDate>
  </item>
  <item>
  <title>DTDs, mybatis.org downtime and you!</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/b668c658a66e0f79/3eb468aa9e28630e?show_docid=3eb468aa9e28630e</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;On May 14th mybatis.org stopped responding to web requests. After some &lt;br&gt; investigation and working with GoDaddy, we&#39;ve apparently broken their usage &lt;br&gt; policy for domain hosting due to excessive load against our DTDs. This was &lt;br&gt; a shared hosting arrangement and our usage threatened the QoS for other
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/b668c658a66e0f79/3eb468aa9e28630e?show_docid=3eb468aa9e28630e</guid>
  <author>
  clinton.be...@gmail.com
  (Clinton Begin)
  </author>
  <pubDate>Thu, 16 May 2013 15:24:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why does BatchExecutor only remember one sql/statement</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/70fadce2a415e1fc/24e2529ce1954fb9?show_docid=24e2529ce1954fb9</link>
  <description>
  It&#39;s a limitation of many (if not most) JDBC drivers. I can&#39;t recall if &lt;br&gt; Oracle is one of them or not, but this is code that must be compatible with &lt;br&gt; all drivers. The best solution is to try to order your writes such that &lt;br&gt; statements that are the same are batched together. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Clinton
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/70fadce2a415e1fc/24e2529ce1954fb9?show_docid=24e2529ce1954fb9</guid>
  <author>
  clinton.be...@gmail.com
  (Clinton Begin)
  </author>
  <pubDate>Thu, 16 May 2013 15:22:35 UT
</pubDate>
  </item>
  <item>
  <title>Why does BatchExecutor only remember one sql/statement</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/70fadce2a415e1fc/bb5d14c8d23fb26b?show_docid=bb5d14c8d23fb26b</link>
  <description>
  hi, &lt;br&gt; we ran into a max open cursor problem on oracle when doing batch inserts &lt;br&gt; (using two different statements) within one sqlsession/transaction. &lt;br&gt; the code did something like this: &lt;br&gt; for (int i=0; i &amp;lt; large-nuber; i++) { &lt;br&gt; batchMapper1.doInsert(); &lt;br&gt; batchMapper2.doAnotherInsert() ; &lt;br&gt; it turned out that the problem is related with the BatchExecutor as it only
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/70fadce2a415e1fc/bb5d14c8d23fb26b?show_docid=bb5d14c8d23fb26b</guid>
  <author>
  daniel.gu...@gmail.com
  (dguggi)
  </author>
  <pubDate>Thu, 16 May 2013 10:50:44 UT
</pubDate>
  </item>
  <item>
  <title>How to send multiple parameters to in many=@Many(select) nested select call?</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/488561eef71f8d6a?show_docid=488561eef71f8d6a</link>
  <description>
  I have a scenario wherein I need to send parameter to many=@Many(select) &lt;br&gt; call. I am not sure how to do so. &lt;br&gt; @Select(GET_EMPLOYEE) &lt;br&gt; @Results(value = { &lt;br&gt; @Result(property=&amp;quot;id&amp;quot;, column=&amp;quot;ID&amp;quot;), &lt;br&gt; @Result(property=&amp;quot;dept&amp;quot;, column=&amp;quot;ID&amp;quot;, &lt;br&gt; javaType=List.class, many=@Many(select=&amp;quot;getDepts&amp;quot;))
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/b666cd64566dca5d/488561eef71f8d6a?show_docid=488561eef71f8d6a</guid>
  <author>
  viren.cha...@gmail.com
  (Micky)
  </author>
  <pubDate>Thu, 16 May 2013 04:46:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/0d80ab1715e4bad5?show_docid=0d80ab1715e4bad5</link>
  <description>
  If you fill out the associations with lazy loaded objects, you should &lt;br&gt; (hopefully) end up with nearly the same performance. &lt;br&gt; &lt;p&gt;&amp;lt;myOpinionOnly&amp;gt; &lt;br&gt; I&#39;ve been wondering if you have an application that has a very rich and &lt;br&gt; complex object model. It sounds like you do. As you&#39;re finding, MyBatis &lt;br&gt; is often not the best fit for persisting a complex object model directly.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/0d80ab1715e4bad5?show_docid=0d80ab1715e4bad5</guid>
  <author>
  jeffgbut...@gmail.com
  (Jeff Butler)
  </author>
  <pubDate>Wed, 15 May 2013 13:58:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/51aa559ea22fb7d9?show_docid=51aa559ea22fb7d9</link>
  <description>
  It is not possible in our application to fill out associations after create &lt;br&gt; before returning object, as there are so many associations and are used at &lt;br&gt; many places. &lt;br&gt; Is there no other way in mybatis by which we can just bind this object with &lt;br&gt; mybatis mapper?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/51aa559ea22fb7d9?show_docid=51aa559ea22fb7d9</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Wed, 15 May 2013 06:20:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/4bdb2d0288310f3f?show_docid=4bdb2d0288310f3f</link>
  <description>
  Why not fill out the associations after you do the create and then return &lt;br&gt; the complete object your client code expects? &lt;br&gt; &lt;p&gt;If you are so committed to lazy loading that you must have it in all cases, &lt;br&gt; then your workaround is the only thing I can think of. &lt;br&gt; &lt;p&gt;Jeff Butler
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/4bdb2d0288310f3f?show_docid=4bdb2d0288310f3f</guid>
  <author>
  jeffgbut...@gmail.com
  (Jeff Butler)
  </author>
  <pubDate>Tue, 14 May 2013 16:30:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/dab4b26025cf3c17?show_docid=dab4b26025cf3c17</link>
  <description>
  My mybatis config settings are as follows: &lt;br&gt; &amp;lt;settings&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;aggressiveLazyLoading&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;lazyLoadingEnabled&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;jdbcTypeForNull&amp;quot; value=&amp;quot;VARCHAR&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;defaultExecutorType&amp;quot; value=&amp;quot;REUSE&amp;quot;/&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;defaultStatementTimeout&amp;quot; value=&amp;quot;25000&amp;quot;/&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/dab4b26025cf3c17?show_docid=dab4b26025cf3c17</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 15:32:20 UT
</pubDate>
  </item>
  <item>
  <title>Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/2dbadf4bd7c1dd3d?show_docid=2dbadf4bd7c1dd3d</link>
  <description>
  Hi, &lt;br&gt; I am using mybatis 3.2.2. &lt;br&gt; In my application, to insert new row in the table, I have &#39;create&#39; method &lt;br&gt; in DAO class of the object(POJO) which is for that table. &lt;br&gt; In that method I create POJO object using &#39;new&#39; and set its properties &lt;br&gt; using setters with values got in create method parameters. &lt;br&gt; Then I pass that object(pojo) to the mapper interface&#39;s &#39;create&#39; method
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/9ba083b528e4c02d/2dbadf4bd7c1dd3d?show_docid=2dbadf4bd7c1dd3d</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 15:31:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/77174995bb9f7d88?show_docid=77174995bb9f7d88</link>
  <description>
  I am still confused, if call is coming from elsewhere, then how come YJP is &lt;br&gt; showing that method being called from intercept() method? &lt;br&gt; I do not have any logging enabled in my settings for sure.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/77174995bb9f7d88?show_docid=77174995bb9f7d88</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 11:48:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/308d0b19ed2e6215?show_docid=308d0b19ed2e6215</link>
  <description>
  In any case there is not any call to a jdbc api (PreparedStatement) &lt;br&gt; from that code so we can assume that call comes from elsewhere. &lt;br&gt; &lt;p&gt;The docs about logs are online &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mybatis.github.io/mybatis-3/logging.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I would first check if log is enabled for any namespace. &lt;br&gt; &lt;p&gt;2013/5/14 Parag Dhikale &amp;lt;paragdhik...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/308d0b19ed2e6215?show_docid=308d0b19ed2e6215</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Tue, 14 May 2013 11:25:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/7f146307df75cc15?show_docid=7f146307df75cc15</link>
  <description>
  Even I didn&#39;t find it being used anywhere. &lt;br&gt; But I have found a solution. By default logImpl uses SLF4J, whose log &lt;br&gt; method we could see in the profiler output taking time. &lt;br&gt; I tried changing logImpl. I set &#39;logImpl&#39; property in &amp;lt;settings&amp;gt; as: &lt;br&gt; &amp;lt;setting name=&amp;quot;logImpl&amp;quot; value=&amp;quot;LOG4J&amp;quot;/&amp;gt; &lt;br&gt; And now I do not see that method in the profiller&#39;s stacktrace. Also
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/7f146307df75cc15?show_docid=7f146307df75cc15</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 10:59:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/ef20679bbdcfdee8?show_docid=ef20679bbdcfdee8</link>
  <description>
  Ah, sorry I thought that was an stacktrace. Sorry. &lt;br&gt; &lt;p&gt;I cannot find any call to log in our code: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/mybatis/mybatis-3/blob/mybatis-3.2.2/src/main/java/org/apache/ibatis/executor/loader/CglibProxyFactory.java&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Do you have any hint?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/ef20679bbdcfdee8?show_docid=ef20679bbdcfdee8</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Tue, 14 May 2013 10:34:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/7c168c6750d60f6b?show_docid=7c168c6750d60f6b</link>
  <description>
  No, I don&#39;t think so. The statement you listed below is at the same level &lt;br&gt; as that of logger statement in stacktrace. &lt;br&gt; So, this oracle driver call and this logger statement call are at the same &lt;br&gt; level.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/7c168c6750d60f6b?show_docid=7c168c6750d60f6b</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 10:24:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/afdd0457e5a015a2?show_docid=afdd0457e5a015a2</link>
  <description>
  Looks like that call comes from the oracle driver, does&#39;t it? &lt;br&gt; &lt;p&gt; oracle.jdbc.driver.OraclePrepa redStatementWrapper.execute() 562 64
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/afdd0457e5a015a2?show_docid=afdd0457e5a015a2</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Tue, 14 May 2013 10:18:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/e39f61893d0f5f30?show_docid=e39f61893d0f5f30</link>
  <description>
  Actually I am seeing this in the YJP (yourkit java prifiler) captured &lt;br&gt; snapshot. Even I am still trying to find out in the mybatis source code &lt;br&gt; where exactly it is being called from. &lt;br&gt; From YJP stacktrace, it is showing &lt;br&gt; &amp;quot;org.slf4j.impl.JDK14LoggerAda pter.log(Marker, String, int, String, &lt;br&gt; Object[], Throwable) 171 0 200&amp;quot; call exactly under
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/e39f61893d0f5f30?show_docid=e39f61893d0f5f30</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 09:58:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/f4d9850b95148b9b?show_docid=f4d9850b95148b9b</link>
  <description>
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/f4d9850b95148b9b?show_docid=f4d9850b95148b9b</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 09:57:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/332b362fe1a1ed2c?show_docid=332b362fe1a1ed2c</link>
  <description>
  Can you get an stacktrace to know where is it being called from? &lt;br&gt; &lt;p&gt;2013/5/14 Parag Dhikale &amp;lt;paragdhik...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/332b362fe1a1ed2c?show_docid=332b362fe1a1ed2c</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Tue, 14 May 2013 09:47:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/8cfae78249a9fdec?show_docid=8cfae78249a9fdec</link>
  <description>
  Sorry, I forgot to mention that. &lt;br&gt; I am using mybatis 3.2.2.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/8cfae78249a9fdec?show_docid=8cfae78249a9fdec</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Tue, 14 May 2013 06:48:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/9f9d58db9cf3c682?show_docid=9f9d58db9cf3c682</link>
  <description>
  Which version are you using? &lt;br&gt; &lt;p&gt;2013/5/13 Parag Dhikale &amp;lt;paragdhik...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/9f9d58db9cf3c682?show_docid=9f9d58db9cf3c682</guid>
  <author>
  eduardo.macar...@gmail.com
  (Eduardo Macarron)
  </author>
  <pubDate>Tue, 14 May 2013 04:25:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Connection is invalid -- how to check for this and get a valid connection</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/abb8c3098605f01b?show_docid=abb8c3098605f01b</link>
  <description>
  I have seen similar cases where a firewall between an app server and DB caused problems with connections getting closed.  When you switched from using Tomcat to manage the pool, did you possibly upgrade a driver?  Could you do a test where you just put a simple java program on the app server, outside of the context of the application server, that opens connections to the database and keeps them open for an extended period?  It wouldn&#39;t have to do much, other than just execute some simple query at some interval that tries to mimic the application behavior you are seeing.  It might be useful to know for sure that the issue with DB connections is repeatable outside the context of any pool (or not repeatable, which would tell you for sure that the problem is code related and not environment related).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/abb8c3098605f01b?show_docid=abb8c3098605f01b</guid>
  <author>
  oconne...@yahoo.com
  (Chris)
  </author>
  <pubDate>Tue, 14 May 2013 03:01:07 UT
</pubDate>
  </item>
  <item>
  <title>RE: Connection is invalid -- how to check for this and get a valid connection</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/781128d5213ea75d?show_docid=781128d5213ea75d</link>
  <description>
  I&#39;m not sure how I would check something like that. We do have a load &lt;br&gt; balancer between app and db servers, but it has not been a problem for us in &lt;br&gt; the past. We recently upgraded from an old, old version of MyBatis and in &lt;br&gt; the upgrade process, I wanted to use MyBatis connection pooling where before
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/781128d5213ea75d?show_docid=781128d5213ea75d</guid>
  <author>
  br...@fincalc.com
  (Brian Barnett)
  </author>
  <pubDate>Mon, 13 May 2013 19:21:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Connection is invalid -- how to check for this and get a valid connection</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/a0dcce5448369d05?show_docid=a0dcce5448369d05</link>
  <description>
  Have you confirmed that there isn&#39;t something else closing the connections on you?  Perhaps a firewall residing between the app and database servers?  Just a thought... &lt;br&gt; ______________________________ __ &lt;br&gt; From: Brian Barnett &amp;lt;br...@fincalc.com&amp;gt; &lt;br&gt; To: mybatis-user@googlegroups.com &lt;br&gt; Sent: Monday, May 13, 2013 1:53 PM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/a0dcce5448369d05?show_docid=a0dcce5448369d05</guid>
  <author>
  oconne...@yahoo.com
  (Chris)
  </author>
  <pubDate>Mon, 13 May 2013 19:04:53 UT
</pubDate>
  </item>
  <item>
  <title>RE: Connection is invalid -- how to check for this and get a valid connection</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/f281aa54764044e9?show_docid=f281aa54764044e9</link>
  <description>
  Yes I am using Tomcat, but not necessarily for db connection pooling &lt;br&gt; functionality. I determined that the JDBC MyBatis connection pool as &lt;br&gt; configured below does not work. After a long period of time has elapsed &lt;br&gt; without db activity, I still get invalid connection errors. &lt;br&gt; &lt;p&gt;Is there a MyBatis connection pool configuration that would fix this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/f281aa54764044e9?show_docid=f281aa54764044e9</guid>
  <author>
  br...@fincalc.com
  (Brian Barnett)
  </author>
  <pubDate>Mon, 13 May 2013 18:53:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Connection is invalid -- how to check for this and get a valid connection</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/65ad6cc4ff9718dd?show_docid=65ad6cc4ff9718dd</link>
  <description>
  No, that is setting up a MyBatis pooled connection. You said you are &lt;br&gt; using Tomcat. In that case, you should be using a Tomcat-configured &lt;br&gt; Resource for your connection pool; that would type=&amp;quot;JNDI&amp;quot;. Then in &lt;br&gt; your Tomcat server.xml, you&#39;d have one or more resources defined like this: &lt;br&gt; &lt;p&gt; &amp;lt;Resource
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/21b46c8a7b58b230/65ad6cc4ff9718dd?show_docid=65ad6cc4ff9718dd</guid>
  <author>
  guy.rouill...@gmail.com
  (Guy Rouillier)
  </author>
  <pubDate>Mon, 13 May 2013 18:13:05 UT
</pubDate>
  </item>
  <item>
  <title>Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance.</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/3e1b1998863ff24b?show_docid=3e1b1998863ff24b</link>
  <description>
  Hi, &lt;br&gt; I have lazy loading set to true. Following is my configuration settings: &lt;br&gt; &amp;lt;settings&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;aggressiveLazyLoading&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;lazyLoadingEnabled&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;jdbcTypeForNull&amp;quot; value=&amp;quot;VARCHAR&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;setting name=&amp;quot;defaultExecutorType&amp;quot; value=&amp;quot;REUSE&amp;quot;/&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/6ab4e119cb7cce8a/3e1b1998863ff24b?show_docid=3e1b1998863ff24b</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Mon, 13 May 2013 16:40:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Putting POJO returned from mybatis into HashTable degrades the performance as it tried to load the pojo in its hasCode method</title>
  <link>http://groups.google.com/group/mybatis-user/browse_thread/thread/2cef8cfc34ca2aab/37beb101dcced2d7?show_docid=37beb101dcced2d7</link>
  <description>
  Thanks a lot Jurriaan, That completely solved the problem. Really &lt;br&gt; appreciate your quick reply. &lt;br&gt; Thanks, &lt;br&gt; Parag
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mybatis-user/browse_thread/thread/2cef8cfc34ca2aab/37beb101dcced2d7?show_docid=37beb101dcced2d7</guid>
  <author>
  paragdhik...@gmail.com
  (Parag Dhikale)
  </author>
  <pubDate>Mon, 13 May 2013 15:28:22 UT
</pubDate>
  </item>
  </channel>
</rss>
