<?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 Lukasz Baran Blog</title>
	<atom:link href="http://lukaszbaran.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://lukaszbaran.com/blog</link>
	<description>programming tips, tricks &#38; scraps</description>
	<lastBuildDate>Mon, 23 Apr 2012 13:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on NHibernate SchemaValidator reimplemented. by RichB</title>
		<link>http://lukaszbaran.com/blog/?p=216&#038;cpage=1#comment-527</link>
		<dc:creator>RichB</dc:creator>
		<pubDate>Mon, 23 Apr 2012 13:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=216#comment-527</guid>
		<description>As of NHibernate 3.3, this code no longer compiles. The Qualify() method was removed in this changeset:
https://github.com/nhibernate/nhibernate-core/commit/ed371c5eeed5de9418900acfa2ab9eae75f18fe7#src/NHibernate/Mapping/Table.cs

The fix is simply to replace

NHibernate.Mapping.Table.Qualify(tableInfo.Catalog, tableInfo.Schema, tableInfo.Name)

with

dialect.Qualify(tableInfo.Catalog, tableInfo.Schema, tableInfo.Name)</description>
		<content:encoded><![CDATA[<p>As of NHibernate 3.3, this code no longer compiles. The Qualify() method was removed in this changeset:<br />
<a href="https://github.com/nhibernate/nhibernate-core/commit/ed371c5eeed5de9418900acfa2ab9eae75f18fe7#src/NHibernate/Mapping/Table.cs" rel="nofollow">https://github.com/nhibernate/nhibernate-core/commit/ed371c5eeed5de9418900acfa2ab9eae75f18fe7#src/NHibernate/Mapping/Table.cs</a></p>
<p>The fix is simply to replace</p>
<p>NHibernate.Mapping.Table.Qualify(tableInfo.Catalog, tableInfo.Schema, tableInfo.Name)</p>
<p>with</p>
<p>dialect.Qualify(tableInfo.Catalog, tableInfo.Schema, tableInfo.Name)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back by Mike Keilty</title>
		<link>http://lukaszbaran.com/blog/?p=267&#038;cpage=1#comment-526</link>
		<dc:creator>Mike Keilty</dc:creator>
		<pubDate>Mon, 09 Apr 2012 17:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=267#comment-526</guid>
		<description>Why can&#039;t PHP be classified as a real programming language?  It has OOP support!</description>
		<content:encoded><![CDATA[<p>Why can&#8217;t PHP be classified as a real programming language?  It has OOP support!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get rid of empty attributes in XSLT output? by How to change XML to lower case using XSLT multi-pass? &#171; Łukasz Baran Blog</title>
		<link>http://lukaszbaran.com/blog/?p=437&#038;cpage=1#comment-523</link>
		<dc:creator>How to change XML to lower case using XSLT multi-pass? &#171; Łukasz Baran Blog</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=437#comment-523</guid>
		<description>[...] I&#8217;ve resolved another issue using XSLT multi-pass technique presented in my previous post. I think this be might useful in future, so I post it here. The XSLT translates the input XML to [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve resolved another issue using XSLT multi-pass technique presented in my previous post. I think this be might useful in future, so I post it here. The XSLT translates the input XML to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Vivek Menon</title>
		<link>http://lukaszbaran.com/blog/?page_id=2&#038;cpage=1#comment-503</link>
		<dc:creator>Vivek Menon</dc:creator>
		<pubDate>Thu, 17 Nov 2011 14:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/wordpress/?page_id=2#comment-503</guid>
		<description>Hello ,

My name is Vivek and I work for Packt, a UK based publishing company specializing in publishing books based on Information Technology (I.T).

We have recently published a new book titled &quot; NHibernate 3 Beginner&#039;s Guide&quot; by Dr. Gabriel Nicolas Schenker and Aaron Cure .  This book is for readers who are looking for a better way to access database data and incorporate robust, efficient data access into their .Net projects by reducing application development time and to get better application architecture and performance. You can read more about this book here:  

http://www.packtpub.com/nhibernate-3-beginners-guide/book

Considering your expertise in  NHibernate, I feel you’d be one of the best persons to review this book for us. Therefore your thoughts about this book would prove extremely valuable to us and will be very much appreciated.

In case this subject interests you and you’d be interested in writing a review on your website or Amazon, do let me know. I’d be delighted to send you an e-copy of the book on your confirmation.

As part of a special offer, we are also running a One Week Review Challenge, wherein if you&#039;re able to put up a review within a week of receiving the book, you may have a free e-copy of any book of your choice from our library.

In case you have any queries, do let me know and I’d be happy to assist.

I look forward to hearing from you.

Regards,

Vivek
--</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>My name is Vivek and I work for Packt, a UK based publishing company specializing in publishing books based on Information Technology (I.T).</p>
<p>We have recently published a new book titled &#8221; NHibernate 3 Beginner&#8217;s Guide&#8221; by Dr. Gabriel Nicolas Schenker and Aaron Cure .  This book is for readers who are looking for a better way to access database data and incorporate robust, efficient data access into their .Net projects by reducing application development time and to get better application architecture and performance. You can read more about this book here:  </p>
<p><a href="http://www.packtpub.com/nhibernate-3-beginners-guide/book" rel="nofollow">http://www.packtpub.com/nhibernate-3-beginners-guide/book</a></p>
<p>Considering your expertise in  NHibernate, I feel you’d be one of the best persons to review this book for us. Therefore your thoughts about this book would prove extremely valuable to us and will be very much appreciated.</p>
<p>In case this subject interests you and you’d be interested in writing a review on your website or Amazon, do let me know. I’d be delighted to send you an e-copy of the book on your confirmation.</p>
<p>As part of a special offer, we are also running a One Week Review Challenge, wherein if you&#8217;re able to put up a review within a week of receiving the book, you may have a free e-copy of any book of your choice from our library.</p>
<p>In case you have any queries, do let me know and I’d be happy to assist.</p>
<p>I look forward to hearing from you.</p>
<p>Regards,</p>
<p>Vivek<br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 issue. by sebonkoの日記</title>
		<link>http://lukaszbaran.com/blog/?p=136&#038;cpage=1#comment-501</link>
		<dc:creator>sebonkoの日記</dc:creator>
		<pubDate>Tue, 18 Oct 2011 08:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=136#comment-501</guid>
		<description>&lt;strong&gt;[いろいろ]SQL Server2005 構成マネージャーが開かない...&lt;/strong&gt;

会社のノートパソコンにSQL Server2005をインストールした。TCP/IPでの接続ポートの変更をしたくて構成マネージャー（SQL Server Configuration Manager）を開こうと思ったらエラー。 WMIプロバイダに接続できません。権限がないかサーバーにアクセスできません。SQL Server...</description>
		<content:encoded><![CDATA[<p><strong>[いろいろ]SQL Server2005 構成マネージャーが開かない&#8230;</strong></p>
<p>会社のノートパソコンにSQL Server2005をインストールした。TCP/IPでの接続ポートの変更をしたくて構成マネージャー（SQL Server Configuration Manager）を開こうと思ったらエラー。 WMIプロバイダに接続できません。権限がないかサーバーにアクセスできません。SQL Server&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2005 issue. by kamilk(a)</title>
		<link>http://lukaszbaran.com/blog/?p=136&#038;cpage=1#comment-482</link>
		<dc:creator>kamilk(a)</dc:creator>
		<pubDate>Thu, 05 May 2011 21:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=136#comment-482</guid>
		<description>Rather old note :), but just saved my ass after facing same issue :). Thanks a lot. and gritz from Festung Breslau</description>
		<content:encoded><![CDATA[<p>Rather old note :), but just saved my ass after facing same issue :). Thanks a lot. and gritz from Festung Breslau</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate SchemaValidator reimplemented. by RichB</title>
		<link>http://lukaszbaran.com/blog/?p=216&#038;cpage=1#comment-83</link>
		<dc:creator>RichB</dc:creator>
		<pubDate>Tue, 02 Nov 2010 11:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=216#comment-83</guid>
		<description>This is great. I&#039;ve noticed it doesn&#039;t work for multiple schema. When an entity is in a schema which is not in the supplied configuration, the output is:

Missing table: tblABC</description>
		<content:encoded><![CDATA[<p>This is great. I&#8217;ve noticed it doesn&#8217;t work for multiple schema. When an entity is in a schema which is not in the supplied configuration, the output is:</p>
<p>Missing table: tblABC</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;SqlDateTime overflow&#8230;&#8221; exception horror. by Raju</title>
		<link>http://lukaszbaran.com/blog/?p=148&#038;cpage=1#comment-63</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Sat, 29 May 2010 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=148#comment-63</guid>
		<description>I did everything you mentioned and i&#039;m still getting exception. I&#039;m trying a insert operation. Any help?</description>
		<content:encoded><![CDATA[<p>I did everything you mentioned and i&#8217;m still getting exception. I&#8217;m trying a insert operation. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate SchemaValidator reimplemented. by vigj</title>
		<link>http://lukaszbaran.com/blog/?p=216&#038;cpage=1#comment-61</link>
		<dc:creator>vigj</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=216#comment-61</guid>
		<description>well i do not know how to do to make it working 
this is my config

i have both default_schema and default_catalog





NHibernate.Dialect.MsSql2005Dialect
NHibernate.Connection.DriverConnectionProvider
NHibernate.Driver.SqlClientDriver
Data Source=port5\sqlexpress;Initial Catalog=AA_MAXITRASFERIMENTIERARIALI;Persist Security Info=True;User ID=sa;Password=deimos1deimos2;
ReadCommitted
AA_MAXITRASFERIMENTIERARIALI.dbo
NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu
true
AA_MAXITRASFERIMENTIERARIALI.dbo  
&lt;!--HBM Mapping Files--&gt;


</description>
		<content:encoded><![CDATA[<p>well i do not know how to do to make it working<br />
this is my config</p>
<p>i have both default_schema and default_catalog</p>
<p>NHibernate.Dialect.MsSql2005Dialect<br />
NHibernate.Connection.DriverConnectionProvider<br />
NHibernate.Driver.SqlClientDriver<br />
Data Source=port5\sqlexpress;Initial Catalog=AA_MAXITRASFERIMENTIERARIALI;Persist Security Info=True;User ID=sa;Password=deimos1deimos2;<br />
ReadCommitted<br />
AA_MAXITRASFERIMENTIERARIALI.dbo<br />
NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu<br />
true<br />
AA_MAXITRASFERIMENTIERARIALI.dbo<br />
<!--HBM Mapping Files--></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate SchemaValidator reimplemented. by lukaszb</title>
		<link>http://lukaszbaran.com/blog/?p=216&#038;cpage=1#comment-60</link>
		<dc:creator>lukaszb</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://lukaszbaran.com/blog/?p=216#comment-60</guid>
		<description>-&gt; vigj:
I&#039;ve noticed similar issue when I tried SchemaValidator with Oracle. 
Make sure whether schema and catalog parameters are properly set. 
Perhaps you need to set default_schema parameter in your hibernate.cfg.xml.</description>
		<content:encoded><![CDATA[<p>-&gt; vigj:<br />
I&#8217;ve noticed similar issue when I tried SchemaValidator with Oracle.<br />
Make sure whether schema and catalog parameters are properly set.<br />
Perhaps you need to set default_schema parameter in your hibernate.cfg.xml.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

