Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy resthub-spring-tutorial on appengine ? #1

Open
franck-serot opened this issue Aug 5, 2013 · 0 comments
Open

How to deploy resthub-spring-tutorial on appengine ? #1

franck-serot opened this issue Aug 5, 2013 · 0 comments

Comments

@franck-serot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant