>From my perspective this is purely "in app" testing although I've been running 3 sites that make decent use of Transfer in Railo 3 for many years without issue. The move to Railo 4 has so far not had any adverse effect on the sites (knock on wood ;) ).
Would be good to know if this is all that is required to allow Transfer to run 100% on Railo though. --- James Allen E: [email protected] Blog: http://jamesallen.name Twitter: @CFJamesAllen Twitter: @JamesAllenVoice (Voiceover) Twitter: @80sRewindShow (My weekly 80s radio show) Tune in to the best in community radio - Codebass Radio: http://codebassradio.net From: Mark Mandel [mailto:[email protected]] Sent: 29 January 2013 22:26 To: [email protected] Cc: [email protected] Subject: Re: [transfer-dev] Railo 4 and Transfer Curious - if anyone has actually run the unit tests with Railo4 with that change, or is this just "in app" testing? Mark On Tue, Jan 29, 2013 at 2:13 AM, Richard Herbert <[email protected]> wrote: Thanks for that James. That certainly helped! On Saturday, 26 January 2013 12:14:27 UTC, James Allen wrote: Ah sorry Richard, I think that post might have been a bit misleading. The line to go to is 79 in SQLValue.cfc: if(arguments.query.wasNull()) { return getNullable().getNullValue(arguments.object.getClassName(), arguments.property.getName()); } Change that for: if (not isDefined("value")) value = false; I wanted to grab a post to act as a reference but looks like it was referring to an older fix idea maybe. Sorry about that. James. On Friday, 25 January 2013 09:13:01 UTC, Richard Herbert wrote: Sorry but am I missing something here? I can't see the line quoted, "if(isQueryCellNull(arguments.query, arguments.property.getColumn(), arguments.query.currentRow))" in /com/sql/SQLValue.cfc I've looked in the download offered from RIAForge as well as the trunk from SVN at revision 690. What am I missing? On Thursday, 24 January 2013 13:21:05 UTC, James Allen wrote: I just wanted to update this thread to say that I updated my VPS to Railo 4 final not long after launch and have 3 sites all running perfectly with Transfer. As previously mentioned, the only issue I had previously on Railo 3 was with the hasNull fix that needed to be applied to one of the Transfer CFC's. Since then the sites have been running perfectly. For reference the fix I applied is here: http://osdir.com/ml/transfer-dev/2011-10/msg00003.html --- James Allen E: [email protected] Blog: http://jamesallen.name Twitter: @CFJamesAllen (Coldfusion / Web development) Twitter: @JamesAllenVoice (Voiceover) Twitter: @80sRewindShow (My weekly radio show) Tune in to the best in community radio - Codebass Radio: http://codebassradio.net From: [email protected] [mailto:[email protected]] On Behalf Of Matt Quackenbush Sent: 12 January 2013 21:13 To: [email protected] Subject: Re: [transfer-dev] Railo 4 and Transfer I would not expect Transfer to work on Railo at all. Transfer relies on some undocumented under the hood behavior in (Adobe) ColdFusion, for one, and also relies on arrays being passed by value, which Railo (thankfully) doesn't do. On Jan 12, 2013 2:48 PM, "Richard Herbert" <[email protected]> wrote: I'm looking at migrating an old Fusebox 5.5.1 app that uses Transfer over to Railo 4. I'm hitting some errors and wanted to know if I'm wasting my time trying to get these apps working together now that Transfer is EOL (no disrespect Mark, Transfer has served me well over the years). I've checked out v1.1.1 from the SVN repo. Richard -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions -on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions -on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -- -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions -on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] <mailto:transfer-dev%[email protected]> For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com 2 Devs from Down Under Podcast http://www.2ddu.com/ -- -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en --- You received this message because you are subscribed to the Google Groups "transfer-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
