Liferay
不熄的风
这个作者很懒,什么都没留下…
展开
-
Liferay工程调用RoleLocalServiceUtil方法报no hibernate session bound to Thread 异常的解决方法
这两天遇到了一个问题。在Liferay工程里根据companyId和name获取角色的时候,调用RoleLocalServiceUtil的getRole()方法。代码在执行到底层的时候,在sessionFactory.getCurrentSession()的时候会报hibernate异常:“No hibernate session bound to Thread.....”。搜了网上各种方法,各种原创 2013-08-22 11:39:48 · 710 阅读 · 0 评论 -
重写liferay配置文件
Liferay的属性文件跟其他的产品不一样,liferay默认的属性文件 portal.properties 保存在WEB-INF/lib目录下的portal-impl.jar文件中。使用文件portal-ext.properties或者portal-setup-wizard.properties(使用安装向导安装liferay portal时)来覆盖默认的属性配置。原创 2013-09-01 23:41:05 · 790 阅读 · 0 评论 -
使用Apache Lucene索引集群做负载均衡无法获得正确的HTTP端口
When using apache to do load balancing, if the first request is redirected by apache, it is unable to get correct http port cause it is not using http connector.Add property "portal.instance.http.po翻译 2013-09-02 00:08:46 · 1010 阅读 · 0 评论 -
Schema
Set this to true to automatically create tables and populate with default data if the database is empty.schema.run.enabled=trueSet this to to true to populate with the minimal amount of data. S转载 2013-09-02 00:13:11 · 590 阅读 · 0 评论 -
Verify
Input a list of comma delimited class names that implement com.liferay.portal.integrity.VerifyProcess. These classes will run on startup to verify and fix any integrity problems found in the databas转载 2013-09-02 00:33:10 · 796 阅读 · 0 评论 -
liferay 热部署、自动部署
一、热部署在不停止应用的情况下,发布liferay的plugins。需要应用服务器本身支持(如weblogic。tomcat本身是不支持热部署的)。特别的:如果是采用liferay hook开发的话,热部署没效果。因为liferay的jsp hook覆盖是依赖于应用服务器:1.发布已经解压的portal war包。2.在运行时加载修改后的jsp页面。采用“生产”或者“领域”模式发布的应用是翻译 2015-02-05 11:38:18 · 1087 阅读 · 0 评论