Foros de discusión

Servicer Builder into liferay 7 table is not being created

pawan kumar, modificado hace 7 años.

Servicer Builder into liferay 7 table is not being created

New Member Mensaje: 1 Fecha de incorporación: 22/04/15 Mensajes recientes
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, modificado hace 7 años.

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

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
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?