我正在尝试测试来自 git-hub 的示例 drool portlet,并开始学习如何使用集成在 Liferay 中的 Drools portlet。
我正在使用 Liferay 6.1、Tomcat 7。
我的代码有错误,无法识别这个库..
<%@ page import="com.liferay.portal.kernel.util.ClassResolverUtil" %>
我多次更改此行以避免使用此导入..
MethodKey methodKey = new MethodKey(ClassResolverUtil.resolveByPortalClassLoader("com.liferay.portal.security.permission.ResourceActionsUtil"), "getModelResource", PageContext.class, String.class);
但我总是得到同样的错误:
generator-rules-portlet-6.1.20.1.war
不支持此版本的 Liferay。
我能做些什么来解决这个错误?
先感谢您。