I was looking at your example from this tutorial: http://www.baeldung.com/2011/12/26/transaction-configuration-with-jpa-and-spring-3-1/
I would like to know if there is a way to use the same PersistenceJPAConfig with different datasources.
Is there some way using inheritance?