标签:修改 数据 tomcat nts 执行 ons 也会 which 结构
启动tomcat时,console报错:
com.liferay.portal.OldServiceComponentException: Build namespace IEVENTS has build number 444 which is newer than 438.
这是因为每次build service时,会在service.properties文件中修改build.number,这个number会随着build service次数的增加而增加。
因此修改方法为,找到对应的service.properties 文件,将build.number 改大一些。问题解决。
也会去执行service.xml文件,将其中的更改映射到数据库。
liferay修改service.xml 中表结构后,数据库中表不发生改变
标签:修改 数据 tomcat nts 执行 ons 也会 which 结构
原文地址:http://www.cnblogs.com/yunyunde/p/7000192.html