Closed abu-zamzan closed 6 years ago
Ok I was able to resolve the issue by copying the i18n folder content/Language* with all files inside of the gsearch-query-impl project within src/main/java/resources folder and it seems that it recognize the right files within the right class path.
This is weird
But now I still have another problem there is a double rendering problem inside of Liferay DXP 7.1.10. It seems that the render function is called twice when I do a debug :
Hi,
Please see my comment in https://github.com/peerkar/liferay-gsearch/issues/7.
The upgrade for 7.1 is on its way.
Greetings!
I was able to port the 4 main modules so that it runs inside of the latest Liferay 7.1.
However I get this error message concerning the resource bündle for i18n.
This seems to happen inside of gsearch-query-impl -> ConfigurationHelperImpl.java -> at https://github.com/peerkar/liferay-gsearch/blob/master/gsearch-core-impl/src/main/java/fi/soveltia/liferay/gsearch/core/impl/configuration/ConfigurationHelperImpl.java#L125
which is triggered in the Stack by -> https://github.com/peerkar/liferay-gsearch/blob/master/gsearch-web/src/main/java/fi/soveltia/liferay/gsearch/web/portlet/action/ViewMVCRenderCommand.java#L98