Well it beats me.   I can run a page with

<cfdump var="#session#" />

and that displays just fine.   But change that line to

<cfdump var="#beanfactory#" />

and the getClass() error we've been talking about pops up.

Which things can you CFDUMP and which things can't?

What a learning exercise  I started this whole thing because i have a
major rebuild of a client's site, and before i headed down the
coldspring road with weeks of development, i wanted to make sure
coldspring did actually work in this environment, and i wouldnt get to
the end of the road only to find when i deployed the project that it
didnt work.    For example one possiblity i figured might trip me up
is if someone had already set up a coldfuson mapping called
"coldspring".   I needed to make sure nothing like that was going to
render the whole project unworkable.

In the process i've learned that CFDUMP= one of the most valuable
debugging tools in coldfusion  doesnt work.   yes it does.  No it
doesnt.   Well it kind of works.  Actually it does work but only on
some kinds of variables.

HUH????


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month




On 10/25/07, James Holmes <[EMAIL PROTECTED]> wrote:
> Aha - there you go. In that case I predict that they do indeed allow
> access to the internal java objects.
>
> On 10/25/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
> > Actually, I stand corrected. Even though I still think it would be insane if
> > the host isn't disabling access to the internal CF Java components, calling
> > getClass() on any CFC throws the same error, regardless of whether the CF
> > Java object access is disabled or not.
> >
> > On 10/25/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
> >

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292041
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to