<?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: Upgrading to NHibernate 2.0 alpha 1</title>
	<atom:link href="http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:37:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: anon</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-357</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 10 Jun 2008 19:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-357</guid>
		<description>New user here trying to get NHibernate working for the first time. Would never have figured this out for myself; the online docs on the hibernate site really need to change (everyone following the tutorials up there now will have the same issue).</description>
		<content:encoded><![CDATA[<p>New user here trying to get NHibernate working for the first time. Would never have figured this out for myself; the online docs on the hibernate site really need to change (everyone following the tutorials up there now will have the same issue).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-334</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-334</guid>
		<description>You&#039;re the man - it took me three days and a lot of pain until I came across your suggestion. Now I can enjoy the weekend. Thanks a million.</description>
		<content:encoded><![CDATA[<p>You&#8217;re the man &#8211; it took me three days and a lot of pain until I came across your suggestion. Now I can enjoy the weekend. Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-226</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 14 May 2008 14:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-226</guid>
		<description>Finally found out how to load from app.config, this is the solution:

In &lt;configSections&gt;:
&lt;section name=&quot;hibernate-configuration&quot; type=&quot;NHibernate.Cfg.ConfigurationSectionHandler, NHibernate&quot;/&gt;

This causes the configuration to be loaded through NHibernate&#039;s ConfigurationSectionHandler class.</description>
		<content:encoded><![CDATA[<p>Finally found out how to load from app.config, this is the solution:</p>
<p>In &lt;configSections&gt;:<br />
&lt;section name=&#8221;hibernate-configuration&#8221; type=&#8221;NHibernate.Cfg.ConfigurationSectionHandler, NHibernate&#8221;/&gt;</p>
<p>This causes the configuration to be loaded through NHibernate&#8217;s ConfigurationSectionHandler class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattflo</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-134</link>
		<dc:creator>mattflo</dc:creator>
		<pubDate>Thu, 01 May 2008 16:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-134</guid>
		<description>I did have the  nhibernate-configuration section in my app.config working with NH 1.2.  Maybe it has to be changed to work with 2.0?

Maybe because it&#039;s alpha, not sure, i wasn&#039;t able to use NH 2.0 alpha with appconfig.  using this post, http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/04/01/your-first-nhibernate-based-application.aspx i was able to craft a proper hibernate.cfg.xml and get NH 2.0 alhpa working.</description>
		<content:encoded><![CDATA[<p>I did have the  nhibernate-configuration section in my app.config working with NH 1.2.  Maybe it has to be changed to work with 2.0?</p>
<p>Maybe because it&#8217;s alpha, not sure, i wasn&#8217;t able to use NH 2.0 alpha with appconfig.  using this post, <a href="http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/04/01/your-first-nhibernate-based-application.aspx" rel="nofollow">http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/04/01/your-first-nhibernate-based-application.aspx</a> i was able to craft a proper hibernate.cfg.xml and get NH 2.0 alhpa working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-133</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Thu, 01 May 2008 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-133</guid>
		<description>do you have a hibernate-configuration section in your app.config? if not, nhibernate tries to use the hibernate.cfg.xml file.  But if the section is there, it should use it.</description>
		<content:encoded><![CDATA[<p>do you have a hibernate-configuration section in your app.config? if not, nhibernate tries to use the hibernate.cfg.xml file.  But if the section is there, it should use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattflo</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-132</link>
		<dc:creator>mattflo</dc:creator>
		<pubDate>Thu, 01 May 2008 14:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-132</guid>
		<description>Maybe, I&#039;m missing something simple. For NH 1.2 I never used a hibernate.cfg.xml I just put conf in the app.config.  For 2.0, once I added the .Configure() to get past the &quot;given key&quot; error you describe, now it is failing because it can&#039;t find hibernate.cfg.xml.  Any pointers?</description>
		<content:encoded><![CDATA[<p>Maybe, I&#8217;m missing something simple. For NH 1.2 I never used a hibernate.cfg.xml I just put conf in the app.config.  For 2.0, once I added the .Configure() to get past the &#8220;given key&#8221; error you describe, now it is failing because it can&#8217;t find hibernate.cfg.xml.  Any pointers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-131</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-131</guid>
		<description>umm, sure :)</description>
		<content:encoded><![CDATA[<p>umm, sure <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-130</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 30 Apr 2008 14:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-130</guid>
		<description>You just saved hours of my productive time. And also helped me tremendously selling NHibernate to my colleagues. Can I buy you beer or something? ;=)</description>
		<content:encoded><![CDATA[<p>You just saved hours of my productive time. And also helped me tremendously selling NHibernate to my colleagues. Can I buy you beer or something? ;=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonso</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-129</link>
		<dc:creator>Alfonso</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-129</guid>
		<description>Awesome! thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-128</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 22 Apr 2008 14:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-128</guid>
		<description>Cheers Davy, this sure speeded moving my app from NHibernate v1.2 to v2.0.</description>
		<content:encoded><![CDATA[<p>Cheers Davy, this sure speeded moving my app from NHibernate v1.2 to v2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-127</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Apr 2008 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-127</guid>
		<description>Thanks heaps for this!</description>
		<content:encoded><![CDATA[<p>Thanks heaps for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://davybrion.com/blog/2008/04/upgrading-to-nhibernate-20-alpha-1/comment-page-1/#comment-126</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 08 Apr 2008 14:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://ralinx.wordpress.com/?p=86#comment-126</guid>
		<description>THANK YOU, thought I was going mad...</description>
		<content:encoded><![CDATA[<p>THANK YOU, thought I was going mad&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
