掲示板

customize source finderImp in liferay 6.0.x

thumbnail
12年前 に KK rajput によって更新されました。

customize source finderImp in liferay 6.0.x

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
Hi friends,
currently I wanted to customize existing FinderImpl of a entity but I am getting issue related to open and closing of session. What I have done is in ext-spring.xml added code
<bean id="com.liferay.portlet.journal.service.persistence.JournalArticleFinder" class="com.liferay.portlet.journal.service.persistence.JournalArticleFinderImpl2" parent="basePersistence" />
when I am calling any method related to it now I am getting null pointer exception.

any suggestion ???