Monday, March 26, 2012

OldServiceComponentException: Build namespace ...

When you re build your service.xml in your portlet plugin project, sometimes you'd find this error:

Caused by: com.liferay.portal.OldServiceComponentException: Build namespace

The way to fix it is edit your service.properties and change the value of this line: build.number to the one the exception told you it should be!

and that's all, friends.