Re: Should I migrate away from ColdSpring

2015-03-19 Thread Nolan Erck
I like ColdSpring. I like having XML documentation for that layer of my codebase. As such, I have several sites that I don't plan to migrate to DI/1 or WireBox. I also do a lot of Java consulting work, and switching from Spring (Java) to ColdSpring (CFML) is less painful for my brain. :) That

Re: anyway to initialize ORM AFTER onApplicationStart()?

2015-03-19 Thread Jochem van Dieten
On Thu, Mar 19, 2015 at 12:22 AM, Yuliang Ruan wrote: current app sets the datasource in onApplicationStart(). i can't have ormEnabled=true unless there's a datasource.and it doesn't look like i can intialize orm at the end of onApplicationStart() by doing a this.ormEnabled=true

Re: Hotfix 16, CF10

2015-03-19 Thread Priya K
This happened to us recently running on J2EE settings but started working once JVM property coldfusion.disablejsafe=true was added. Hope this helps, On Wed, Mar 18, 2015 at 10:51 PM, Byron Mann byronos...@gmail.com wrote: As a start, I would check your CF logs to see if there is any

Should I migrate away from ColdSpring

2015-03-19 Thread Dean Lawrence
I've been using ColdSpring for a good number of years and it is pretty much a part of almost every site that I have developed. When trying to access http://coldspringframework.org/ to look at the docs, I get a service unavailable error. It was like this when I tried to access it about a month ago