I just grabbed the latest release.
In IIS setup site and point to C:\Internet\ATS\trunk\
In CF I have 2 mappings
/ModelGlue c:\internet\ats\trunk\ModelGlue
/coldspring c:\internet\coldspring
When I run
http://localhost/modelgluesamples/helloworld/
I get the error below .. I suspect I overlooked something simple but
can't get this going. any thoughts? Thanks!
Bean creation exception during init() of
ModelGlue.gesture.modules.internal.generation.service.XMLEventGenerationService
Object Instantiation Exception.:Class not found:
org.jdom.output.Format
The error occurred in C:\Internet\coldspring\beans
\DefaultXmlBeanFactory.cfc: line 539
Called from C:\Internet\coldspring\beans\DefaultXmlBeanFactory.cfc:
line 332
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\externaladapters
\beaninjection\ColdSpringBeanInjector.cfc: line 40
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\externaladapters
\beaninjection\ColdSpringBeanInjector.cfc: line 31
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\module
\XMLModuleLoader.cfc: line 193
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\module
\XMLModuleLoader.cfc: line 72
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\eventrequest\phase
\ModuleLoadingRequestPhase.cfc: line 20
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\eventrequest\phase
\Population.cfc: line 16
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\eventrequest
\EventContext.cfc: line 155
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\ModelGlue.cfc:
line 198
Called from C:\Internet\ATS\trunk\ModelGlue\gesture\ModelGlue.cfm:
line 55
Called from C:\Internet\ATS\trunk\modelgluesamples\helloworld
\index.cfm: line 50
537 : <cfthrow type="coldspring.beanCreationException"
538 : message="Bean creation exception during init() of
#beanDef.getBeanClass()#"
539 : detail="#cfcatch.message#:#cfcatch.detail#">
540 : </cfcatch>
541 : </cftry>