Mike, I don't see where getClass() is being called from. Any clue?

getClass() belongs to the underlying java object. You mentioned prod is CF8,
so you could check if ''Disable Access to internal ColdFusion Java
components'' is checked or not in CF Admin. Although it probably makes no
difference :)

On 10/23/07, Mike Kear <[EMAIL PROTECTED]> wrote:
>
>
> Thanks for you suggestion, Andrew,  I woudl have thought so too,  but
> wrapping that code around this line;
>
> <cfset BeanFactory =
> createObject("component","coldspring.beans.DefaultXmlBeanFactory ")/>
>
> just gives the same result.   A vague error message saying:
>
> The method getClass was not found in component
> C:\websites\ybunp9\coldspring\beans\DefaultXmlBeanFactory.cfc.
>
> Cheers,
> Mike Kear
>
>
> On 10/23/07, Andrew Bateman <[EMAIL PROTECTED]> wrote:
> >
> > >> So how do you get hold of the stack trace on a production machine if
> you have all the debugging turned off?
> >
> > <cftry>
> > ...code goes here
> > <cfcatch>
> > <cfdump var="#cfcatch#" />
> > </cfcatch>
> > </cftry>
> >
> > ...should do it
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to