<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quickduck &#187; NHibernate</title>
	<atom:link href="http://quickduck.com/blog/category/development/nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickduck.com/blog</link>
	<description>Straight from the mind of geniuseseses....</description>
	<lastBuildDate>Wed, 30 Jun 2010 10:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>NHibernate 1.2.0 beta 2</title>
		<link>http://quickduck.com/blog/2006/11/16/nhibernate-120-beta-2/</link>
		<comments>http://quickduck.com/blog/2006/11/16/nhibernate-120-beta-2/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 21:05:10 +0000</pubDate>
		<dc:creator>Gerrod</dc:creator>
				<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://quickduck.com/blog/?p=3</guid>
		<description><![CDATA[NHibernate 1.2.0 Beta 2 has been released! Huge changes have occurred since NHibernate 1.0, not the least being that it now supports many features of .NET 2.0 (e.g. Generics, woohoo!). Being a keen early adopter, I have actually been playing with Beta 1 for a few weeks. I was expecting a fairly seemless upgrade to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nhibernate.org/">NHibernate 1.2.0 Beta 2</a> has been released! Huge changes have occurred since NHibernate 1.0, not the least being that it now supports many features of .NET 2.0 (e.g. Generics, woohoo!).</p>
<p>Being a keen early adopter, I have actually been playing with Beta 1 for a few weeks. I was expecting a fairly seemless upgrade to the new beta, however was a little stumped when I got this error:</p>
<p><code>&lt;session-factory&gt; element was not found in the configuration file.</code></p>
<p>&#8220;Bless their souls&#8221;, I thought, &#8220;what on earth is going on?!&#8221;. After a quick troll through the source code though, I found out that they&#8217;ve updated their configuration schema to version 2.2. So to fix the problem, all I had to do was:</p>
<ol>
<li>Change the configuration entry in my Web.config file from version 2.0 to 2.2:<br />
  <code><br />
  &lt;hibernate-configuration xmlns="urn:nhibernate-configuration-<b>2.2</b>"&gt;<br />
  </code>
  </li>
<li>Change all of my mapping files in the same manor:<br />
  <code><br />
  &lt;hibernate-mapping xmlns="urn:nhibernate-mapping-<b>2.2</b>" namespace="Blah" assembly="Blah"&gt;<br />
  </code>
  </li>
</ol>
<p>Don&#8217;t forget to <b>Rebuild</b> (not Build!) after that last step too, kids!</p>
]]></content:encoded>
			<wfw:commentRss>http://quickduck.com/blog/2006/11/16/nhibernate-120-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
