You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: