mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Part fix for ALF-19926 Search Service does not support setting up database query options
- JMX support for optional patch checking git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -424,7 +424,7 @@
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="metdataQueryIndexesCheck" class="org.alfresco.repo.admin.patch.OptionalPatchApplicationCheckBootstrapBean">
|
||||
<bean id="metadataQueryIndexesCheck" class="org.alfresco.repo.admin.patch.OptionalPatchApplicationCheckBootstrapBean">
|
||||
<property name="patchService">
|
||||
<ref bean="PatchService" />
|
||||
</property>
|
||||
|
@@ -57,7 +57,7 @@
|
||||
<ref bean="OpenCMISDictionaryService" />
|
||||
</property>
|
||||
<property name="optionalPatchApplicationCheckBootstrapBean">
|
||||
<ref bean="metdataQueryIndexesCheck" />
|
||||
<ref bean="metadataQueryIndexesCheck" />
|
||||
</property>
|
||||
</bean>
|
||||
</beans>
|
||||
|
@@ -102,7 +102,7 @@
|
||||
<ref bean="namespaceService" />
|
||||
</property>
|
||||
<property name="optionalPatchApplicationCheckBootstrapBean">
|
||||
<ref bean="metdataQueryIndexesCheck" />
|
||||
<ref bean="metadataQueryIndexesCheck" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
@@ -110,4 +110,9 @@ public class OptionalPatchApplicationCheckBootstrapBean extends AbstractLifecycl
|
||||
{
|
||||
return patchApplied;
|
||||
}
|
||||
|
||||
public String getPatchId()
|
||||
{
|
||||
return patch.getId();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user