Fórum

SQL table not created when deploying a WAR file to Liferay

Kristof Verbraeken, modificado 14 Anos atrás.

SQL table not created when deploying a WAR file to Liferay

Junior Member Postagens: 54 Data de Entrada: 25/02/09 Postagens Recentes
Hi,

I've created a JSR-268 portlet for Liferay which uses services to interact with a database. I can deploy the portlet without problems or errors, but the table defined by the services is not created!

I get no "table not found" error when I test the portlet. I get no errors at all! The table just isn't there in the database. I've found other things on the internet saying that I should use the generated "create.sql" file that the Liferay Service Builder created, but I don't see that file anywhere.

Can someone help me out?

Thanks for any response.

Kinds regards,
Sweepee
thumbnail
Nagendra Kumar Busam, modificado 14 Anos atrás.

RE: SQL table not created when deploying a WAR file to Liferay

Liferay Master Postagens: 678 Data de Entrada: 07/07/09 Postagens Recentes
I hope you can find that in ext/sql/portal-tables.sql. Even i am a newbie please correct me if i am wrong

Regards,
- Nagendra Kumar
Uday Manvar, modificado 10 Anos atrás.

RE: SQL table not created when deploying a WAR file to Liferay

New Member Postagens: 2 Data de Entrada: 31/01/13 Postagens Recentes
Try by deleting an entry from servicecomponent table. And redeploy your portlet.

delete FROM servicecomponent where buildNamespace="<your table namespace>"</your>
thumbnail
meera prince, modificado 10 Anos atrás.

RE: SQL table not created when deploying a WAR file to Liferay

Liferay Legend Postagens: 1111 Data de Entrada: 08/02/11 Postagens Recentes
HI


in the data base there is table called servicecomponent in that delete your portlet respective row,........................

Regards,
Meera Prince

http://www.liferaysavvy.com/