Rather than loading a custom MassIndexerFactory by classname we could refactor the MassIndexerFactory to be a Service. This would prevent needing to access the Configuration Properties.
The catch: we need to figure out how Hibernate OGM can then still replace the default factory automatically as it's now injecting the property.
|