You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the plugin uses another plugin (grails-hibernate-hijacker) to intercept some hibernate events. But it seem to capture events fired only on the DEFAULT data source.
Maybe some configuration is needed.
Debugging I've realized that while working with this domain instances only the "flush" event gets captured.
The text was updated successfully, but these errors were encountered:
I'm trying to apply the plugin multi-tenant-single-db (http://grails.org/plugin/multi-tenant-single-db) on some domain classes that are configured to use a secondary datasource (http://grails.org/doc/2.2.4/guide/conf.html#multipleDatasources). The Tenant class and the filtered classes are persisted on this datasource but the hibernate filters are not working.
I understand that the plugin uses another plugin (grails-hibernate-hijacker) to intercept some hibernate events. But it seem to capture events fired only on the DEFAULT data source.
Maybe some configuration is needed.
Debugging I've realized that while working with this domain instances only the "flush" event gets captured.
The text was updated successfully, but these errors were encountered: