Foren

Servicer Builder into liferay 7 table is not being created

pawan kumar, geändert vor 7 Jahren.

Servicer Builder into liferay 7 table is not being created

New Member Beitrag: 1 Beitrittsdatum: 22.04.15 Neueste Beiträge
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
Olaf Kock, geändert vor 7 Jahren.

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

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
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?