<?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/"
		>
<channel>
	<title>Comments for Jair Rillo Junior's blog</title>
	<atom:link href="http://www.jairrillo.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jairrillo.com/blog</link>
	<description>Articles and tutorials about technology</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:40:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Adding Hibernate dependency into Maven Project by ronpaulcandidate</title>
		<link>http://www.jairrillo.com/blog/2009/02/09/adding-hibernate-dependency-into-maven-project/comment-page-1/#comment-70826</link>
		<dc:creator>ronpaulcandidate</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jairrillo.com/blog/?p=564#comment-70826</guid>
		<description>Of the presidential candidates he is the only one who steps out of the political establishment, and as a result is largely ignored by the mainstream media.  
visit us</description>
		<content:encoded><![CDATA[<p>Of the presidential candidates he is the only one who steps out of the political establishment, and as a result is largely ignored by the mainstream media.<br />
visit us</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JUnit 4 + Hamcrest. Let&#8217;s create unit testing for our Java applications by Hayden Cornetta</title>
		<link>http://www.jairrillo.com/blog/2007/11/08/junit-4-hamcrest-lets-create-unit-testing-for-our-java-applications/comment-page-1/#comment-68209</link>
		<dc:creator>Hayden Cornetta</dc:creator>
		<pubDate>Thu, 05 Jan 2012 01:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://myjavaworld.wordpress.com/2007/11/08/junit-4-hamcrest-lets-create-unit-testing-for-our-java-applications/#comment-68209</guid>
		<description>Good day. Just simply want to place a short remark and inquire where you bought your particular weblog theme I will be commencing own wordpress blog and genuinely really like your particular template.</description>
		<content:encoded><![CDATA[<p>Good day. Just simply want to place a short remark and inquire where you bought your particular weblog theme I will be commencing own wordpress blog and genuinely really like your particular template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JUnit 4 + Hamcrest. Let&#8217;s create unit testing for our Java applications by Demetria Zigich</title>
		<link>http://www.jairrillo.com/blog/2007/11/08/junit-4-hamcrest-lets-create-unit-testing-for-our-java-applications/comment-page-1/#comment-68208</link>
		<dc:creator>Demetria Zigich</dc:creator>
		<pubDate>Thu, 05 Jan 2012 01:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://myjavaworld.wordpress.com/2007/11/08/junit-4-hamcrest-lets-create-unit-testing-for-our-java-applications/#comment-68208</guid>
		<description>First rate editorial. Remember to keep up the reliable performance.</description>
		<content:encoded><![CDATA[<p>First rate editorial. Remember to keep up the reliable performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use LEFT JOIN in Hibernate Criteria by Raghu</title>
		<link>http://www.jairrillo.com/blog/2009/01/29/how-to-use-left-join-in-hibernate-criteria/comment-page-1/#comment-67131</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Tue, 27 Dec 2011 08:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jairrillo.com/blog/?p=560#comment-67131</guid>
		<description>Hi Jair,
     Thanks for nice example.  I have 3 tables and corresponding entities.  I need to join 3 tables using criteria. I hope you can solve this problem.
 
Thanks,
Raghu</description>
		<content:encoded><![CDATA[<p>Hi Jair,<br />
     Thanks for nice example.  I have 3 tables and corresponding entities.  I need to join 3 tables using criteria. I hope you can solve this problem.</p>
<p>Thanks,<br />
Raghu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup a DataSource on Websphere 6.1 for MySQL &#8211; step by step by Arun</title>
		<link>http://www.jairrillo.com/blog/2008/05/26/how-to-setup-a-datasource-on-websphere-61-for-mysql-step-by-step/comment-page-1/#comment-66619</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://myjavaworld.wordpress.com/?p=102#comment-66619</guid>
		<description>Thanks for the nice article. Unfortunately not able to get it working. Getting the following error
23/11 0:23:26:203 IST] 0000001f SystemErr     R java.lang.IllegalAccessError: com/mysql/jdbc/ConnectionImpl.getInstance(Ljava/lang/String;ILjava/util/Properties;Ljava/lang/String;Ljava/lang/String;)Lcom/mysql/jdbc/Connection;
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440)
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138)
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource.getPooledConnection(MysqlConnectionPoolDataSource.java:79)
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:1295)
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)</description>
		<content:encoded><![CDATA[<p>Thanks for the nice article. Unfortunately not able to get it working. Getting the following error<br />
23/11 0:23:26:203 IST] 0000001f SystemErr     R java.lang.IllegalAccessError: com/mysql/jdbc/ConnectionImpl.getInstance(Ljava/lang/String;ILjava/util/Properties;Ljava/lang/String;Ljava/lang/String;)Lcom/mysql/jdbc/Connection;<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440)<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138)<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource.getPooledConnection(MysqlConnectionPoolDataSource.java:79)<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:1295)<br />
[12/23/11 0:23:26:203 IST] 0000001f SystemErr     R 	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Message Driven Bean in EJB 3 (Step by Step). Using RAD 7.5 and Websphere 6.1 by Faisal</title>
		<link>http://www.jairrillo.com/blog/2008/08/08/how-to-create-a-message-driven-bean-in-ejb-3-step-by-step-using-rad-75-and-websphere-61/comment-page-1/#comment-65758</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Fri, 16 Dec 2011 13:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://jairrillo.wordpress.com/?p=79#comment-65758</guid>
		<description>Nice Article, thanks!</description>
		<content:encoded><![CDATA[<p>Nice Article, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create an EJB3 (Statefull Session Beans) in Eclipse Europa by Arat</title>
		<link>http://www.jairrillo.com/blog/2008/05/07/how-to-create-an-ejb3-statefull-session-beans-in-eclipse-europa/comment-page-1/#comment-65306</link>
		<dc:creator>Arat</dc:creator>
		<pubDate>Tue, 13 Dec 2011 07:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://myjavaworld.wordpress.com/?p=95#comment-65306</guid>
		<description>Thanks!!! its excellent tutorial. I am getting counter 1, it is not incrementing. I am using Jboss4.2. This is my code:


import java.io.IOException;

import javax.ejb.EJB;
import javax.naming.InitialContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * Servlet implementation class CounterServlet
 */
public class CounterServlet extends HttpServlet {
	private static final long serialVersionUID = 1L;
	private Counter counter;

    public CounterServlet() {
        super();
    }

	protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
		doPost(request,response);
	}

	protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
		try{
		InitialContext ctx = new InitialContext();
		counter = (Counter)ctx.lookup(&quot;JavaEELesson/CounterBean/remote&quot;);
		counter.count();
		Integer count = counter.getCount();
		request.setAttribute(&quot;counter&quot;, count);		
		request.getRequestDispatcher(&quot;result.jsp&quot;).forward(request, response);
		}
		catch (Exception e) {
			e.printStackTrace();
		}
	}
	
}</description>
		<content:encoded><![CDATA[<p>Thanks!!! its excellent tutorial. I am getting counter 1, it is not incrementing. I am using Jboss4.2. This is my code:</p>
<p>import java.io.IOException;</p>
<p>import javax.ejb.EJB;<br />
import javax.naming.InitialContext;<br />
import javax.servlet.ServletException;<br />
import javax.servlet.http.HttpServlet;<br />
import javax.servlet.http.HttpServletRequest;<br />
import javax.servlet.http.HttpServletResponse;</p>
<p>/**<br />
 * Servlet implementation class CounterServlet<br />
 */<br />
public class CounterServlet extends HttpServlet {<br />
	private static final long serialVersionUID = 1L;<br />
	private Counter counter;</p>
<p>    public CounterServlet() {<br />
        super();<br />
    }</p>
<p>	protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {<br />
		doPost(request,response);<br />
	}</p>
<p>	protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {<br />
		try{<br />
		InitialContext ctx = new InitialContext();<br />
		counter = (Counter)ctx.lookup(&#8220;JavaEELesson/CounterBean/remote&#8221;);<br />
		counter.count();<br />
		Integer count = counter.getCount();<br />
		request.setAttribute(&#8220;counter&#8221;, count);<br />
		request.getRequestDispatcher(&#8220;result.jsp&#8221;).forward(request, response);<br />
		}<br />
		catch (Exception e) {<br />
			e.printStackTrace();<br />
		}<br />
	}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applying EJB3 Feature Pack on Websphere 6.1 by anaxygeorgianna</title>
		<link>http://www.jairrillo.com/blog/2008/06/06/applying-ejb3-service-pack-on-websphere-61/comment-page-1/#comment-65018</link>
		<dc:creator>anaxygeorgianna</dc:creator>
		<pubDate>Sun, 11 Dec 2011 07:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://myjavaworld.wordpress.com/?p=118#comment-65018</guid>
		<description>order an   to get new coupon  for less</description>
		<content:encoded><![CDATA[<p>order an   to get new coupon  for less</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Hibernate dependency into Maven Project by eregocamilla</title>
		<link>http://www.jairrillo.com/blog/2009/02/09/adding-hibernate-dependency-into-maven-project/comment-page-1/#comment-64827</link>
		<dc:creator>eregocamilla</dc:creator>
		<pubDate>Fri, 09 Dec 2011 21:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jairrillo.com/blog/?p=564#comment-64827</guid>
		<description>must look at this   to take huge discount   for more detail</description>
		<content:encoded><![CDATA[<p>must look at this   to take huge discount   for more detail</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Hibernate dependency into Maven Project by grace748</title>
		<link>http://www.jairrillo.com/blog/2009/02/09/adding-hibernate-dependency-into-maven-project/comment-page-1/#comment-63786</link>
		<dc:creator>grace748</dc:creator>
		<pubDate>Thu, 01 Dec 2011 15:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jairrillo.com/blog/?p=564#comment-63786</guid>
		<description>&lt;a href=&quot;http://www.americanlemans.com/primary1.php?cat=news&#124;16436&quot; rel=&quot;nofollow&quot;&gt;scott tucker&lt;/a&gt;, a good novice received from Leawood, Kansas created background with the 24 hours about The Mans from the 30 days connected with June really. She is the main particular person coming from U . s citizens to get allowed to drive among the list of 200-mph diesel multi-million piece style of Audi. He was particularly extremely fast.  
  
From forty four years throughout 2006, Scott Tucker’s career inside off road racing launched. Previously the period, he previously in no way ran just before or simply have you been to some nationality observe. During this 12 months, the very first ever sold, the particular North american appeared to be authorized by means of Audi to push their R10 diesel-powered prototypes (200-mph) - about the most pricey as well as advanced sporting automobile ever made. He or she drove that from the most challenging in addition to lengthiest race previously. Even though the person did not currently have previously practical knowledge, your dog does just clearly.  
  
Le Mans might be an essential truck contest. It event which unfortunately comes about even on a routine from nine kilometers and even involved driveways constructed towards the pretty purpose and also French tracks that have been re-designed for off road racing. All the competition is normally a day extended along with the victorious one the year of 2010 created 397 laps with a smaller here one hundred and forty mph; this is concerning way away concerning Big apple as well as Liverpool. Rushing passenger cars mostly run inside speeds up towards 210 mph along with around relating to the lengthiest direct within the path which is certainly only a filter court two-lane this really is not open from.  
  
Within the last few 11 many years, Audi appeared to be successful during the Le Mans though the hard work of the Company because of Denmark was basically pretty shut down; they are tentative with getting just about anyone who might be not only a comprehend victorious associated with any engine&#039;s wheels on their vehicles. They are really even more unwilling for you to allow customers who will be definitely not Europeans drive their particular cars and trucks. What this is actually telling is for which you are unable to basically go to People from france, place finances every now and then, and uncover they are driving a fabulous high-level prototype. Talent needs to be proven.  
  
Tucker features this approach ability the fact that the Corporation is looking to get. Inside the a number of quite a few years for this off road racing occupation the person was initially linked to 91 wonderful happenings. Though she basically arrived to the game for the reason that the person saw the application as some thing excitement to do, he / she runs behind the wheel how much time a median would probably inside a decade. During that moment, your dog has been successful with thirty awesome races as well as started the actual podium a complete for 52 periods.  
  
The Le Mans backrounds are popular to get absolutely eradicating autos additionally car owners. Your vehicle in which Tucker driven is demolished though this individual organize a great past experiences inside an item that most people merely dream about.</description>
		<content:encoded><![CDATA[<p><a href="http://www.americanlemans.com/primary1.php?cat=news|16436" rel="nofollow">scott tucker</a>, a good novice received from Leawood, Kansas created background with the 24 hours about The Mans from the 30 days connected with June really. She is the main particular person coming from U . s citizens to get allowed to drive among the list of 200-mph diesel multi-million piece style of Audi. He was particularly extremely fast.  </p>
<p>From forty four years throughout 2006, Scott Tucker’s career inside off road racing launched. Previously the period, he previously in no way ran just before or simply have you been to some nationality observe. During this 12 months, the very first ever sold, the particular North american appeared to be authorized by means of Audi to push their R10 diesel-powered prototypes (200-mph) &#8211; about the most pricey as well as advanced sporting automobile ever made. He or she drove that from the most challenging in addition to lengthiest race previously. Even though the person did not currently have previously practical knowledge, your dog does just clearly.  </p>
<p>Le Mans might be an essential truck contest. It event which unfortunately comes about even on a routine from nine kilometers and even involved driveways constructed towards the pretty purpose and also French tracks that have been re-designed for off road racing. All the competition is normally a day extended along with the victorious one the year of 2010 created 397 laps with a smaller here one hundred and forty mph; this is concerning way away concerning Big apple as well as Liverpool. Rushing passenger cars mostly run inside speeds up towards 210 mph along with around relating to the lengthiest direct within the path which is certainly only a filter court two-lane this really is not open from.  </p>
<p>Within the last few 11 many years, Audi appeared to be successful during the Le Mans though the hard work of the Company because of Denmark was basically pretty shut down; they are tentative with getting just about anyone who might be not only a comprehend victorious associated with any engine&#8217;s wheels on their vehicles. They are really even more unwilling for you to allow customers who will be definitely not Europeans drive their particular cars and trucks. What this is actually telling is for which you are unable to basically go to People from france, place finances every now and then, and uncover they are driving a fabulous high-level prototype. Talent needs to be proven.  </p>
<p>Tucker features this approach ability the fact that the Corporation is looking to get. Inside the a number of quite a few years for this off road racing occupation the person was initially linked to 91 wonderful happenings. Though she basically arrived to the game for the reason that the person saw the application as some thing excitement to do, he / she runs behind the wheel how much time a median would probably inside a decade. During that moment, your dog has been successful with thirty awesome races as well as started the actual podium a complete for 52 periods.  </p>
<p>The Le Mans backrounds are popular to get absolutely eradicating autos additionally car owners. Your vehicle in which Tucker driven is demolished though this individual organize a great past experiences inside an item that most people merely dream about.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

