-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi
I tried to deploy resthub-spring-tutorial on AppEngine.
Since AppEngine use servlet-api 2.5 and the framworkd resthub use servlet-api 3.0, some change of your sample is required.
But, I have the following problem :
[INFO] Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.resthub.training.service.impl.TaskServiceImpl.setRepository(org.resthub.training.repository.TaskRepository); nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.resthub.training.repository.TaskRepository] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {}
Could you please help me to solve this problem in order to deploy this sample on AppEngine and test JPA with datanucleus ?
Thank you in advance for your help.
Best regards,
Franck