[transfer-dev] Re: XML error on upgrade

2014-07-23 Thread Brian G
On Tuesday, July 22, 2014 9:47:11 AM UTC-7, Tom McNeer wrote: Is there any documentation for the use of the new caching configuration? And are there other known areas where an old config might cause errors? Tom, My apologies, this was so long ago for me I forgot it all changed. Here's

[transfer-dev] Latest version of Transfer Issue

2014-07-23 Thread James Allen
Hi guys, I'm trying a site which is built using Transfer on the latest version of Railo so grabbed Brian's Github latest as I read that's compatible. The problem is, I'm getting the following error when I try to start the site - it occurs in the init of TransferFactory. Railo reports

RE: [transfer-dev] Re: XML error on upgrade

2014-07-23 Thread James Allen
Hi Brian, The only specific cache config I have on a site I’m trying to get to work with the latest Transfer version is: objectCache cache class=emc scope type=none / /cache /objectCache Is there any easy way to replace this?

Re: [transfer-dev] Re: XML error on upgrade

2014-07-23 Thread Brian G
James, Does that just disable caching for the class emc? On Wednesday, July 23, 2014 10:18:58 AM UTC-7, James Allen wrote: objectCache cache class=emc scope type=none / /cache /objectCache -- -- Before posting questions to the

Re: [transfer-dev] Re: XML error on upgrade

2014-07-23 Thread Brian G
On Wednesday, July 23, 2014 10:36:43 AM UTC-7, Brian G wrote: Does that just disable caching for the class emc? If that is the case, you can replace it with: objectCache cache class=emc provider=transfer.com.cache.provider.NoCacheProvider/ /objectCache I think that's a valid config -

[transfer-dev] Re: Latest version of Transfer Issue

2014-07-23 Thread Brian G
James, If you dump the argument in the working version of Transfer, what do you see? If you can dump the stack trace, we can look at the call before that and see if it's not passing in a named argument? But generally I find that these errors are unrelated to what they claim to be. I

Re: [transfer-dev] Re: XML error on upgrade

2014-07-23 Thread Tom McNeer
Hi Brian and Mark, Thanks for your help, as always. While I haven't done any testing yet, the two blog entries Mark cites are very clear, and Brian's explanation here is even more complete. That's what I needed: just some documentation on what should go into the XML. Brian, I hope you can place

Re: [transfer-dev] Re: Latest version of Transfer Issue

2014-07-23 Thread Tom McNeer
Brian, I haven't had a chance to do a diff yet, but I thought I'd let you know: after correcting my XML, I started an application on ACF 9, and got the same exact error as James. On Wed, Jul 23, 2014 at 1:58 PM, Brian G brian-goo...@vfive.com wrote: James, If you dump the argument in the

RE: [transfer-dev] Re: Latest version of Transfer Issue

2014-07-23 Thread James Allen
Ah that’s good to know Tom. Good to rule out something on my system that could be causing it. Looks like we’ll have to do some digging into the framework to establish what the issue is. --- James Allen E: ja...@jamesallen.name Blog: http://jamesallen.name Twitter: @CFJamesAllen