Hardy Ferentschik, you're point about Integrator is correct. If Search registers it as an OSGi service, ORM should pick it up. See hibernate-envers/src/main/resources/OSGI-INF for an example of how to do this with a Blueprint XML file. Alternatively, you can register it programmatically.
|