<?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 on: Hibernate with MySQL &#8211; a beginners guide &#8211; part 3</title>
	<atom:link href="http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/feed" rel="self" type="application/rss+xml" />
	<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3</link>
	<description>Random witterings from pookey</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:31:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Chido</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-491</link>
		<dc:creator>Chido</dc:creator>
		<pubDate>Tue, 11 Aug 2009 16:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-491</guid>
		<description>I have searched in a lot of web tutorials and this is the best tutorial that I have found.

Just a little comment, I would be better if you add the sql script. in the tutorial. 

This is the MySQL Script for the people that could be need it.

mysql &gt; create database hibernate;
mysql &gt; create table blog ( 
      &gt; id INT(10),
      &gt; subject VARCHAR(100),
      &gt; body VARCHAR(2000),
      &gt;	createAt Date);	

Thanks &amp; Regards</description>
		<content:encoded><![CDATA[<p>I have searched in a lot of web tutorials and this is the best tutorial that I have found.</p>
<p>Just a little comment, I would be better if you add the sql script. in the tutorial. </p>
<p>This is the MySQL Script for the people that could be need it.</p>
<p>mysql > create database hibernate;<br />
mysql > create table blog (<br />
      > id INT(10),<br />
      > subject VARCHAR(100),<br />
      > body VARCHAR(2000),<br />
      >	createAt Date);	</p>
<p>Thanks &#038; Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mclane1</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-481</link>
		<dc:creator>mclane1</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-481</guid>
		<description>Wonderfull, all your tuto are wonderfull... I do all the tuto with eclipse and it is perfect. Just 2 things:
-update the jar list 
-change in part 1 
&lt;java fork=&quot;true&quot; classname=&quot;events.Event&quot; classpathref=&quot;libraries&quot;&gt; 
into 
&lt;java fork=&quot;true&quot; classname=&quot;uk.co.pookey.hibernate.HibernateUtil&quot; classpathref=&quot;libraries&quot;&gt;

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Wonderfull, all your tuto are wonderfull&#8230; I do all the tuto with eclipse and it is perfect. Just 2 things:<br />
-update the jar list<br />
-change in part 1<br />
<java fork="true" classname="events.Event" classpathref="libraries"><br />
into<br />
</java><java fork="true" classname="uk.co.pookey.hibernate.HibernateUtil" classpathref="libraries"></p>
<p>Thanks a lot.</java></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-455</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Tue, 26 May 2009 08:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-455</guid>
		<description>Hi all,
while commiting session.getTransaction().commit(); is being used,which in turn gets a new transaction and commits it rather than commiting the intended transaction on which operations has been performed.

so I think we need to collect the Transaction in a Transaction type variable and then commit the same so that this transcation will be committed to the database.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
while commiting session.getTransaction().commit(); is being used,which in turn gets a new transaction and commits it rather than commiting the intended transaction on which operations has been performed.</p>
<p>so I think we need to collect the Transaction in a Transaction type variable and then commit the same so that this transcation will be committed to the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-454</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Tue, 26 May 2009 08:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-454</guid>
		<description>Superb,
Brilliant tutorial for the beginners like me.I got to know the abc of hibernate.
Great work and here is a BIG THANKS.
keep making life arround better.keep it up.</description>
		<content:encoded><![CDATA[<p>Superb,<br />
Brilliant tutorial for the beginners like me.I got to know the abc of hibernate.<br />
Great work and here is a BIG THANKS.<br />
keep making life arround better.keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no0user@hotmail.com</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-344</link>
		<dc:creator>no0user@hotmail.com</dc:creator>
		<pubDate>Sat, 13 Dec 2008 15:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-344</guid>
		<description>Your tutorials are great and very easy!!!!

I had problems with this last one but was able to find the problem.

Error I got:

compile:
    [javac] Compiling 4 source files to C:\hibernate\bin
    [javac] C:\hibernate\src\uk\co\pookey\BlogApp.java:57: warning: [unchecked]
unchecked conversion
    [javac] found   : java.util.List
    [javac] required: java.util.List&lt;uk.co.pookey.Blog&gt;
    [javac]       .list();
    [javac]            ^
    [javac] 1 warning

run:
     [java] log4j:WARN No appenders could be found for logger (org.hibernate.cfg
.Environment).
     [java] log4j:WARN Please initialize the log4j system properly.
     [java] Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: antlr/ANT
LRException
     [java]     at org.hibernate.hql.ast.ASTQueryTranslatorFactory.createQueryTr


So what I did is added antlr-2.7.6.jar to the C:\hibernate\lib.

Thank you for the help!!!!!</description>
		<content:encoded><![CDATA[<p>Your tutorials are great and very easy!!!!</p>
<p>I had problems with this last one but was able to find the problem.</p>
<p>Error I got:</p>
<p>compile:<br />
    [javac] Compiling 4 source files to C:\hibernate\bin<br />
    [javac] C:\hibernate\src\uk\co\pookey\BlogApp.java:57: warning: [unchecked]<br />
unchecked conversion<br />
    [javac] found   : java.util.List<br />
    [javac] required: java.util.List<uk .co.pookey.Blog><br />
    [javac]       .list();<br />
    [javac]            ^<br />
    [javac] 1 warning</p>
<p>run:<br />
     [java] log4j:WARN No appenders could be found for logger (org.hibernate.cfg<br />
.Environment).<br />
     [java] log4j:WARN Please initialize the log4j system properly.<br />
     [java] Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: antlr/ANT<br />
LRException<br />
     [java]     at org.hibernate.hql.ast.ASTQueryTranslatorFactory.createQueryTr</p>
<p>So what I did is added antlr-2.7.6.jar to the C:\hibernate\lib.</p>
<p>Thank you for the help!!!!!</uk></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian P. Christian's personal blog</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-319</link>
		<dc:creator>Ian P. Christian's personal blog</dc:creator>
		<pubDate>Fri, 26 Sep 2008 21:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-319</guid>
		<description> In the last part of my hibernate tutorials I showed how to get a simple application inserting data into a database. This part doesn&#039;t expand on that in terms of features, in fact, this tutorial actually does less! However, the last tutorial required</description>
		<content:encoded><![CDATA[<p>In the last part of my hibernate tutorials I showed how to get a simple application inserting data into a database. This part doesn&#8217;t expand on that in terms of features, in fact, this tutorial actually does less! However, the last tutorial required</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-318</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Thu, 25 Sep 2008 17:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-318</guid>
		<description>Hi Every One, This tutorial is awesome for beginners ,
really helped me a a lot
thank you very much for this</description>
		<content:encoded><![CDATA[<p>Hi Every One, This tutorial is awesome for beginners ,<br />
really helped me a a lot<br />
thank you very much for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danut</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-303</link>
		<dc:creator>Danut</dc:creator>
		<pubDate>Thu, 11 Sep 2008 10:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-303</guid>
		<description>Thanks for the tutorial! It&#039;s great. I&#039;m looking forward to reading the fourth part.
Best regards,
Danut</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial! It&#8217;s great. I&#8217;m looking forward to reading the fourth part.<br />
Best regards,<br />
Danut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://pookey.co.uk/wordpress/archives/62-hibernate-with-mysql-a-beginners-guide-part-3/comment-page-1#comment-278</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 16 Aug 2008 09:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=62#comment-278</guid>
		<description>Thanks this tutorial works, and easy to understand as i m new to java hibernate it helped my lot.

Thanks
VM</description>
		<content:encoded><![CDATA[<p>Thanks this tutorial works, and easy to understand as i m new to java hibernate it helped my lot.</p>
<p>Thanks<br />
VM</p>
]]></content:encoded>
	</item>
</channel>
</rss>
