In fact the only place I see file paths coming into play (aside from the AOP stuff obviously) is when importing additional XML files. You said you're doing that right? I wonder if that could have something to do with it. Can you create a simple test case with no imports to confirm?
Also just for fun, if you create a CF mapping for "/config" and then specify it as an absolute path, does that matter? i.e. <property name="ColdSpringComponentsLocation" value="/config/coldspring.xml" /> On 8/2/07, Brian Kotek <[EMAIL PROTECTED]> wrote: > > A look through the ColdSpring code doesn't reveal any place where CFC file > system paths are used. The value defined for class in the XML goes into the > BeanDefinition, and then when getInstance() gets called, the CFC gets > instantiated also using the same dot class path. I think something else must > be going on but I don't know what. > > If you keep the old path, what happens when you run the app? You get an > error? > > On 8/2/07, Dave Shuck <[EMAIL PROTECTED] > wrote: > > > > I completely agree on all accounts. To knock off a couple of the > > issues you brought up, I have no mappings in ColdFusion, nor do I have any > > symbolic links or such in play here. And the "ColdSpringComponentsLocation" > > was an admitted copy/paste from the sample Mach-II plugin packaged with > > ColdSpring that I have never changed since I first used it. It is certainly > > a misnomer at this point. > > > > FWIW, this is on an Ubuntu box using Apache2.2.4/CF7. > > > > ~Dave > > > > > > > > > >
