And you remembered to use <context:component-scan .. > and <bean id="foo" class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/> .. ?
Type: Posts; User: hkarapuu; Keyword(s):
And you remembered to use <context:component-scan .. > and <bean id="foo" class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/> .. ?
In EJB3, a Container Managed EntityManager with 'EXTENDED' scope gets closed when the @Remove -annotated field of the stateful session bean is called.
The (normally excellent) Spring documentation...