<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>KnitGal Notions - Illudium Code Generator</title>
			<link>http://www.knitgal.com/blog/index.cfm</link>
			<description>KnitGal&apos;s notions about everything and nothing in particular.</description>
			<language>en-us</language>
			<pubDate>Sat, 04 Sep 2010 16:56:49 -0600</pubDate>
			<lastBuildDate>Fri, 14 Nov 2008 11:36:00 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>lola@his.com</managingEditor>
			<webMaster>lola@his.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>lola@his.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Code Generators and Dates</title>
				<link>http://www.knitgal.com/blog/index.cfm/2008/11/14/Code-Generators-and-Dates</link>
				<description>
				
				I&apos;ve been working on an application (more about that later) and I&apos;ve been using &lt;a target=&quot;_blank&quot; href=&quot;http://cfcgenerator.riaforge.org/&quot;&gt;Illudium Code Generator&lt;/a&gt; to make CFCs for me. &lt;br /&gt;&lt;br /&gt;I kept having issues with the Service layer and getting the error message &quot;Bean creation exception in jobsearch.components.correspondenceService&quot;.&amp;nbsp; I tried tracking it down, tweaking some configurations to match the other templates that were working.&amp;nbsp; Someone in #coldfusion gave me a good debugging tip - createObject the problem components and do a dump.&amp;nbsp; Once I did so, it was immediately apparent just what the problem is.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I use MySQL, and in two of the tables, I&apos;m using a date field.&amp;nbsp; Here is how Illudium Code Generator sees these fields:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;cfargument name=&quot;responsedate&quot; type=&quot;&quot; required=&quot;false&quot; /&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;For some reason, MySQL date fields do not get interpreted properly such that nothing is filled in for the type field. So, you must manually edit these fields, and also the CF_SQLTYPE fields.&lt;br /&gt; 
				</description>
				
				<category>MySQL</category>
				
				<category>Illudium Code Generator</category>
				
				<pubDate>Fri, 14 Nov 2008 11:36:00 -0600</pubDate>
				<guid>http://www.knitgal.com/blog/index.cfm/2008/11/14/Code-Generators-and-Dates</guid>
				
				
			</item>
			</channel></rss>