Hi,
Has anybody used Grails Picasa Plug-in running on google appengine? Below are the things i did I have hosted my website on appengine with grails, i was trying to add the picasa plugin to it. Which in turn made me add other dependent plugins like,
1.Oauth 2.jquery 3.spring-events
After installing the plugins , i also added google jars like GData...etc. But during startup it had compilation problem , the springevents was using hibernate, which prompted me to install hiberante. Then it start compalining about the NoBeanDefinitionException for session factory. Beyond that i am clueless.