-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When I use GORM mongo standalone,I removed HibernateDatastore from build.gradle dependencies as user guide suggested.
In SelfieGrailsPlugin.groovy source code
void doWithApplicationContext() {
HibernateDatastore datastore = applicationContext.getBean(HibernateDatastore)
applicationContext.addApplicationListener(new PersistenceEventListener(datastore))
// grailsApplication.mainContext.eventTriggeringInterceptor.datastores.each { k, datastore ->
// applicationContext.addApplicationListener new PersistenceEventListener(datastore)
// }
}will throw exception because of no HibernateDatastore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels