Foros de discusión

customize source finderImp in liferay 6.0.x

thumbnail
KK rajput, modificado hace 12 años.

customize source finderImp in liferay 6.0.x

Expert Mensajes: 266 Fecha de incorporación: 10/04/08 Mensajes recientes
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 ???