留言板

Migration tool for liferay 7 and service builder issue

thumbnail
Manali Bhavsar,修改在7 年前。

Migration tool for liferay 7 and service builder issue

New Member 帖子: 3 加入日期: 15-2-13 最近的帖子
Hello,

I am trying to migrate a service builder portlet using liferay migration tool available in Liferay IDE 3.1 (Decemeber release) using
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/adapting-to-liferay-7s-api-with-the-code-upgrade-tool

I have 1 service builder with remote service enabled true.

When I build the service for one of the service builder portlet(step 5), it migrates everything but i have issues here.

In EntityService Method, It adds AccessControl For Following package. (com.liferay.portal.security.ac.AccessControlled)
Liferay 7 has migrated that to (com.liferay.portal.kernel.security.access.control.AccessControlled)

When i manually remove old package & Again build service it keeps adding old package name.
Is it open issue? Need help to fix this.

Thanks,
Manali Bhavsar
thumbnail
David H Nebinger,修改在7 年前。

RE: Migration tool for liferay 7 and service builder issue

Liferay Legend 帖子: 14915 加入日期: 06-9-2 最近的帖子
3.1 Milestone 2 is out now. Switch to that version and try again.