Change the returntype to any, then repeat the cfdump. That should show you what cf thinks the package is, and if on a *inx system be sure to double check case sensitivity.
Best Regards, Adam Crump Manager - Web Applications Web Services - ICS Amkor Technology Sent by: [email protected] "Ryan Guill" <[EMAIL PROTECTED]> 02/13/2007 09:56 AM Please respond to coldspring-dev To: <[email protected]> cc: bcc: Subject: [coldspring-dev] Step 1 failure What do you mean package? it should return an instance fo the bean factory... On 2/13/07, Steve Brownlee <[EMAIL PROTECTED]> wrote: > Well, obviously I can't dump the result when I keep the package in the > returntype. However, when the package is removed, the dumped result is > the proper component. > > -== Snippet of dump of <cfdump var="#myBeanFactory#"> ==- > > component DefaultXmlBeanFactory > SETPARENT > function setParent > Arguments: > Name Required Type Default > parent Required coldspring.beans.AbstractBeanFactory > Return Type: void > Roles: > Access: public > Output: false > INIT > function init > Arguments: > Name Required Type Default > defaultAttributes Optional struct [runtime expression] > defaultProperties Optional struct [runtime expression] > Return Type: DefaultXmlBeanFactory > Roles: > Access: public > Output: false > > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom > Chiverton > Sent: Tuesday, February 13, 2007 11:40 AM > To: [email protected] > Subject: [coldspring-dev] Step 1 failure > > On Tuesday 13 Feb 2007, Steve Brownlee wrote: > > 100% positive. > > If you dump the result, what is it ? > > -- > Tom Chiverton > Helping to continually streamline eye-catching CEOs > > -- Ryan Guill A Deep Blue [EMAIL PROTECTED] www.ryanguill.com (270) 217.2399 got google talk? Chat me at [EMAIL PROTECTED] www.ryanguill.com/ A Deep Blue Blog: www.ryanguill.com/blog/
