Hey, thanks for tutorial, it is very clear and helpful. My little problem:
I was following the tutorial to test my REST services in my project. I used the BaseEntityService as a base for my services. When I was testing them, the micro deployment failed with error:
WELD-001408 Unsatisfied dependencies for type [EntityManager] with qualifiers [@Default] at injection point [[field] @Inject private on a field entityManager in the class BaseEntityService.
I managed to get rid of this error with changing the @Injection annotation over that field with @PersistenceContext annotation. But honestly do know why it is so :) Anyone can clear this for me ?
On Sunday, March 17th, An unregistered user said:
Hey, thanks for tutorial, it is very clear and helpful. My little problem:
I was following the tutorial to test my REST services in my project. I used the BaseEntityService as a base for my services. When I was testing them, the micro deployment failed with error:
WELD-001408 Unsatisfied dependencies for type [EntityManager] with qualifiers [@Default] at injection point [[field] @Inject private on a field entityManager in the class BaseEntityService.
I managed to get rid of this error with changing the @Injection annotation over that field with @PersistenceContext annotation. But honestly do know why it is so :) Anyone can clear this for me ?