service.xml
s as <service-builder package-path="com.liferay.portlet.documentlibrary">
and LocalService
classes generated for different portlet in different packages like:
Test01
: com.prakash.test.one.Test01LocalServiceTest02
: com.prakash.test.two.Test02LocalServiceTest03
: com.prakash.test.three.Test03LocalServiceAny help would be appreciated.
Thanks
I found one solution looking at the source code of Liferay. It would require Liferay IDE.
service.xml
in there respective packages like com/prakash/test/one/service.xml
, com/prakash/test/two/service.xml
etc. service.xml
individually.service.xml
in Liferay IDE. Then clicking the top-right corner icon to build the service or using shortcut Ctrl+Shift+B.*service.jar
for the project in WEB-INF/lib/
as usual.Hope this helps somebody.