<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>transfer-dev Google Group</title>
  <link>http://groups.google.com/group/transfer-dev</link>
  <description>Group for the discussion and support of Transfer ORM ColdFusion library.</description>
  <language>en</language>
  <item>
  <title>Re: What is best practice for handling composition from a form?</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/188e9d54f661905a?show_docid=188e9d54f661905a</link>
  <description>
  Can you please post an example? &lt;br&gt; Basically, I don&#39;t think that post-deleting the objects is good idea. &lt;br&gt; I do such dynamic stuff using input name prefixes. &lt;br&gt; Numeric part simply generated by JavaScript. &lt;br&gt; For example: &lt;br&gt; input_name_1 &lt;br&gt; input_name_2 &lt;br&gt; ... &lt;br&gt; Each your level can have own prefix, numeric part also should contain
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/188e9d54f661905a?show_docid=188e9d54f661905a</guid>
  <author>
  trov...@gmail.com
  (Sergiy Galashyn)
  </author>
  <pubDate>Wed, 30 Dec 2009 12:46:06 UT
</pubDate>
  </item>
  <item>
  <title>What is best practice for handling composition from a form?</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/de27a3fa389285b8?show_docid=de27a3fa389285b8</link>
  <description>
  I have an object that composition goes 3 deep. I have an HTML form &lt;br&gt; that represents that object. The form is dynamic via JQuery with add- &lt;br&gt; a-row (add-an-object) button click events and add-a-row’s within add-a- &lt;br&gt; row’s (3 deep). &lt;br&gt; I have finished building and testing the form, but now it’s time to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/de27a3fa389285b8?show_docid=de27a3fa389285b8</guid>
  <author>
  jonathanburn...@gmail.com
  (Jonathan)
  </author>
  <pubDate>Tue, 29 Dec 2009 14:22:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/0dbeb474c12c9331?show_docid=0dbeb474c12c9331</link>
  <description>
  w00t! &lt;br&gt; Always glad to help. :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/0dbeb474c12c9331?show_docid=0dbeb474c12c9331</guid>
  <author>
  quackfu...@gmail.com
  (Matt Quackenbush)
  </author>
  <pubDate>Mon, 21 Dec 2009 06:29:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b6d0f04cf5d86b23?show_docid=b6d0f04cf5d86b23</link>
  <description>
  Ok changed it to: &lt;br&gt; application.transferFactory = createObject(&amp;quot;component&amp;quot;, &lt;br&gt; &amp;quot;transfer.TransferFactory&amp;quot;).in it(&amp;quot;/cfpetmarket/config/dataso urce.xml&amp;quot;,&amp;quot;/cfpetmarket/config /transfer.xml&amp;quot;, &lt;br&gt; &amp;quot;/cfpetmarket/definitions&amp;quot;); &lt;br&gt; which worked! :) &lt;br&gt; Thanks so much for pointing me in the right direction!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b6d0f04cf5d86b23?show_docid=b6d0f04cf5d86b23</guid>
  <author>
  ron...@gmail.com
  (Ron Mast)
  </author>
  <pubDate>Mon, 21 Dec 2009 04:33:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/8c3c445f301b84d3?show_docid=8c3c445f301b84d3</link>
  <description>
  Yes you are right about where you set the definition path and my code &lt;br&gt; looks like: &lt;br&gt; &amp;lt;cfscript&amp;gt; &lt;br&gt; application.transferFactory = createObject(&amp;quot;component&amp;quot;, &lt;br&gt; &amp;quot;transfer.TransferFactory&amp;quot;).in it(&amp;quot;config/datasource.xml&amp;quot;,&amp;quot;co nfig/transfer.xml&amp;quot;, &lt;br&gt; &amp;quot;config/definitions&amp;quot;); &lt;br&gt; transfer = application.transferFactory.ge tTransfer();
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/8c3c445f301b84d3?show_docid=8c3c445f301b84d3</guid>
  <author>
  ron...@gmail.com
  (Ron Mast)
  </author>
  <pubDate>Mon, 21 Dec 2009 04:22:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/a53b109425828e46?show_docid=a53b109425828e46</link>
  <description>
  My apologies. The &#39;definitionsPath&#39; is a setting with a particular &lt;br&gt; framework I use. It has been ages since I have used Transfer outside of a &lt;br&gt; framework, so I don&#39;t remember all of the specifics. According to the docs &lt;br&gt; (link below) it is passed into the init() method when you create your &lt;br&gt; Transfer factory.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/a53b109425828e46?show_docid=a53b109425828e46</guid>
  <author>
  quackfu...@gmail.com
  (Matt Quackenbush)
  </author>
  <pubDate>Mon, 21 Dec 2009 04:10:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/edb16c142b072ea9?show_docid=edb16c142b072ea9</link>
  <description>
  I&#39;m confused why transfer can create the .transfer definition file and &lt;br&gt; then turn right around and say it can&#39;t find it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/edb16c142b072ea9?show_docid=edb16c142b072ea9</guid>
  <author>
  ron...@gmail.com
  (Ron Mast)
  </author>
  <pubDate>Mon, 21 Dec 2009 04:03:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/bd29498b85de861d?show_docid=bd29498b85de861d</link>
  <description>
  My app is in the wwwroot directory. Looks like this: cfpetmarket --&amp;gt; &lt;br&gt; config --&amp;gt; definitions &lt;br&gt; where do I define definitionsPath = &amp;quot;/config/definitions&amp;quot;? I guess &lt;br&gt; that&#39;s where I get lost...:( &lt;br&gt; Thanks...I will keep looking...but if someone can tell me that would &lt;br&gt; really help speed things up for me...thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/bd29498b85de861d?show_docid=bd29498b85de861d</guid>
  <author>
  ron...@gmail.com
  (Ron Mast)
  </author>
  <pubDate>Mon, 21 Dec 2009 03:59:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b92a169aebb2e229?show_docid=b92a169aebb2e229</link>
  <description>
  I am going to take a wild guess and say that the most likely cause is an &lt;br&gt; incorrect path value on the Transfer definitions path setting. That value &lt;br&gt; should be a root absolute value, such as: &lt;br&gt; &amp;lt;cfset definitionsPath = &amp;quot;/config/definitions&amp;quot; /&amp;gt; &lt;br&gt; Additionally, make sure that the directory actually exists.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b92a169aebb2e229?show_docid=b92a169aebb2e229</guid>
  <author>
  quackfu...@gmail.com
  (Matt Quackenbush)
  </author>
  <pubDate>Mon, 21 Dec 2009 03:24:00 UT
