<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Mach-II for CFML Google Group</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion</link>
  <description>Mach-II is a framework for developing object oriented MVC web-applications. The framework focuses on easing software development and maintenance. Mach-II was the first Object-Oriented framework for CFML and continues to mature as a strong and viable framework choice for developers.</description>
  <language>en</language>
  <item>
  <title>Re: [Mach-II] How to put hook up listener not on webroot in a shared hosting</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/a1c8a618fb454474?show_docid=a1c8a618fb454474</link>
  <description>
  The &amp;quot;/../appName&amp;quot; bit seems odd to me. That says &amp;quot;go to the web root, then &lt;br&gt; go one level up, then into an &#39;appName&#39; directory.&amp;quot; Chances are your host &lt;br&gt; doesn&#39;t let you go outside your webroot. &lt;br&gt; &lt;p&gt;If / doesn&#39;t get you to your webroot and they don&#39;t allow for mappings, &lt;br&gt; unfortunately you may have to do a search and replace on the framework code.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/a1c8a618fb454474?show_docid=a1c8a618fb454474</guid>
  <author>
  m...@mattwoodward.com
  (Matthew Woodward)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:12:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] url redirect persistance - load balancing</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/291780f12a7557db?show_docid=291780f12a7557db</link>
  <description>
  Just echoing what Peter said for reinforcement--set session affinity &lt;br&gt; (&amp;quot;sticky sessions&amp;quot;) on the load balancer and that&#39;s all you need to do. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Matthew Woodward &lt;br&gt; m...@mattwoodward.com &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mpwoodward.posterous.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; identi.ca/Twitter: @mpwoodward &lt;br&gt; &lt;p&gt;Please do not send me proprietary file formats such as Word, PowerPoint,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/291780f12a7557db?show_docid=291780f12a7557db</guid>
  <author>
  m...@mattwoodward.com
  (Matthew Woodward)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:04:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to put hook up listener not on webroot in a shared hosting</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/40e7d507d743d175?show_docid=40e7d507d743d175</link>
  <description>
  Hi Jimmy - &lt;br&gt; &lt;p&gt;For and introduction to ColdSpring, look here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://coldspringframework.org/coldspring/examples/quickstart/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;For information on how ColdSpring and Mach-II work together, look &lt;br&gt; here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/wiki/UsingColdSpringWithMach-II&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;As for your core problem, can you ensure that your host allows
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/40e7d507d743d175?show_docid=40e7d507d743d175</guid>
  <author>
  brian.kl...@gmail.com
  (Brian Klaas)
  </author>
  <pubDate>Tue, 24 Nov 2009 14:16:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: url redirect persistance - load balancing</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/7ac64c7b7f6c1b14?show_docid=7ac64c7b7f6c1b14</link>
  <description>
  Okay, so its exactly what i thought it was. &lt;br&gt; &lt;p&gt;I just need to configure the Load Balancer to force the user to remain &lt;br&gt; on the same server for the duration of the visit to the site. &lt;br&gt; &lt;p&gt;Thanks for your help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/7ac64c7b7f6c1b14?show_docid=7ac64c7b7f6c1b14</guid>
  <author>
  janusz.b...@gmail.com
  (jbuda)
  </author>
  <pubDate>Tue, 24 Nov 2009 10:38:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] url redirect persistance - load balancing</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/150251bf25d141c1?show_docid=150251bf25d141c1</link>
  <description>
  Yes, this would have to do with your server setup. Your load balancer is &lt;br&gt; not keeping your session on the same server. &lt;br&gt; &lt;p&gt;As stated in the docs, redirect persist uses the application or session &lt;br&gt; scope to store a temporary copy of the data. The key in the URL is used &lt;br&gt; to retrieve it. If your load balancer is not acting correctly,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/150251bf25d141c1?show_docid=150251bf25d141c1</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Tue, 24 Nov 2009 10:16:23 UT
</pubDate>
  </item>
  <item>
  <title>url redirect persistance - load balancing</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/a06e082ada28f607?show_docid=a06e082ada28f607</link>
  <description>
  Hi there &lt;br&gt; &lt;p&gt;i have spent several hours trying to figure this out, but i think it &lt;br&gt; may be down to our server setup. &lt;br&gt; &lt;p&gt;We have a load balancer with 2 server, both running CF9 Standard. I &lt;br&gt; have been reading posts about setting sticky session within the &lt;br&gt; Cluster Manager on the CFAdmin. However, being on standard we cannot
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/cae8b8575be749d4/a06e082ada28f607?show_docid=a06e082ada28f607</guid>
  <author>
  janusz.b...@gmail.com
  (jbuda)
  </author>
  <pubDate>Tue, 24 Nov 2009 09:58:45 UT
