<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: iBatis PaginatedList and pagination</title>
	<atom:link href="http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/</link>
	<description>work for fun!!!</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: JackC</title>
		<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/#comment-1155</link>
		<dc:creator><![CDATA[JackC]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 18:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/ibatis-paginatedlist-and-pagination#comment-1155</guid>
		<description><![CDATA[The applications do need paginating function. I am disappointed that iBatis does not solve the problem instead to have the individual developers to find their own solutions. They just shift the burden to the developers. The problem still exists. The framework is supposed to solve the problem, not ignore it.]]></description>
		<content:encoded><![CDATA[<p>The applications do need paginating function. I am disappointed that iBatis does not solve the problem instead to have the individual developers to find their own solutions. They just shift the burden to the developers. The problem still exists. The framework is supposed to solve the problem, not ignore it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirish</title>
		<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/#comment-819</link>
		<dc:creator><![CDATA[Shirish]]></dc:creator>
		<pubDate>Sun, 12 Sep 2010 12:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/ibatis-paginatedlist-and-pagination#comment-819</guid>
		<description><![CDATA[Using this approach can lead to performance issues if the dataset is large. Also according to iBatis documentation &quot;All paginated list features have been deprecated&quot;. Please look into 

java.util.List queryForList(java.lang.String id, int skip, int max)]]></description>
		<content:encoded><![CDATA[<p>Using this approach can lead to performance issues if the dataset is large. Also according to iBatis documentation &#8220;All paginated list features have been deprecated&#8221;. Please look into </p>
<p>java.util.List queryForList(java.lang.String id, int skip, int max)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran M Yousuf</title>
		<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/#comment-222</link>
		<dc:creator><![CDATA[Imran M Yousuf]]></dc:creator>
		<pubDate>Wed, 16 Apr 2008 10:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/ibatis-paginatedlist-and-pagination#comment-222</guid>
		<description><![CDATA[Bro if you have time have a look at the source code of PaginatedList implementation. It basically does pagination after retrieving the whole list which actually even we can do :).]]></description>
		<content:encoded><![CDATA[<p>Bro if you have time have a look at the source code of PaginatedList implementation. It basically does pagination after retrieving the whole list which actually even we can do <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/#comment-220</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 12:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/ibatis-paginatedlist-and-pagination#comment-220</guid>
		<description><![CDATA[I get an error when putting this object into session:

Errore: java.lang.IllegalArgumentException: Only java.io.Serializable, javax.ejb.EJBObject and javax.ejb.EJBHome instances can be bound to a session in a distributable web-application, not: com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList@5cc942 (class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList).]]></description>
		<content:encoded><![CDATA[<p>I get an error when putting this object into session:</p>
<p>Errore: java.lang.IllegalArgumentException: Only java.io.Serializable, javax.ejb.EJBObject and javax.ejb.EJBHome instances can be bound to a session in a distributable web-application, not: com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList@5cc942 (class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://we4tech.wordpress.com/2006/10/25/ibatis-paginatedlist-and-pagination/#comment-221</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://hasan.we4tech.com/ibatis-paginatedlist-and-pagination#comment-221</guid>
		<description><![CDATA[Hi,
i&#039;m using Struts to build a portled to be deployed into Oracle Portal.
I&#039;m using iBatis framework too to manage queries.
Now I want to manage pagination in my search results but I have an error when I try to set into the session my paginatedList object reference (to be read in my jsp page):

Action Servlet code:
-----------------------------
PaginatedList myList = queryExecutor.queryForPaginatedList(&quot;myQuery&quot;, null, 10);
HttpSession session=request.getSession();
session.setAttribute(&quot;myList&quot;, myList);


When it executes the third line of this code I get this error:

Error: java.lang.IllegalArgumentException: Only java.io.Serializable, javax.ejb.EJBObject and javax.ejb.EJBHome instances can be bound to a session in a distributable web-application, not: com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList@5cc942 (class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList).
Detail: com.evermind.server.http.EvermindHttpSession.setAttribute(EvermindHttpSession.java:97)
Cause: null

How can I put in session my PaginatedList object?

Many thanks for your help
David]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i&#8217;m using Struts to build a portled to be deployed into Oracle Portal.<br />
I&#8217;m using iBatis framework too to manage queries.<br />
Now I want to manage pagination in my search results but I have an error when I try to set into the session my paginatedList object reference (to be read in my jsp page):</p>
<p>Action Servlet code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
PaginatedList myList = queryExecutor.queryForPaginatedList(&#8220;myQuery&#8221;, null, 10);<br />
HttpSession session=request.getSession();<br />
session.setAttribute(&#8220;myList&#8221;, myList);</p>
<p>When it executes the third line of this code I get this error:</p>
<p>Error: java.lang.IllegalArgumentException: Only java.io.Serializable, javax.ejb.EJBObject and javax.ejb.EJBHome instances can be bound to a session in a distributable web-application, not: com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList@5cc942 (class com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList).<br />
Detail: com.evermind.server.http.EvermindHttpSession.setAttribute(EvermindHttpSession.java:97)<br />
Cause: null</p>
<p>How can I put in session my PaginatedList object?</p>
<p>Many thanks for your help<br />
David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