</pubDate>
  </item>
  <item>
  <title>Could not find the included template config/definitions/...etc</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/c333307726eae57e?show_docid=c333307726eae57e</link>
  <description>
  Hi Guys, &lt;br&gt; I&#39;m new to transfer and decided to try and set it up on my server. I &lt;br&gt; have the transfer and app folder in the wwwroot directory...no cf &lt;br&gt; admin mapping. I followed the &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.compoundtheory.com/?action=displayPost&amp;ID=112&quot;&gt;[link]&lt;/a&gt; tutorial. I &lt;br&gt; am at a loss why transfer is throwing an include error. Go to this
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/c333307726eae57e?show_docid=c333307726eae57e</guid>
  <author>
  ron...@gmail.com
  (Ron Mast)
  </author>
  <pubDate>Mon, 21 Dec 2009 01:39:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strange result from IN Statement</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/4e96517e88e5f897/34b84afbfdb937c2?show_docid=34b84afbfdb937c2</link>
  <description>
  Thanks Elliot, &lt;br&gt; That didn&#39;t seem to work for me but your comment about the arguments &lt;br&gt; made me a have a closer look at the setParam() in the docs and noticed &lt;br&gt; a &amp;quot;list&amp;quot; argument. Set that to true and it&#39;s now working :-) &lt;br&gt; Code is now... &lt;br&gt; tql	= &#39;select user.id, user.milestone, user.emailFlag, user.name &lt;br&gt; from user where user.id NOT IN (:list)&#39;;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/4e96517e88e5f897/34b84afbfdb937c2?show_docid=34b84afbfdb937c2</guid>
  <author>
  clarke...@gmail.com
  (Clarkee21)
  </author>
  <pubDate>Sun, 20 Dec 2009 21:31:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Cache Manager Shutdown problems</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/468ffbf112beb97b?show_docid=468ffbf112beb97b</link>
  <description>
  Re: Memory. Something else to keep in mind as you debug: &lt;br&gt; &amp;quot;There’s one big deal to watch out for with this new approach. The whole &lt;br&gt; idea of SoftReferences is that they will get garbage collected if they need &lt;br&gt; to, like when you’re running out of memory. This default cache has no such &lt;br&gt; provision. So, if you stipulate the cache can hold 10,000 objects but you
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/468ffbf112beb97b?show_docid=468ffbf112beb97b</guid>
  <author>
  dor...@gmail.com
  (Dorioo)
  </author>
  <pubDate>Sun, 20 Dec 2009 13:19:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Cache Manager Shutdown problems</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/b355c42bf3cde3eb?show_docid=b355c42bf3cde3eb</link>
  <description>
  Not seen this - and I run unit tests over and over... &lt;br&gt; What is the exact error with stack trace? &lt;br&gt; What is your ehcache config? &lt;br&gt; It is worth noting that timetolive and timetoidle *do not* affect memory &lt;br&gt; usage. They only affect the lifecycle of the objects. (There is a method to &lt;br&gt; force these objects to expire if need be). These objects are only expired
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/b355c42bf3cde3eb?show_docid=b355c42bf3cde3eb</guid>
  <author>
  mark.man...@gmail.com
  (Mark Mandel)
  </author>
  <pubDate>Sun, 20 Dec 2009 11:54:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Modify (move) relationships</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/39f3b84d9cce0765/0bed7be77315aa47?show_docid=0bed7be77315aa47</link>
  <description>
  +1 to what Matt said - &lt;br&gt; This is why there are so many discard options: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.transfer-orm.com/wiki/Managing_the_Cache.cfm#Transfer.discardByClassAndKeyQuery(className%2C_keyQuery%2C_columnName&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/39f3b84d9cce0765/0bed7be77315aa47?show_docid=0bed7be77315aa47</guid>
  <author>
  mark.man...@gmail.com
  (Mark Mandel)
  </author>
  <pubDate>Fri, 18 Dec 2009 23:32:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [transfer-dev] Re: Match my $800 donation for Transfer caching improvements</title>
  <link>http://groups.google.com/group/transfer-dev/browse_frm/thread/dcf9ae247830d311/ea6c4602cf32e6b0?show_docid=ea6c4602cf32e6b0</link>
  <description>
  Is this on CF8, or on CF9? &lt;br&gt; How is Transfer mapped? &lt;br&gt; Mark &lt;br&gt; 2009/12/19 Aurélien DELEUSIÈRE &amp;lt;adeleusi...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/transfer-dev/browse_frm/thread/dcf9ae247830d311/ea6c4602cf32e6b0?show_docid=ea6c4602cf32e6b0</guid>
  <author>
  mark.man...@gmail.com
  (Mark Mandel)
  </author>
  <pubDate>Fri, 18 Dec 2009 23:28:10 UT
</pubDate>
  </item>
  </channel>
</rss>
