Closed
Description
Before version 1.2, the resources were loaded using a dotted component name starting from the web root (using argument resourcesPath containing a dotted path from the web root to the resource folder follewed by the bean name). Now the bean path doesn't use this argument anymore and starts with "resources." (hardcoded).
In ACF the new code is working because the createObject() function used to load the beans is resolving the dotted path relative to the current template. But this function in Railo is resolving the dotted path from the web root. Therefore, unless the resources folder is located in the web root, the components are not found (and added the skipped resource list).