Foros de discusión

External Database with service builder into liferay 7

pawan kumar, modificado hace 7 años.

External Database with service builder into liferay 7

New Member Mensajes: 14 Fecha de incorporación: 7/02/13 Mensajes recientes
How we can connect external database through the service builder into liferay 7

Regards,
Pawan
thumbnail
Samuel Kong, modificado hace 7 años.

RE: External Database with service builder into liferay 7

Liferay Legend Mensajes: 1902 Fecha de incorporación: 10/03/08 Mensajes recientes
Take a look at liferay-service-builder_7_0_0.dtd. The 'entity' element has a 'data-source' attribute which you can use to specify a custom data source.
pawan kumar, modificado hace 7 años.

RE: External Database with service builder into liferay 7

New Member Mensajes: 14 Fecha de incorporación: 7/02/13 Mensajes recientes
Thanks for quick reply.

Do you have any sample project and share it..
I would be more happy to get the help.
Regards
thumbnail
David H Nebinger, modificado hace 7 años.

RE: External Database with service builder into liferay 7

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
pawan kumar, modificado hace 7 años.

RE: External Database with service builder into liferay 7

New Member Mensajes: 14 Fecha de incorporación: 7/02/13 Mensajes recientes
Thanks David.

Could you please tell the step how could I import this project into Eclipse.
I tried to do that by liferay module project but throws Exception.

Regards,
Pawan Kumar
thumbnail
Samuel Kong, modificado hace 7 años.

RE: External Database with service builder into liferay 7

Liferay Legend Mensajes: 1902 Fecha de incorporación: 10/03/08 Mensajes recientes
Take a look at sample-service-builder-portlet. The custom data-source is commented out, but the code is there.