Fórum

Not able to find the com.liferay.portlet.imagegallery.model packge in 6.2

thumbnail
Sachin Aware, modificado 10 Anos atrás.

Not able to find the com.liferay.portlet.imagegallery.model packge in 6.2

New Member Postagens: 23 Data de Entrada: 19/07/12 Postagens Recentes
Hi,

I am migrating the portlet from liferay 6.0 to 6.2. In 6.0 following classes are used but when I am using these classes in liferay 6.2 I ma getting class not found error.
com.liferay.portlet.imagegallery.model.IGImageSoap

I have added the portal-service jar in build class path but still getting the error.


Thanks,
Sachin
thumbnail
Juan Gonzalez, modificado 10 Anos atrás.

RE: Not able to find the com.liferay.portlet.imagegallery.model packge in 6

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
Hi Sachin,

I guess it was removed and now everything goes into documentlibrary package.
thumbnail
Harish Kumar, modificado 10 Anos atrás.

RE: Not able to find the com.liferay.portlet.imagegallery.model packge in 6

Expert Postagens: 483 Data de Entrada: 31/07/10 Postagens Recentes
Document Library and Image Gallery merged into Document and Media portlet.
thumbnail
Sachin Aware, modificado 10 Anos atrás.

RE: Not able to find the com.liferay.portlet.imagegallery.model packge in 6

New Member Postagens: 23 Data de Entrada: 19/07/12 Postagens Recentes
Thanks guys..