RE: [coldbox:15578] [coldbox-buildID-201207161432] ContentBox contentversionservice

https://github.com/ColdBox/coldbox-platform/pull/100

In ACF, the struct keys returned from getMetaData are upper case. In Railo, they are lower case. I had used listFind instead of listFindNoCase for performance.
I updated the unit tests too from the original pull request to run on Railo. The base component path in Railo is railo-context.component, not WEB-INF.cftags.component.

Also, I put in the fix for the mapping issue I E-mailed you about a few days ago that I assume was the issue you were having running the unit tests. The unit tests weren’t referring to class1 by its full path. (coldbox.testing.cases.core.util.class1)

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thanks for all the investigation. I’ll take a look at using CF9.

Clarke