掲示板

Servicer Builder into liferay 7 table is not being created

7年前 に pawan kumar によって更新されました。

Servicer Builder into liferay 7 table is not being created

New Member 投稿: 1 参加年月日: 15/04/22 最新の投稿
Hi

When I run the service builder and deploy it to liferay 7 server it shows very strange behavior,some time table gets created and some time doesn't created.
And if i do the update into service.xml and doesn't update on db and gives below error

org.osgi.framework.BundleException: Could not resolve module: parthcheck-service [624]
Unresolved requirement: Import-Package: com.parth.exa.exception

Just want to confirm as we get two directory now one is -api and other is -service so do we need to deploy both to the liferay server.

Regards,
Pawan Kumar
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Servicer Builder into liferay 7 table is not being created

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
pawan kumar:
When I run the service builder and deploy it to liferay 7 server it shows very strange behavior,some time table gets created and some time doesn't created.


ServiceBuilder does not automatically update tables. Check LPS-67688 for mitigation

pawan kumar:
org.osgi.framework.BundleException: Could not resolve module: parthcheck-service [624]
Unresolved requirement: Import-Package: com.parth.exa.exception


Which of your bundles provides this package as an export? Is it deployed? Installed? Resolved? Started?