I am getting the following error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name \'org.springframework.transaction.interc
Well I usually place the persistence.xml in a resources folder /src/main/resouces/META-INF/persistence.xml because I do remember problems in the build not copying the resources to the output-directory.
I just had a look at our configuration and it looks a little different:
classpath*:META-INF/persistence.xml
${cweb.database.dialect}
${cweb.database.generate}
${cwb.home}/indexes
de.cware.cweb.jpa.QuotingNamingStrategy
Hope this helps :-)
Chris