Skip to content

Instantly share code, notes, and snippets.

@arthurtsang
Last active December 15, 2015 08:49
Show Gist options
  • Save arthurtsang/5233622 to your computer and use it in GitHub Desktop.
Save arthurtsang/5233622 to your computer and use it in GitHub Desktop.
osgi managed properties
<bean id ="indexConfigMgr" class="...index.manager.impl.ElasticSearchIndexConfigManagerImpl" depends-on="indexTemplate">
<property name="esClient" ref="esClient" />
<osgix:managed-properties persistent-id="...elasticsearch.index" update-method="updateConfig"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment