<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>technoratica &#187; Transfer</title>
	<atom:link href="http://gavin.mclelland.ca/tag/transfer/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Thu, 10 Dec 2009 19:55:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix: Coldbox CCTApp Error: The method init was not found in component transfer.com.TransferObject.</title>
		<link>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/</link>
		<comments>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 01:48:19 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdBox]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Transfer]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobjectensure-that-the-method-is-defined-and-that-it-is-spelled-correctly/</guid>
		<description><![CDATA[I have been looking to get started with ColdBox, Coldspring and Transfer for quite some time and I figured now would be as good a time as any. However when I tried to deploy the CCTApp I had a bit of trouble with folder permissions. Specifically I needed to chmod the /model/definitions folder to 777 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking to get started with ColdBox, Coldspring and Transfer for quite some time and I figured now would be as good a time as any. However when I tried to deploy the CCTApp I had a bit of trouble with folder permissions. Specifically I needed to chmod the /model/definitions folder to 777 so the app could write to the directory.</p>
<p>Once the app could preform writes to the directory I had some random bowser lock-up where the page stopped loading&#8230; I reinitialized the application after a failed attempt at a page refresh and was greeted by a new error.</p>
<p><code><strong>Error Type:</strong> Application : [N/A]</code></p>
<p><code><strong>Error Messages:</strong> The method init was not found in component transfer.com.TransferObject. Ensure that the method is defined, and that it is spelled correctly.</code></p>
<p>Being new to ColdBox and Transfer I had some trouble trying to locate a fix to this, however, I was able to finally track down the information I needed via the <a title="Transfer FAQ" href="http://docs.transfer-orm.com/wiki/FAQ.cfm">Transfer FAQ</a>.</p>
<blockquote><p>Generally this is caused because you haven&#8217;t deleted your .transfer files that were generated by the previous version of Transfer.</p>
<p>Whenever you update Transfer it is important that you delete the previous version&#8217;s .transfer files, as they may contain code that won&#8217;t work with this version.</p></blockquote>
<p>Removing the .transfer files from the /model/definitions had me back in action.</p>
<p>My issues with the sample application aside; I really have to hand it to the ColdBox team. The documentation Rocks! And the sheer number of sample applications really makes my transition from Fusebox to ColdBox that much simpler.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
