Foren

Liferay 6.2 & Liferay Push Plugin

thumbnail
Charalampos Chrysikopoulos, geändert vor 6 Jahren.

Liferay 6.2 & Liferay Push Plugin

Junior Member Beiträge: 79 Beitrittsdatum: 09.12.11 Neueste Beiträge
Hello,

I am using liferay 6.2 and have deployed the liferay push plugin. As described here, I want to send a push notification. I am working in a maven project. What kind of dependencies do I need to fulfil, so I can import the class PushNotificationsDeviceLocalServiceUtil?

Thank you in advance,
Harry
thumbnail
Charalampos Chrysikopoulos, geändert vor 6 Jahren.

RE: Liferay 6.2 & Liferay Push Plugin

Junior Member Beiträge: 79 Beitrittsdatum: 09.12.11 Neueste Beiträge
As a workaround I got the source of the plugin from the marketplace and included the source code of the WEB-INF/service directory in my project. That worked well.