I got the same problem... Still no answers?

在 2012年3月21日星期三UTC-7上午12时33分05秒,fabio.bozzo写道:
>
> Searching "Unable to get members for class" on google.... lends to 
> many AppEngine-related results! 
>
> What is that error? In my case, I can't autowire an Hibernate session 
> factory (working with Cloud SQL). 
>
> Failed startup of context 
> com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext@1079ff{/,/ 
> base/data/home/apps/s~trewnewmedia/1.357617962256387950} 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'scadenziarioController': Injection of 
> autowired dependencies failed; nested exception is 
> org.springframework.beans.factory.BeanCreationException: Could not 
> autowire method: public void 
> it.trew.prove.web.controllers.ScadenziarioController.setScadenzaService(it. 
>
> trew.prove.services.ScadenzaService); nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'scadenzaService': Injection of autowired 
> dependencies failed; nested exception is 
> org.springframework.beans.factory.BeanCreationException: Could not 
> autowire method: public void 
> it.trew.prove.services.ScadenzaService.setSocietaService(it.trew.prove.serv 
>
> ices.SocietaService); nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'societaService': Injection of autowired 
> dependencies failed; nested exception is 
> org.springframework.beans.factory.BeanCreationException: Could not 
> autowire method: public void 
> it.trew.prove.services.SocietaService.setSocietaDao(it.trew.prove.model.dao 
> .Dao); 
> nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'dao': Injection of resource dependencies 
> failed; nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'mySessionFactory': Post-processing of the 
> FactoryBean's object failed; nested exception is 
> java.lang.SecurityException: Unable to get members for class 
> org.hibernate.impl.SessionFactoryImpl 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/hQw-IijDmisJ.
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/google-appengine?hl=en.

Reply via email to