<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>Hibernate Community - Forums > The Book Forum</title>
		<link>https://forum.hibernate.org/index.php</link>
	<!--<atom:link href="https://forum.hibernate.org/index.php" rel="alternate" type="application/rss+xml" />-->
		<description>Hibernate Community Forums</description>
		<language>en-gb</language>
		<copyright>Copyright (c) 2003 Hibernate Community</copyright>
		<managingEditor>webmaster@hibernate.org (Hibernate Community)</managingEditor>
		<webMaster>webmaster@hibernate.org (Hibernate Community)</webMaster>
		<pubDate>Tue, 14 Jul 2020 00:00:00 -0500</pubDate>
		<lastBuildDate>Tue, 14 Jul 2020 08:24:32 -0500</lastBuildDate>
		<generator>MSSTI RSS Feed 2.0 Version 1.0.9 - (C) 2008-2009 leviatan21 - http://www.mssti.com/</generator>

		<image>
			<title>Hibernate Community - Forums > The Book Forum</title>
			<url>https://forum.hibernate.org/styles/hibernate/imageset/site_logo.gif</url>
			<link>https://forum.hibernate.org/index.php</link>
		</image>
		<ttl>60</ttl>
		
			<item>
			<title>The Book Forum | NEW WEBSITE JPWH.ORG</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2453659#p2453659</link>
				<description><![CDATA[This forum is closed. <br /><br />Please visit our new book website: <a href="http://jpwh.org/" class="postlink">http://jpwh.org/</a><hr />]]></description>
					<content:encoded><![CDATA[This forum is closed. <br /><br />Please visit our new book website: <a href="http://jpwh.org/" class="postlink">http://jpwh.org/</a>]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2453659#p2453659</guid>		</item>
			<item>
			<title>The Book Forum | Re: Commenting on the item &quot;1.2) Disparity Paradigm&quot;</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2428097#p2428097</link>
				<description><![CDATA[  Along with the term &quot;superclass&quot;, I propose the term &quot;Generalization (not every superclass is a generalization - OK)&quot;, and the term &quot;subclass&quot;, I propose the term &quot;Specialization (the same form)&quot;.<br /><br />Data Modeling (on the Theory Entity-Relationship), for the 4th NF (Normal Form), the identity of the entity (ie the Primary Key - in terms of relational theory), both from the standpoint of Generalization (Generalized Entity), as the point of view of Specialization<br />...<hr />]]></description>
					<content:encoded><![CDATA[  Along with the term &quot;superclass&quot;, I propose the term &quot;Generalization (not every superclass is a generalization - OK)&quot;, and the term &quot;subclass&quot;, I propose the term &quot;Specialization (the same form)&quot;.<br /><br />Data Modeling (on the Theory Entity-Relationship), for the 4th NF (Normal Form), the identity of the entity (ie the Primary Key - in terms of relational theory), both from the standpoint of Generalization (Generalized Entity), as the point of view of Specialization<br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2428097#p2428097</guid>		</item>
			<item>
			<title>The Book Forum | Re: CommandHandler</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2427916#p2427916</link>
				<description><![CDATA[Thank you pb00067, I mean the CommandHandlerBean (implementation of CommandHandler) in the package auction.command, in the book Java Persistence with Hibernate is in page 722. Thanks again.<br /><br />And thank you iometrine, I will try it. Thanks.<hr />]]></description>
					<content:encoded><![CDATA[Thank you pb00067, I mean the CommandHandlerBean (implementation of CommandHandler) in the package auction.command, in the book Java Persistence with Hibernate is in page 722. Thanks again.<br /><br />And thank you iometrine, I will try it. Thanks.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2427916#p2427916</guid>		</item>
			<item>
			<title>The Book Forum | Java Persistence with Hibernate Source</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2427609#p2427609</link>
				<description><![CDATA[The source code for the book is no longer available for Java Persistence with Hibernate and Hibernate in action.  Is there any ETA when these zips might be available again.  Very good reference for JPA design.<br /><br />Thanks,<br /><br />Roy F Jones<hr />]]></description>
					<content:encoded><![CDATA[The source code for the book is no longer available for Java Persistence with Hibernate and Hibernate in action.  Is there any ETA when these zips might be available again.  Very good reference for JPA design.<br /><br />Thanks,<br /><br />Roy F Jones]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2427609#p2427609</guid>		</item>
			<item>
			<title>The Book Forum | org.hibernate.HibernateException: Dialect class not found</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2427391#p2427391</link>
				<description><![CDATA[  reading the 2008 Harnessing Hibernate<br /><br />the first example <br /><br />when I ran and db (which requires the classpath) or ant prepare - it ran OK<br /><br />but when I ran ant schema - got the following error<br /><br />[hibernatetool]  An exception occurred while running exporter #2:hbm2ddl (Generates databaseschema)<br />[hibernatetool]  To get the full stack trace run ant with-verbose<br />[hibernatetool]  org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.HSQLDialect hibernate.connection.driver_class=org.hsqldb.jdbcDriver <br /><br />BUILD<br />...<hr />]]></description>
					<content:encoded><![CDATA[  reading the 2008 Harnessing Hibernate<br /><br />the first example <br /><br />when I ran and db (which requires the classpath) or ant prepare - it ran OK<br /><br />but when I ran ant schema - got the following error<br /><br />[hibernatetool]  An exception occurred while running exporter #2:hbm2ddl (Generates databaseschema)<br />[hibernatetool]  To get the full stack trace run ant with-verbose<br />[hibernatetool]  org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.HSQLDialect hibernate.connection.driver_class=org.hsqldb.jdbcDriver <br /><br />BUILD<br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2427391#p2427391</guid>		</item>
			<item>
			<title>The Book Forum | Re: hibernate.cfg.xml not found?</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2427370#p2427370</link>
				<description><![CDATA[ <div class="quotetitle">Rode wrote:</div><div class="quotecontent"><br />Thanks for the web-inf/classes tip. Just curious though, why do you have to create a folder for it to be found? Could anyone explain this please?<br /></div> <br /><br />WEB-INF/classes folder is in the classpath by default in web applications. So if you place any class file or resource (.xml or any other) file we can load it easily with Class.getResourceAsStream() or ClassLoader.getResource... like methods.<br /><br />In such cases jvm will search all the class paths for the specified files, we no need to specify exact path of<br />...<hr />]]></description>
					<content:encoded><![CDATA[ <div class="quotetitle">Rode wrote:</div><div class="quotecontent"><br />Thanks for the web-inf/classes tip. Just curious though, why do you have to create a folder for it to be found? Could anyone explain this please?<br /></div> <br /><br />WEB-INF/classes folder is in the classpath by default in web applications. So if you place any class file or resource (.xml or any other) file we can load it easily with Class.getResourceAsStream() or ClassLoader.getResource... like methods.<br /><br />In such cases jvm will search all the class paths for the specified files, we no need to specify exact path of<br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2427370#p2427370</guid>		</item>
			<item>
			<title>The Book Forum | Re: error schemaexport chapter 2</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2426851#p2426851</link>
				<description><![CDATA[Hello, thank you very much for your help, I feel very foolish at this time because he could not see a foolish mistake. I think that I tried see a big error and I could not see an obvious error. Thanks for your time, greetings<hr />]]></description>
					<content:encoded><![CDATA[Hello, thank you very much for your help, I feel very foolish at this time because he could not see a foolish mistake. I think that I tried see a big error and I could not see an obvious error. Thanks for your time, greetings]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2426851#p2426851</guid>		</item>
			<item>
			<title>The Book Forum | Re: Couldn't get HelloWorld To Work For EJB 3</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2424739#p2424739</link>
				<description><![CDATA[People.<br />         A frend in this very forum resolv the problem. <br />         The error happen to me becouse I a netbeans user not a command line user.<br />then.<br />(MessageHandler) initialContext.lookup();  is not a correct line.<br /><br />I tryed <br /><br />(MessageHandler) initialContext.lookup();<br /><br />An work propely.<br /><br />Anderson.<hr />]]></description>
					<content:encoded><![CDATA[People.<br />         A frend in this very forum resolv the problem. <br />         The error happen to me becouse I a netbeans user not a command line user.<br />then.<br />(MessageHandler) initialContext.lookup();  is not a correct line.<br /><br />I tryed <br /><br />(MessageHandler) initialContext.lookup();<br /><br />An work propely.<br /><br />Anderson.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2424739#p2424739</guid>		</item>
			<item>
			<title>The Book Forum | Help  buil.xml plus netbeans</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2424579#p2424579</link>
				<description><![CDATA[Hi.<br />  People I'm running example of reverse engineering and keep getting this error when I try to run the point in the build.xml.<br />I am using netbeans on ubuntu 9.04. I appreciate any help.<br /><br />/home/cerberus/Documentos/JAVA/hellowordER/src/build.xml:50: taskdef class org.hibernate.tool.ant.HibernateToolTask cannot be found<br /><br /><br /><br /><br />Anderson.<hr />]]></description>
					<content:encoded><![CDATA[Hi.<br />  People I'm running example of reverse engineering and keep getting this error when I try to run the point in the build.xml.<br />I am using netbeans on ubuntu 9.04. I appreciate any help.<br /><br />/home/cerberus/Documentos/JAVA/hellowordER/src/build.xml:50: taskdef class org.hibernate.tool.ant.HibernateToolTask cannot be found<br /><br /><br /><br /><br />Anderson.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2424579#p2424579</guid>		</item>
			<item>
			<title>The Book Forum | Re: no annotation example code for section 6.4.3 Item/Bid?</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2423886#p2423886</link>
				<description><![CDATA[I was facing similar problems with my code having Bid feature.I hope someone will give some good response our questions.<hr />]]></description>
					<content:encoded><![CDATA[I was facing similar problems with my code having Bid feature.I hope someone will give some good response our questions.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2423886#p2423886</guid>		</item>
	
	</channel>
</rss>