I'm taking a look at the applications within modelgluesamples directory to see how it all works. Right now, I'm trying out actionpacks. As directed, I created a mapping to modelglueactionpacks, created a database "modelgluesamples", and ran the usemanagement mysql script from usermanagement action pack. I checked the datbase to make sure the tables are all there. user.anonymousAccount is indeed present in the table. So why is this error message happening? Line 50 in the index.cfm is just the MG include line.
Bean creation exception during init() of modelglueactionpacks.usermanagement.model.UserSessionFacade Error Executing Database Query.:Unknown column 'anonymousAccount' in 'where clause' The error occurred in /Library/WebServer/Documents/coldspring/beans/DefaultXmlBeanFactory.cfc: line 893 Called from /Library/WebServer/Documents/coldspring/beans/DefaultXmlBeanFactory.cfc: line 632 Called from /Library/WebServer/Documents/ModelGlue/gesture/externaladapters/beaninjection/ColdSpringBeanInjector.cfc: line 40 Called from /Library/WebServer/Documents/ModelGlue/gesture/externaladapters/beaninjection/ColdSpringBeanInjector.cfc: line 31 Called from /Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: line 217 Called from /Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: line 95 Called from /Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: line 81 Called from /Library/WebServer/Documents/ModelGlue/gesture/modules/internal/configuration/controller/ConfigurationController.cfc: line 21 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 298 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 225 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/phase/Configuration.cfc: line 27 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 155 Called from /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfc: line 215 Called from /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfm: line 58 Called from /Library/WebServer/Documents/modelgluesamples/actionpacks/index.cfm: line 50 891 : <cfthrow type="coldspring.beanCreationException" 892 : message="Bean creation exception during init() of #beanDef.getBeanClass()#" 893 : detail="#cfcatch.message#:#cfcatch.detail#"> 894 : </cfcatch> 895 : </cftry> -- Lola J. Lee Beno LinkedIn: http://www.linkedin.com/in/lolajleebeno Facebook: http://www.facebook.com/profile.php?id=714355583 Blog: http://www.lolajl.net/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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
