<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An XA Filesystem</title>
	<atom:link href="http://matthewneale.net/2008/11/27/an-xa-filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 09:32:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matt</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-51</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sat, 08 Jan 2011 10:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-51</guid>
		<description><![CDATA[@Nitin - Thanks for the comment and thanks for the link to your project. If it had existed two years ago it looks like exactly what I needed :-) I shall remember for the future...]]></description>
		<content:encoded><![CDATA[<p>@Nitin &#8211; Thanks for the comment and thanks for the link to your project. If it had existed two years ago it looks like exactly what I needed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I shall remember for the future&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-50</link>
		<dc:creator><![CDATA[Nitin]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 17:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-50</guid>
		<description><![CDATA[Hi Matthew,
This post was an interesting read on how Apache Commons&#039;s solution can be integrated with your XAResource class. I also note that you have pointed to resource adapter, connection etc.

I had come across this blog many months earlier and since it is quite related to a project I have been working on, I thought I would share with you and others. The project is called XADisk (https://xadisk.dev.java.net/) and is open source for interested folks to look into. Comments/suggestions are always welcome.


Thanks Matthew again for your efforts on this enlightening post...

-Nitin]]></description>
		<content:encoded><![CDATA[<p>Hi Matthew,<br />
This post was an interesting read on how Apache Commons&#8217;s solution can be integrated with your XAResource class. I also note that you have pointed to resource adapter, connection etc.</p>
<p>I had come across this blog many months earlier and since it is quite related to a project I have been working on, I thought I would share with you and others. The project is called XADisk (<a href="https://xadisk.dev.java.net/" rel="nofollow">https://xadisk.dev.java.net/</a>) and is open source for interested folks to look into. Comments/suggestions are always welcome.</p>
<p>Thanks Matthew again for your efforts on this enlightening post&#8230;</p>
<p>-Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-18</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-18</guid>
		<description><![CDATA[@Alessandro - I&#039;ve posted up the EJB test code &lt;a href=&quot;/2009/02/16/an-xa-filesystem-update/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>@Alessandro &#8211; I&#8217;ve posted up the EJB test code <a href="/2009/02/16/an-xa-filesystem-update/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-15</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-15</guid>
		<description><![CDATA[I don&#039;t know much about Spring so I won&#039;t be able to help with any specifics, but I&#039;ll certainly dig out the EJB code I wrote. It&#039;s in a bit of a mess (I&#039;m not actually using it, I have my own standalone Transaction Manager), and it probably has degraded to the point of not working by now! I&#039;m up to my ears until at least Wednesday, but towards the end of the week I&#039;ll see what I can do.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know much about Spring so I won&#8217;t be able to help with any specifics, but I&#8217;ll certainly dig out the EJB code I wrote. It&#8217;s in a bit of a mess (I&#8217;m not actually using it, I have my own standalone Transaction Manager), and it probably has degraded to the point of not working by now! I&#8217;m up to my ears until at least Wednesday, but towards the end of the week I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Apostoli</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-14</link>
		<dc:creator><![CDATA[Alessandro Apostoli]]></dc:creator>
		<pubDate>Mon, 09 Feb 2009 17:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-14</guid>
		<description><![CDATA[Good stuff, really!! but looks like like I really miss something. I&#039;d love an example on how to actually use it. I personally use spring, so I have transactional beans, what I&#039;d like to do is embed a fileResourceManager into my transactions. I need a hint on how to pass the xid. Your &quot;trivial&quot; ejb based example should suffice, thanks a lot for your work!]]></description>
		<content:encoded><![CDATA[<p>Good stuff, really!! but looks like like I really miss something. I&#8217;d love an example on how to actually use it. I personally use spring, so I have transactional beans, what I&#8217;d like to do is embed a fileResourceManager into my transactions. I need a hint on how to pass the xid. Your &#8220;trivial&#8221; ejb based example should suffice, thanks a lot for your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-13</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-13</guid>
		<description><![CDATA[Thanks. I&#039;m certainly interested to know how you get on.]]></description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;m certainly interested to know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Leach</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-12</link>
		<dc:creator><![CDATA[Tom Leach]]></dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-12</guid>
		<description><![CDATA[Great post! I am looking to integrate a legacy system which writes its messages to the file system with JMS and bundle the reading of each message file, transformation of it&#039;s content into a message, the sending of that message to a JMS queue and subsequent deletion of the file from the file system into a single transaction. 

I had already made use of the Commons transactions stuff for my file system IO but wasn&#039;t sure if I could combine this with my JMS transaction into a single distributed transaction via JTA. It now appears it&#039;s not impossible. I&#039;ll give your ideas a spin and let you know what happens.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Great post! I am looking to integrate a legacy system which writes its messages to the file system with JMS and bundle the reading of each message file, transformation of it&#8217;s content into a message, the sending of that message to a JMS queue and subsequent deletion of the file from the file system into a single transaction. </p>
<p>I had already made use of the Commons transactions stuff for my file system IO but wasn&#8217;t sure if I could combine this with my JMS transaction into a single distributed transaction via JTA. It now appears it&#8217;s not impossible. I&#8217;ll give your ideas a spin and let you know what happens.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Haraldsen</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-8</link>
		<dc:creator><![CDATA[Morten Haraldsen]]></dc:creator>
		<pubDate>Thu, 11 Dec 2008 11:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-8</guid>
		<description><![CDATA[Awesome initiative! :) I will probably look into this further for using the idea in a production system. Will keep you posted when I get there. Thank you for taking the time!]]></description>
		<content:encoded><![CDATA[<p>Awesome initiative! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I will probably look into this further for using the idea in a production system. Will keep you posted when I get there. Thank you for taking the time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

