Given the following test case

foo.cfc
********
<cfcomponent></cfcomponent>


testcase.cfm
<cfset oFoo=CreateObject("component","foo")>
<cfdump var="#getmetadata(oFoo)#">

The resultant output would be similar to below

struct
EXTENDS
struct
FULLNAME        WEB-INF.cftags.component
NAME    WEB-INF.cftags.component
PATH    C:\
TYPE    component
FULLNAME        foo
NAME    foo
PATH    C:\openbd\tomcat\webapps\ROOT\foo.cfc
TYPE    component

note the path for the base component is incorrect, this is correct on
jetty-ready-torun and when i deploy as a war on tomcat myself under
webapps

So I guess its a config change somewhere.

We use this path as part of our ORM to do inherited properties, its
not a big deal for me and I can patch our code to deal with it but in
the interests of reporting the weird ones.

A

-- 
tag/function ref: http://www.openbluedragon.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

 Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/

Reply via email to