<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/transfer-dev</id>
  <title type="text">transfer-dev Google Group</title>
  <subtitle type="text">
  Group for the discussion and support of Transfer ORM ColdFusion library.
  </subtitle>
  <link href="/group/transfer-dev/feed/atom_v1_0_msgs.xml" rel="self" title="transfer-dev feed"/>
  <updated>2009-12-30T12:46:06Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Sergiy Galashyn</name>
  <email>trov...@gmail.com</email>
  </author>
  <updated>2009-12-30T12:46:06Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/188e9d54f661905a?show_docid=188e9d54f661905a</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/188e9d54f661905a?show_docid=188e9d54f661905a"/>
  <title type="text">Re: What is best practice for handling composition from a form?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan</name>
  <email>jonathanburn...@gmail.com</email>
  </author>
  <updated>2009-12-29T14:22:10Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/de27a3fa389285b8?show_docid=de27a3fa389285b8</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/c9c930369c359a1e/de27a3fa389285b8?show_docid=de27a3fa389285b8"/>
  <title type="text">What is best practice for handling composition from a form?</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt Quackenbush</name>
  <email>quackfu...@gmail.com</email>
  </author>
  <updated>2009-12-21T06:29:12Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/0dbeb474c12c9331?show_docid=0dbeb474c12c9331</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/0dbeb474c12c9331?show_docid=0dbeb474c12c9331"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  w00t! &lt;br&gt; Always glad to help. :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Mast</name>
  <email>ron...@gmail.com</email>
  </author>
  <updated>2009-12-21T04:33:49Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b6d0f04cf5d86b23?show_docid=b6d0f04cf5d86b23</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b6d0f04cf5d86b23?show_docid=b6d0f04cf5d86b23"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Mast</name>
  <email>ron...@gmail.com</email>
  </author>
  <updated>2009-12-21T04:22:43Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/8c3c445f301b84d3?show_docid=8c3c445f301b84d3</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/8c3c445f301b84d3?show_docid=8c3c445f301b84d3"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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();
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt Quackenbush</name>
  <email>quackfu...@gmail.com</email>
  </author>
  <updated>2009-12-21T04:10:51Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/a53b109425828e46?show_docid=a53b109425828e46</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/a53b109425828e46?show_docid=a53b109425828e46"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Mast</name>
  <email>ron...@gmail.com</email>
  </author>
  <updated>2009-12-21T04:03:48Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/edb16c142b072ea9?show_docid=edb16c142b072ea9</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/edb16c142b072ea9?show_docid=edb16c142b072ea9"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Mast</name>
  <email>ron...@gmail.com</email>
  </author>
  <updated>2009-12-21T03:59:13Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/bd29498b85de861d?show_docid=bd29498b85de861d</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/bd29498b85de861d?show_docid=bd29498b85de861d"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt Quackenbush</name>
  <email>quackfu...@gmail.com</email>
  </author>
  <updated>2009-12-21T03:24:00Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b92a169aebb2e229?show_docid=b92a169aebb2e229</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/b92a169aebb2e229?show_docid=b92a169aebb2e229"/>
  <title type="text">Re: [transfer-dev] Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Mast</name>
  <email>ron...@gmail.com</email>
  </author>
  <updated>2009-12-21T01:39:14Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/c333307726eae57e?show_docid=c333307726eae57e</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/b28eea9afa7ca5c8/c333307726eae57e?show_docid=c333307726eae57e"/>
  <title type="text">Could not find the included template config/definitions/...etc</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Clarkee21</name>
  <email>clarke...@gmail.com</email>
  </author>
  <updated>2009-12-20T21:31:34Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/4e96517e88e5f897/34b84afbfdb937c2?show_docid=34b84afbfdb937c2</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/4e96517e88e5f897/34b84afbfdb937c2?show_docid=34b84afbfdb937c2"/>
  <title type="text">Re: Strange result from IN Statement</title>
  <summary type="html" xml:space="preserve">
  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;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dorioo</name>
  <email>dor...@gmail.com</email>
  </author>
  <updated>2009-12-20T13:19:13Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/468ffbf112beb97b?show_docid=468ffbf112beb97b</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/468ffbf112beb97b?show_docid=468ffbf112beb97b"/>
  <title type="text">Re: [transfer-dev] Cache Manager Shutdown problems</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark Mandel</name>
  <email>mark.man...@gmail.com</email>
  </author>
  <updated>2009-12-20T11:54:33Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/b355c42bf3cde3eb?show_docid=b355c42bf3cde3eb</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/97954cc06e4f8d35/b355c42bf3cde3eb?show_docid=b355c42bf3cde3eb"/>
  <title type="text">Re: [transfer-dev] Cache Manager Shutdown problems</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark Mandel</name>
  <email>mark.man...@gmail.com</email>
  </author>
  <updated>2009-12-18T23:32:03Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/39f3b84d9cce0765/0bed7be77315aa47?show_docid=0bed7be77315aa47</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/39f3b84d9cce0765/0bed7be77315aa47?show_docid=0bed7be77315aa47"/>
  <title type="text">Re: [transfer-dev] Modify (move) relationships</title>
  <summary type="html" xml:space="preserve">
  +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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark Mandel</name>
  <email>mark.man...@gmail.com</email>
  </author>
  <updated>2009-12-18T23:28:10Z</updated>
  <id>http://groups.google.com/group/transfer-dev/browse_frm/thread/dcf9ae247830d311/ea6c4602cf32e6b0?show_docid=ea6c4602cf32e6b0</id>
  <link href="http://groups.google.com/group/transfer-dev/browse_frm/thread/dcf9ae247830d311/ea6c4602cf32e6b0?show_docid=ea6c4602cf32e6b0"/>
  <title type="text">Re: [transfer-dev] Re: Match my $800 donation for Transfer caching improvements</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
</feed>
