Forums de discussion

Unresolved requirement:com.liferay.login.web.portlet.util_ in liferay 7

lokesh gorrela, modifié il y a 7 années.

Unresolved requirement:com.liferay.login.web.portlet.util_ in liferay 7

Regular Member Publications: 173 Date d'inscription: 09/03/16 Publications récentes
Hi guys
I overriden CreateAccountMVCActionCommand.java in login-web module from liferay 7.0.1 GA2 portal code. I get below exception Anyone knows about this please give replay.
See the location of file in portal code:
D:\liferay7dbupgradation\portal\modules\apps\foundation\login\login-web\src\main\java\com\liferay\login\web\portlet\action\ CreateAccountMVCActionCommand.java

Error:
org.osgi.framework.BundleException: Could not resolve module: createaccoun.ext [1213]_ Unresolved requirement: Import-Package: com.liferay.login.web.portlet.util_

Thanks
With Regards
Lokesh
thumbnail
Juan Gonzalez, modifié il y a 7 années.

RE: Unresolved requirement:com.liferay.login.web.portlet.util_ in liferay

Liferay Legend Publications: 3089 Date d'inscription: 28/10/08 Publications récentes
David already answered you to that question here:

https://web.liferay.com/community/forums/-/message_boards/message/77963441.

That package isn't exported so it can't be imported. Probably you have to copy that code on your project, or think on other way.

Let's continue there, blocking this thread.