Fórum

WSRP and IPC (events)

Mario Felarca, modificado 11 Anos atrás.

WSRP and IPC (events)

New Member Postagens: 2 Data de Entrada: 30/01/13 Postagens Recentes
Hello all,

I have successfully deployed liferay and have used IPC events to communicate between two portlets that I have created.

Looking at the WSRP specification, shouldn't this also be possible between portlets that have been consumed via WSRP?

To test this, locally, without even involving another liferay container, I expose my event generating portlet as a WSRP producer. I kept my event processing portlet local (non-WSRP), and tried to test things out.

From a simple setup such as that, I cannot seem to get the events to either generate or be received. I have looked fairly extensively online, including these forums, and have not really found many discussions or examples around this specific case.

I am not sure if I have just missed some configuration to allow this case to work correctly, or if there is something else that I need to implement in order to get the events flowing.

Any thoughts and guidance would be greatly appreciated.

Thanks in advance.
Mario Felarca, modificado 11 Anos atrás.

RE: WSRP and IPC (events)

New Member Postagens: 2 Data de Entrada: 30/01/13 Postagens Recentes
To add some further details to this, I am using the Liferay 6.1.1 CE GA2 Tomcat distribution.

Thanks!