multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

Add flag to disable the loading of the plugin #26

Open scryan7371 opened 11 years ago

scryan7371 commented 11 years ago

When doing multi threaded integration testing or remote service testing there is no way to login in remotely to load the proper data into the plugin. We need the plugin libraries to compile our code however the tests are failing. It would be good to add a flag that could be set in the config for various environments to allow us to turn off the plugin during testing. That would keep us from having to set up a multi tenant environment during development and automated testing.