You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Andrew Cottrell <an...@gmail.com> on 2015/11/14 10:16:12 UTC

org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService has incorrect updated reference

org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService
has an @Reference annotation that specifies
updated="updateSolrServerConfigurationProvider", but there is no such
method. There is a method named
"updatedSolrServerConfigurationProvider".

Re: org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService has incorrect updated reference

Posted by Tommaso Teofili <to...@gmail.com>.
thanks Andrew, I'll fix this too :)
Regards,
Tommaso

Il giorno sab 14 nov 2015 alle ore 10:16 Andrew Cottrell <
andrew.p.cottrell@gmail.com> ha scritto:

> org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService
> has an @Reference annotation that specifies
> updated="updateSolrServerConfigurationProvider", but there is no such
> method. There is a method named
> "updatedSolrServerConfigurationProvider".
>