Hi, On Mon, Mar 10, 2014 at 11:00 AM, Chetan Mehrotra <[email protected]> wrote: > Looking for some guidance on how to support bit more complex > configuration like using different DataStore and providing config to > those DataStore?
Do we need such complex configurations in oak-run? That jar was never intended or designed as a production-ready deployment mechanism, an OSGi container or some other managed runtime would be much better for such cases. The only place I can see where complex configuration in oak-run would be needed is the benchmark feature, but the RepositoryFixture mechanism should already cover that use case. BR, Jukka Zitting