</pubDate>
  </item>
  <item>
  <title>How to put hook up listener not on webroot in a shared hosting</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/94124738089170b0?show_docid=94124738089170b0</link>
  <description>
  Hi All I have 2 questions, &lt;br&gt; &lt;p&gt;I&#39;m currently trying to setup a machii application that&#39;s on a share &lt;br&gt; hosting who provides the following folder structure: &lt;br&gt; -/ (most bottom folder) &lt;br&gt; -web (webroot) &lt;br&gt; &lt;p&gt;and I want to keep what&#39;s only necessary in the webroot so I am &lt;br&gt; planning to do this: &lt;br&gt; -/ (most bottom folder)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/77d6bb5e60acc61b/94124738089170b0?show_docid=94124738089170b0</guid>
  <author>
  vegie...@gmail.com
  (vegiecat)
  </author>
  <pubDate>Tue, 24 Nov 2009 08:28:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/cf7c66af863e0fa1?show_docid=cf7c66af863e0fa1</link>
  <description>
  Thanks Peter. I added the setter and it works fine (despite what &lt;br&gt; documentation says). &lt;br&gt; &lt;p&gt;public function setUserID(any id) { &lt;br&gt; if(len(id)){ &lt;br&gt; variables.userID = id; &lt;br&gt; variables.userID = javacast(&amp;quot;null&amp;quot;,&amp;quot;&amp;quot;); &lt;br&gt; }
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/cf7c66af863e0fa1?show_docid=cf7c66af863e0fa1</guid>
  <author>
  su...@blogonria.com
  (Sumit Verma)
  </author>
  <pubDate>Mon, 23 Nov 2009 05:37:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/33de1f01212be6cd?show_docid=33de1f01212be6cd</link>
  <description>
  Some other discourse on this is how to a value on a bean back to NULL -- &lt;br&gt; like I suggested: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://forums.adobe.com/thread/483080&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;.pjf
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/33de1f01212be6cd?show_docid=33de1f01212be6cd</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Sun, 22 Nov 2009 21:53:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/0407fcf6573c1e01?show_docid=0407fcf6573c1e01</link>
  <description>
  FYI, You could set a null by using the return void exploit from a &lt;br&gt; cffunction. Adobe CF is the only engine that works like this -- Railo &lt;br&gt; and Open BD work differently. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.bennadel.com/blog/1654-Learning-ColdFusion-9-IsNull-And-Working-With-NULL-Values.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;.pjf &lt;br&gt; &lt;p&gt;Sumit Verma said the following on 11/22/2009 03:00 PM:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/0407fcf6573c1e01?show_docid=0407fcf6573c1e01</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Sun, 22 Nov 2009 21:49:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/190c0bd2c1e5d3d9?show_docid=190c0bd2c1e5d3d9</link>
  <description>
  It&#39;s interesting they phrased it that way--I&#39;d say the results are entirely &lt;br&gt; expected. Not what *should* happen in my opinion, but the results are &lt;br&gt; consistent and therefore aren&#39;t unexpected. &lt;br&gt; &lt;p&gt;Thank you for helping us think through this issue. Chances are we&#39;ll come up &lt;br&gt; with a solution for 1.9, and we&#39;ll definitely want everyone&#39;s feedback as we
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/190c0bd2c1e5d3d9?show_docid=190c0bd2c1e5d3d9</guid>
  <author>
  m...@mattwoodward.com
  (Matthew Woodward)
  </author>
  <pubDate>Sun, 22 Nov 2009 21:27:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/89151820af80b0de?show_docid=89151820af80b0de</link>
  <description>
  PK won&#39;t always be id, but I agree, exception to the normal rule is fine. &lt;br&gt; &lt;p&gt;Well, no null in Adobe CF :o) From javacast documentation: &lt;br&gt; &lt;p&gt;Note: Do not assign the results of JavaCast(&amp;quot;null&amp;quot;,&amp;quot;&amp;quot;) to a ColdFusion &lt;br&gt; variable. Unexpected results will occur. &lt;br&gt; &lt;p&gt;Thanks a lot you guys for being so responsive. Makes the learning curve much
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/89151820af80b0de?show_docid=89151820af80b0de</guid>
  <author>
  su...@blogonria.com
  (Sumit Verma)
  </author>
  <pubDate>Sun, 22 Nov 2009 21:00:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/eff19772d8c3df3b?show_docid=eff19772d8c3df3b</link>
  <description>
  Sumit Verma said the following on 11/22/2009 02:07 PM: &lt;br&gt; Well, over time your beans will be more than table definitions -- or &lt;br&gt; you&#39;ll have a pretty anemic domain model. I wouldn&#39;t worry about having &lt;br&gt; to define an occasional setter/getter/other method. No bean is going to &lt;br&gt; always be the same so an exception to the normal rules is fine. If your
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/eff19772d8c3df3b?show_docid=eff19772d8c3df3b</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Sun, 22 Nov 2009 20:25:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/7ca0a35299c621f1?show_docid=7ca0a35299c621f1</link>
  <description>
  Yes, overriding the setter in the bean is an option. I was trying to not add &lt;br&gt; any method in the bean itself and keep only table definition, but I think &lt;br&gt; the setter for ID is needed. It will allow me to remove the check from the &lt;br&gt; constructor in base entity. &lt;br&gt; &lt;p&gt;From what I have tested so far, I don&#39;t think we can reset the ID in save
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/7ca0a35299c621f1?show_docid=7ca0a35299c621f1</guid>
  <author>
  su...@blogonria.com
  (Sumit Verma)
  </author>
  <pubDate>Sun, 22 Nov 2009 20:07:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Mach-II] Re: Event-Beans and the Form tag</title>
  <link>http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/96a8b876795a1362?show_docid=96a8b876795a1362</link>
  <description>
  I think the easiest workaround is to just define a concrete setter in &lt;br&gt; your bean to override the generated setter. You would just not set a &lt;br&gt; value if the incoming argument is equal &amp;quot;&amp;quot; (basically ignoring the &lt;br&gt; setter call). &lt;br&gt; &lt;p&gt;&amp;lt;cfcomponent&amp;gt; &lt;br&gt; &lt;p&gt; &amp;lt;cfproperty name=&amp;quot;id=&amp;quot; ... yadda yadda ... /&amp;gt; &lt;br&gt; &lt;p&gt; &amp;lt;cffunction name=&amp;quot;setId&amp;quot;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/d156ebb48ee378cd/96a8b876795a1362?show_docid=96a8b876795a1362</guid>
  <author>
  pe...@mach-ii.com
  (Peter J. Farrell)
  </author>
  <pubDate>Sun, 22 Nov 2009 19:48:39 UT
</pubDate>
  </item>
  </channel>
</rss>
