需要更新到Struts 2.3.12(以及所有依赖项)。 现在我无法使REST接口工作。由于控制器位于外部jar文件中。
在struts2的早期版本中,在struts.properties中设置了以下常量:
struts.convention.action.includeJars = .*/myJar-Rest(.*)?.jar(!/)?
工作正常。
现在,我无法让其余的插件工作。它无法加载外部jar中的操作。这是在类路径中。
启动时输出:
2013-03-24 00:18:23,957 [org.apache.struts2.convention.PackageBasedActionConfigBuilder]
WARN - <The includeJars pattern [.*/myJar-Rest(.*)?.jar(!/)?] did not match any
jars in the classpath>
有人可以帮帮我吗?