Fórum

How to access module service in portlets.

Thirumal Reddy, modificado 7 Anos atrás.

How to access module service in portlets.

Regular Member Postagens: 216 Data de Entrada: 03/12/15 Postagens Recentes
Hi all,
I want to access modules services in portlets(migrated from 6.2).
how can i acheive this.?
please help me.

regards,
Thirumal.
Thirumal Reddy, modificado 7 Anos atrás.

RE: How to access module service in portlets.

Regular Member Postagens: 216 Data de Entrada: 03/12/15 Postagens Recentes
Hi,
I want to access portlets(migrated from 6.2) services in modules
how can i acheive this.?

regards,
Thirumal.
thumbnail
Juan Gonzalez, modificado 7 Anos atrás.

RE: How to access module service in portlets.

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
Thirumal Reddy, modificado 7 Anos atrás.

RE: How to access module service in portlets.

Regular Member Postagens: 216 Data de Entrada: 03/12/15 Postagens Recentes
Hi Juan,
Thanks for your replay,

for accessing service builder module services in portlet can i place api and service jar files in tomcat/lib/ext.?
i did one poc it worked for me.
just clarify me is it correct process or not.?
if not, please point me in a right direction.

regards,
Thirumal.
thumbnail
Juan Gonzalez, modificado 7 Anos atrás.

RE: How to access module service in portlets.

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
Thirumal Reddy:

for accessing service builder module services in portlet can i place api and service jar files in tomcat/lib/ext.?
i did one poc it worked for me.
just clarify me is it correct process or not.?

If you created a module for those services, that won't be the right approach, as modules can be available, or not. If your service module isn't available, your portlet won't be available if that @Reference isn't available too.

Thirumal Reddy:

if not, please point me in a right direction.


Already did pointing to the documentation.

If you have any specific doubt just ask here.

Thanks.
Thirumal Reddy, modificado 7 Anos atrás.

RE: How to access module service in portlets.

Regular Member Postagens: 216 Data de Entrada: 03/12/15 Postagens Recentes
Ok Thanks Juan,
If you have any idea regarding this post,

please give some suggestions.