Search Results

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" /> …
0
votes

Drools Flow Persistence with MySQL (jpa, hibernate)

It looks like you have to configure your Datasource as XA. Here you have an example <datasources> <xa-datasource> <jndi-name>jdbc/my_ds</jndi-name> …