RE: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-12 Thread Andrew Scott
s.com] Sent: Monday, 12 July 2010 11:53 PM To: cf-talk Subject: Re: Coldfusion 8 vs 9 - cfc mapping differences? The ColdFusion 9 Developer's Guide says on page 650 under Using Bind Expressions: >> cfc:componentPath.functionName(parameters) >> Note: The component path can

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-12 Thread John Pullam
Sorry, correction: It should read "cfc:BSelects.getSessions()" and BSelects is the component with getSessions the method. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Din

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-12 Thread John Pullam
The ColdFusion 9 Developer's Guide says on page 650 under Using Bind Expressions: >> cfc:componentPath.functionName(parameters) >> Note: The component path cannot use a mapping. The componentPath value must >> be a dot-delimited path from the web root or the directory that contains the >> cur

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-12 Thread John Pullam
>John, > >I am not sure what your problem is here, when doing any work like this >ColdFusion will try to look into the root of the website. Unless you specify >a mapping or have set something up in IIS or apache. > >The code that you have shown to us will be trying to execute a cfc in the >root of

RE: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-11 Thread Andrew Scott
website called BSelects, are you 100% certain that you have no other configuration difference between the 2 installations of ColdFusion? -Original Message- From: John Pullam [mailto:jpul...@mcleansystems.com] Sent: Sunday, 11 July 2010 12:40 AM To: cf-talk Subject: Coldfusion 8 vs 9 - cfc

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-11 Thread John Pullam
Yeah, but . Why did it work fine in CF8? (I'm not talking about the second example which was added, but my original posting.) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Mi

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-10 Thread John Allen
Dave Watts makes a good point. He's smart. On Sat, Jul 10, 2010 at 1:43 PM, Dave Watts wrote: > > > When I use a cfajaxproxy, per application mappings set in Application.cfc > > are not picked up. I have to use a fully qualified path from the web root > > inside the proxied cfc. > > This makes

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-10 Thread Dave Watts
> When I use a cfajaxproxy, per application mappings set in Application.cfc > are not picked up. I have to use a fully qualified path from the web root > inside the proxied cfc. This makes sense to me. How would the AJAX client know anything about CF mappings? CF mappings only mean something wit

Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-10 Thread John Allen
I am also experiencing the same problem. When I use a cfajaxproxy, per application mappings set in Application.cfc are not picked up. I have to use a fully qualified path from the web root inside the proxied cfc. On Sat, Jul 10, 2010 at 10:39 AM, John Pullam wrote: > > I'm struggling a bit with

Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-10 Thread John Pullam
I'm struggling a bit with running some previously operational applications under CF9. It seems that most of my challenge comes from cfc invocation. I've been browsing around trying to understand what has changed but haven't come up with anything much. I have my cfc's in the same folder as my n