Foros de discusión

Service Builder 4.4 Disable auto creation of tables

Raj Kumar Kulasekaran, modificado hace 11 años.

Service Builder 4.4 Disable auto creation of tables

New Member Mensajes: 17 Fecha de incorporación: 19/04/12 Mensajes recientes
How can we disable auto creation/up-gradation of tables in service builder 4.4
Due to this feature could not use service builder on existing tables

Tried build.auto.upgrade=false - portlet level and schema.run.enabled=false - portal level both doesn't work.


Please suggest

Thanks in advance
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Service Builder 4.4 Disable auto creation of tables (Respuesta)

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
The tables will only get created if they do not yet exist.

So you can easily bind SB entities to your existing tables w/o problem.

SB generated code does not automatically update the tables at all (in any release), so again there is no issue here.
Raj Kumar Kulasekaran, modificado hace 11 años.

RE: Service Builder 4.4 Disable auto creation of tables

New Member Mensajes: 17 Fecha de incorporación: 19/04/12 Mensajes recientes
Thanks for the reply

How about upgrades?
Because when there was a column existing in the table, was removed from service.xml, while deploying the portlet service builder landed up in deleting that column from the table which led to adverse effects.

Please correct if I am wrong.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Service Builder 4.4 Disable auto creation of tables

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
I think you're wrong, but you're so out of date it is difficult to know for sure...

The latest versions of Liferay's Service Builder do absolutely nothing to the underlying database as you change the service.xml definitions.
Raj Kumar Kulasekaran, modificado hace 11 años.

RE: Service Builder 4.4 Disable auto creation of tables

New Member Mensajes: 17 Fecha de incorporación: 19/04/12 Mensajes recientes
Is there any way to stop auto upgrading in 4.4?

Tried with different options but no success in disabling auto upgrading.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Service Builder 4.4 Disable auto creation of tables

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Again, you're so out of date I don't know. You'll have to grab the source for liferay-portal from sourceforge and tear into it, unless there's someone else on the forum that is currently working w/ 4.4 that knows...