1
vote
Spring DaoSupport and @PersistanceContext EntityManager?
For injecting the EntityManager you just need to add the next definition
<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
…
