Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

JavaLoader
Project Home Blog Forums Wiki Known Issues External Project Link Contact Project

JavaLoader Issue: [Spring] - Be able to expand File paths for <coldfusion:cfc> beans

Name: [Spring] - Be able to expand File paths for <coldfusion:cfc> beans
ID: 3
Project: JavaLoader
Type: Enhancement
Area: Code
Severity: Normal
Status: Fixed
Related URL:
Creator: Mark Mandel
Created: 09/08/09 9:46 PM
Updated: 09/24/09 8:46 PM
Description: Using:
coldfusion.util.Utils.expandPath()

We can work out path relative to the ColdFusion class path.

Possible syntax options:
script-source="relative:///path/to/CFC.cfc"

Rather than the "file://" prefix

(This does deviate from Spring resource conventions however)

OR:

Use a new attribute, such as relative="true", to let the bean definition know that it needs to expand the path.
History: Created by markm (Mark Mandel) : 09/08/09 9:46 PM

Updated by markm (Mark Mandel) : 09/24/09 8:46 PM
This has been implemented and committed to SVN.

Now relative resolution is default.

To turn it off, there is an attribute called script-source-relative, which can be set to false.

To add a comment to this bug, please login using the link above.