Fórum

bean locator is null for service context

sasmita swain, modificado 11 Anos atrás.

bean locator is null for service context

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
Hi

I am working on LR6.1..i have create service builder in portlet..i have added this jar file in my ext..i am getting error like

BeanLocator is null for servlet context BankTransaction-portlet
com.liferay.portal.kernel.bean.BeanLocatorException: BeanLocator has not been set for servlet context BankTransaction-portlet
at com.liferay.portal.kernel.bean.PortletBeanLocatorUtil.locate(PortletBeanLocatorUtil.java:42)

how to solve this issue?

Thanks

Sasmita
Tarkan Corak, modificado 11 Anos atrás.

RE: bean locator is null for service context

Regular Member Postagens: 141 Data de Entrada: 07/10/08 Postagens Recentes
HI Sasmita,

where did you store the generated service jar file? If "ext" means, that you store it in your ext plugin, you should remove it from the WEB-INF/lib directory of your portlet webapp.

Tarkan