We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transactionManager
DataSource
Bean transactionManager should be configured in Hibernate plugin, because GORM use its own grails.gorm.transactions.Transactional.
Hibernate
grails.gorm.transactions.Transactional
The text was updated successfully, but these errors were encountered:
b535af3
HibernateGormAutoConfiguration
Set order to HibernateGormAutoConfiguration and add bean `transacti…
13227a2
…onManager` Related to graceframework/grace-framework#816 Closes gh-51
rainboyan
No branches or pull requests
Bean
transactionManager
should be configured inHibernate
plugin, because GORM use its owngrails.gorm.transactions.Transactional
.The text was updated successfully, but these errors were encountered: