<?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: Reset Access Datasources Without Resetting ColdFusion</title>
	<atom:link href="http://blog.crankybit.com/reset-access-ds-not-cf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crankybit.com/reset-access-ds-not-cf/</link>
	<description>Take a byte out of tech!</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:39:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ColdFusion Consulting</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-37242</link>
		<dc:creator>ColdFusion Consulting</dc:creator>
		<pubDate>Thu, 10 Dec 2009 01:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-37242</guid>
		<description>Great tips. Happy Holidays. www.on3solutions.com</description>
		<content:encoded><![CDATA[<p>Great tips. Happy Holidays. <a href="http://www.on3solutions.com" rel="nofollow">http://www.on3solutions.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion Consulting</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-35820</link>
		<dc:creator>ColdFusion Consulting</dc:creator>
		<pubDate>Sun, 01 Nov 2009 00:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-35820</guid>
		<description>ColdFusion offers a Simplified database access, which really helps me with workflow.</description>
		<content:encoded><![CDATA[<p>ColdFusion offers a Simplified database access, which really helps me with workflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion consulting</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-34712</link>
		<dc:creator>ColdFusion consulting</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-34712</guid>
		<description>great article. I will bookmark this</description>
		<content:encoded><![CDATA[<p>great article. I will bookmark this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion courses</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-33590</link>
		<dc:creator>ColdFusion courses</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-33590</guid>
		<description>great tips. I enjoyed reading this</description>
		<content:encoded><![CDATA[<p>great tips. I enjoyed reading this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-27119</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-27119</guid>
		<description>It&#039;s been a really, really long time since I&#039;ve had to deal with this issue, but I know there was a time (pre cfmx) that if you wrote a query that errored out it would reset that datasource.  It was a great little secret.  I have no idea if it still works though.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a really, really long time since I&#8217;ve had to deal with this issue, but I know there was a time (pre cfmx) that if you wrote a query that errored out it would reset that datasource.  It was a great little secret.  I have no idea if it still works though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-27106</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-27106</guid>
		<description>Awesome. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Cox</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-27105</link>
		<dc:creator>Joel Cox</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-27105</guid>
		<description>OK, that didn&#039;t work...

&lt;cfobject type=&quot;JAVA&quot;
          action=&quot;Create&quot;
          name=&quot;factory&quot;
          class=&quot;coldfusion.server.ServiceFactory&quot;&gt;
&lt;cfset dsService = factory.DataSourceService&gt;
&lt;cfset dsService.restart() /&gt;</description>
		<content:encoded><![CDATA[<p>OK, that didn&#8217;t work&#8230;</p>
<p>&lt;cfobject type=&#8221;JAVA&#8221;<br />
          action=&#8221;Create&#8221;<br />
          name=&#8221;factory&#8221;<br />
          class=&#8221;coldfusion.server.ServiceFactory&#8221;&gt;<br />
&lt;cfset dsService = factory.DataSourceService&gt;<br />
&lt;cfset dsService.restart() /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Cox</title>
		<link>http://blog.crankybit.com/reset-access-ds-not-cf/#comment-27104</link>
		<dc:creator>Joel Cox</dc:creator>
		<pubDate>Tue, 24 Mar 2009 17:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/?p=323#comment-27104</guid>
		<description>You can also use the CF service factory to restart the datasources:





I keep a page with this code handy to quickly restart the datasources if things go awry.</description>
		<content:encoded><![CDATA[<p>You can also use the CF service factory to restart the datasources:</p>
<p>I keep a page with this code handy to quickly restart the datasources if things go awry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

