RE: question about using service builder

Scarletake Bwi, modified 3 Years ago. Expert Posts: 327 Join Date: 12/20/10 Recent Posts

hi 

i useing liferay 7.4

i had a problem, when i change my service.xml, rebuild-service, and deploy it. 

consule show message

 Auto upgrading PIV database to build number 15 is not supported for a production environment. Write an UpgradeStep to ensure data is upgraded correctly.

i try rebuild-service again, not help.

and i try remove both api and service project from server, and delete tables generated by service builder, and re-deploy api and service again, table not be generated.

it's really upset, can anyone help? or any suggestion?

Scarletake Bwi, modified 3 Years ago. Expert Posts: 327 Join Date: 12/20/10 Recent Posts

hay

i find the way out.

DROP TABLE <the tables>;
DELETE FROM SERVICECOMPONENT WHERE BUILDNAMESPACE = '<name space>';
DELETE FROM RELEASE_ WHERE SERVLETCONTEXTNAME = '<name space>';