Foros de discusión

WebContent advanced search enhancement problem

thumbnail
Rajesh Chaurasia, modificado hace 12 años.

WebContent advanced search enhancement problem

Regular Member Mensajes: 183 Fecha de incorporación: 18/08/11 Mensajes recientes
Hi

I need to extend the advance search for web content in liferay.I added new fields / drop down in the advance search using whcih I needed to implement search of web content.

I have modified the service/persistence layer classes like :
JournalArticleLocalService.java,JournalArticleLocalServiceUtil.java,JournalArticleLocalServiceImpl.java,JournalArticleFinderImpl.java,JournalArticleFinder.java,

My search works well based on newly introduced controls but this has stopped my web content from getting approved when I use the workflow capabilities of liferay using Kaleo.

I get exception that says :
HibernateORMException(in BasePersistenceImpl.java) when I try to approve the web content using My Workflow Tasks.

Please suggest some solution.