<?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: Hibernating with WebSphere and a non-journaling DB2/400 system</title>
	<atom:link href="http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/</link>
	<description>My $0.02 on stuff.</description>
	<lastBuildDate>Sat, 24 Oct 2009 10:39:20 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/comment-page-1/#comment-123</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 12 May 2009 22:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://mikewitters.com/?p=35#comment-123</guid>
		<description>I enclosed it by &lth;code&gt; tags! 

..anyway, properies like these:

hibernate.connection.isolation=0
connection.autocommit=true</description>
		<content:encoded><![CDATA[<p>I enclosed it by &lth;code&gt; tags! </p>
<p>..anyway, properies like these:</p>
<p>hibernate.connection.isolation=0<br />
connection.autocommit=true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/comment-page-1/#comment-122</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 12 May 2009 22:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://mikewitters.com/?p=35#comment-122</guid>
		<description>Oh sorry, maybe the XMl snippet was parsed by the renderer.
I meant these two XMl entries:
&lt;code&gt;0
true
&lt;/code&gt;

 I see your point now, it is DS configuration as set by WebSphere, not Hibernate.</description>
		<content:encoded><![CDATA[<p>Oh sorry, maybe the XMl snippet was parsed by the renderer.<br />
I meant these two XMl entries:<br />
<code>0<br />
true<br />
</code></p>
<p> I see your point now, it is DS configuration as set by WebSphere, not Hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/comment-page-1/#comment-121</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 11 May 2009 16:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://mikewitters.com/?p=35#comment-121</guid>
		<description>Your XML tags didn&#039;t show up, so I&#039;m not sure exactly what tags you are asking about.  Setting the isolation level and auto-commit in the hibernate properties files don&#039;t affect what settings you have when using an application server datasource.  The datasource is configured in WebSphere and it wouldn&#039;t get along with Hibernate from the perspective of agreeing on how transactions should ( or shouldn&#039;t in my case) be handled.  

I thought it was odd, too, but had many conversations on the mailing lists and forums and found that it just wouldn&#039;t work &#039;out of the box&#039;.

There might be a much more simple way now.</description>
		<content:encoded><![CDATA[<p>Your XML tags didn&#8217;t show up, so I&#8217;m not sure exactly what tags you are asking about.  Setting the isolation level and auto-commit in the hibernate properties files don&#8217;t affect what settings you have when using an application server datasource.  The datasource is configured in WebSphere and it wouldn&#8217;t get along with Hibernate from the perspective of agreeing on how transactions should ( or shouldn&#8217;t in my case) be handled.  </p>
<p>I thought it was odd, too, but had many conversations on the mailing lists and forums and found that it just wouldn&#8217;t work &#8216;out of the box&#8217;.</p>
<p>There might be a much more simple way now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/comment-page-1/#comment-120</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 11 May 2009 03:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://mikewitters.com/?p=35#comment-120</guid>
		<description>Thanks Mike, it certainly helped me as I am in the same situation you were in before.

I am a newbie to Hibernate so please excuse my naievity; one thing I couldn&#039;t understand is why you felt you need to override the default behavior ( extending DB2AS400DataStoreHelper) in order to set the isolation level and auto-commit properties when you could&#039;ve achieved this - I think!- by having the following XML in the config file:

true
0

Wouldn&#039;t that achieve the same? What I am missing here?

Thanks again..

-Dan</description>
		<content:encoded><![CDATA[<p>Thanks Mike, it certainly helped me as I am in the same situation you were in before.</p>
<p>I am a newbie to Hibernate so please excuse my naievity; one thing I couldn&#8217;t understand is why you felt you need to override the default behavior ( extending DB2AS400DataStoreHelper) in order to set the isolation level and auto-commit properties when you could&#8217;ve achieved this &#8211; I think!- by having the following XML in the config file:</p>
<p>true<br />
0</p>
<p>Wouldn&#8217;t that achieve the same? What I am missing here?</p>
<p>Thanks again..</p>
<p>-Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikewitters.com/2007/hibernating-with-websphere-and-a-non-journaling-db2400-system/comment-page-1/#comment-81</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 May 2008 22:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikewitters.com/?p=35#comment-81</guid>
		<description>I simply made a jar with my helper and added it to the classpath of the application server instances that needed access to it.</description>
		<content:encoded><![CDATA[<p>I simply made a jar with my helper and added it to the classpath of the application server instances that needed access to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
