There have been two rc2 bugs discovered for
1.InterceptorService - Interceptor Registrations
It would not clean out the interception points structure. So if more
than one interceptors where used, it would register them in several
invalid locations. Not critical, but horrible. This has been fixed.
2. EnvironmentControl - missing local environment reference.
Environment detection occurs but no settings would be overriden, since
the local environment variable was not set. This has been fixed.
Both of them have been fixed and commited to the svn. So you can grab
the files from svn or just download the nightly build. I will be
updating the RC2 download, to reflect these two critical fixes.
I removed all instances of cfthread altogether and it works. This is on a production site so I am limited to the amount of testing I can do (I don’t have BD running locally) and had to come up with a quick fix.