Fórumok

Issue in Ext deployment

shruti pandey, módosítva 9 év-val korábban

Issue in Ext deployment

New Member Bejegyzések: 14 Csatlakozás dátuma: 2013.09.16. Legújabb bejegyzések
Hi,

I am using liferay-6.1.0-ce-ga1.

I was facing issue in message board. When any user tries to "Post new thread" and publish , it was giving nullPointerException.

I found this issue.

I have made an ext and added null check in BaseAssetEntryValidator.java, as mentioned in the link.

When I am trying to deploy this ext, it gives following warning message and ext is not deployed:

12:48:41,641 INFO [PluginPackageUtil:1099] Reading plugin package for test-ext
12:48:41,642 WARN [PluginPackageUtil:1058] Plugin package on context test-ext cannot be tracked because this WAR does not contain a liferay-plugin-package.xml file

I have referred this thread.

My liferay-plugin-package.properties has following content:

name=Test
module-group-id=liferay
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.liferay.com
author=Liferay, Inc.
licenses=LGPL

I tried on vanilla instance as well, same warning comes up and ext is not deployed. Although hooks and portlets are deploying successfully.

Any Suggestions will be of great help.
Thanks.