Implementing it and getting an error.  Just about to look into it.   
May well be something I'm causing.  I changed around a lot of stuff in  
the configs trying to troubleshoot yesterday.  Thought I'd give the  
error in the meantime, in case you recognize it right away.  If you  
don't, give me a few to adjust my configs before dedicating time.


Bean creation exception in reactor.config.config

Invalid CFML construct found on line 21 at column 76.:ColdFusion was  
looking at the following text:
''

The CFML compiler was processing:

A cfthrow tag beginning on line 21, column 26.
A cfthrow tag beginning on line 21, column 26.
:
Line: 21
Snippet:
<cfthrow type="reactor.config.InvalidPathToConfig"

The error occurred in C:\Websites\158513gy8\ColdSpring\beans 
\BeanDefinition.cfc: line 573
Called from C:\Websites\158513gy8\ColdSpring\beans\BeanDefinition.cfc:  
line 384
Called from C:\Websites\158513gy8\ColdSpring\beans\BeanDefinition.cfc:  
line 534
Called from C:\Websites\158513gy8\ColdSpring\beans 
\DefaultXmlBeanFactory.cfc: line 731
Called from C:\Websites\158513gy8\ColdSpring\beans 
\DefaultXmlBeanFactory.cfc: line 632
Called from C:\Websites\158513gy8\ModelGlue\gesture\externaladapters 
\ioc\ColdSpringAdapter.cfc: line 22
Called from C:\Websites\158513gy8\ModelGlue\gesture\ModelGlue.cfc:  
line 195
Called from C:\Websites\158513gy8\ModelGlue\gesture\modules\orm 
\controller\GenericORMController.cfc: line 27
Called from C:\Websites\158513gy8\ModelGlue\gesture\eventrequest 
\EventContext.cfc: line 298
Called from C:\Websites\158513gy8\ModelGlue\gesture\eventrequest 
\EventContext.cfc: line 225
Called from C:\Websites\158513gy8\ModelGlue\gesture\eventrequest\phase 
\Population.cfc: line 23
Called from C:\Websites\158513gy8\ModelGlue\gesture\eventrequest 
\EventContext.cfc: line 155
Called from C:\Websites\158513gy8\ModelGlue\gesture\ModelGlue.cfc:  
line 215
Called from C:\Websites\158513gy8\ModelGlue\gesture\ModelGlue.cfm:  
line 58
Called from C:\Websites\158513gy8\foo\index.cfm: line 50
571 :                           <cfthrow type="coldspring.beanCreationException"
572 :                                   message="Bean creation exception in 
#getBeanClass()#"
573 :                                   
detail="#cfcatch.message#:#cfcatch.detail#:#additionalInfo#">
574 :                   </cfcatch>
575 :           </cftry>




On Sep 20, 2009, at 5:50 AM, Chris Blackwell wrote:

> Hi Victoria,
>
> As i suspected this isn't a MG issue its a Reactor one, but the  
> cause is the same as was affecting MG in a sandboxed environment in  
> the thread i linked. The error is actually being caused by an  
> expandPath() in reactor/config/config.cfc line 117  but coldspring  
> has a nasty habit of disguising the real error and throwing that  
> rather unhelpful bean creation exception
>
> I've attached a patch that should get it working for you. I will  
> also submit the patch to the Reactor team and hopefully they will  
> test it and incorporate it into the official version.
>
> Cheers, Chris
>
>
>
>
>
> >
> <config.cfc.diff>
>


--~--~---------~--~----~------------~-------~--~----~
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

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

Reply via email to