-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE GA1, 6.2.10 EE GA1, 7.0.0 M3
-
Fix Version/s: 6.2.2 CE GA3 , 6.2.X EE, 7.0.0 M1
-
Component/s: Dev Tools, Dev Tools > Plugins SDK
-
Labels:
- liferay-fixpack-asset-framework-12-6210
- liferay-fixpack-business-productivity-4-6210
- liferay-fixpack-collaboration-15-6210
- liferay-fixpack-development-8-6210
- liferay-fixpack-document-management-13-6210
- liferay-fixpack-dynamic-data-lists-12-6210
- liferay-fixpack-misc-7-6210
- liferay-fixpack-platform-29-6210
- liferay-fixpack-social-networking-6-6210
- liferay-fixpack-wcm-core-19-6210
- liferay-fixpack-web-content-14-6210
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:16
-
Git Pull Request:
I tried to ovverride JournalArticleLocalService by hook as indicated in
https://www.liferay.com/it/documentation/liferay-portal/6.2/development/-/ai/override-a-portal-service-with-hook-liferay-portal-6-2-dev-guide-en
After deployed the hook, JournalArticle is not indexed.
My configuration hook is :
<service>
<service-type>
com.liferay.portlet.journal.service.JournalArticleLocalService
</service-type>
<service-impl>
it.test.liferay.portlet.journal.model.TestJournalArticleLocalServiceImpl
</service-impl>
</service>
and I tried with an empty class wrapper:
public class TestJournalArticleLocalServiceImpl extends JournalArticleLocalServiceWrapper {
public TestJournalArticleLocalServiceImpl(
JournalArticleLocalService journalArticleLocalService)
}
- relates
-
LPS-48222 Hook service fails to report its real class type which leads to annotation locating failure, this breaks all annotation based aop advices
- Closed
-
LPE-12505 Overriding a Portal Service with a hook prevents indexing
-
- Closed
-
-
LPS-50973 Web content not being indexed after deploying notifications portlet
- Closed