Status/Resolution/Reason: Closed/Won't Fix/Workaround
Reporter/Name(from Bugbase): Alexandre Potvin Latreille / Alexandre Potvin Latreille (Alexandre Potvin Latreille)
Created: 08/24/2016
Components: Core Runtime
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win 2008 Server R2
Vote Count: 0
I'm facing a problem where I'm reconstituting an object graph based on component properties meta-data. Is there a way to resolve the fully qualified name of a component as it would be inside a cfc file from another context?
E.g.
SomeComponent.cfc
<cfimport path="somepath.Test">
<cfcomponent>
<cfproperty name="test" type="Test">
</cfcomponent>
Inside SomeComponent.cfc Test will be resolved to somepath.Test because of the import, but when looking at the component's metadata that knowledge is lost and it seems there is no way to resolve that?
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4183676
External Customer Info:
External Company:
External Customer Name: Alexandre Potvin Latreille
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: