On 2/13/07, Steve Brownlee <[EMAIL PROTECTED]> wrote:
The value returned from function init() is not of type coldspring.beans.DefaultXmlBeanFactory.I don't understand why the init() function's return type is the entire package for the component anyway… <cffunction name="init" access="public" returntype="coldspring.beans.DefaultXmlBeanFactory" output="false" As soon as I take out the package designation and just return the component name, everything works fine as I expected it would.
Exactly what version of ColdFusion are you running? What hot fixes etc? There was a version or hot fix put out somewhere in the 7.0.x frame that broken return types under mappings. Updating to the latest 7.0.x will fix it. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
