My webapp (Spring3 + Hibernate3) always worked with services class-annotated with @Transactional and this configuration:
<tx:annotation-driven transaction-manager="transactionManager" />
...
Type: Posts; User: fabio.bozzo; Keyword(s):
My webapp (Spring3 + Hibernate3) always worked with services class-annotated with @Transactional and this configuration:
<tx:annotation-driven transaction-manager="transactionManager" />
...
I am using Google Cloud SQL. It is a MySQL hosted by Google, and my db configuration worked since the beginning of my project! :mad:
Now it looks like I am missing some dependency, so I paste...
Does anybody recognize this error?
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'mySessionFactory': Post-processing of the
FactoryBean's object...