Hello, I tried coldspring alpha-0-5-0 during the weekend and like it. Thanks for the great work from coldspring team.
Meanwhile, FYI, I noticed that /aop/framework/ProxyFactoryBean.cfc broken on a
linux system because of the lower case "aopProxyUtils" at line 44
<cfset variables.aopProxyUtils =
CreateObject('component','coldspring.aop.framework.aopProxyUtils').init() />
Change aopProxyUtils to AopProxyUtils fixed it.
Thanks
Hua
