我正在运行我的应用程序
在Eclipse OpenJ9 VM版本11.0.3+7上打开自由19.0.0.7/wlp-1.0.30.cl190720190711-1115
即使我添加了<feature>batchManagement-1.0</feature>,批处理也不起作用。根据OL的文档-这个功能应该是可用的。
我的特征列表:
<featureManager>
<feature>cdi-2.0</feature>
<feature>ejbLite-3.2</feature>
<feature>jpa-2.2</feature>
<feature>jaxrsClient-2.1</feature>
<feature>jsonb-1.0</feature>
<feature>appSecurity-3.0</feature>
<feature>batchManagement-1.0</feature>
</featureManager>我在OL开始时遇到的错误:
错误CWWKF0001E:无法找到批管理-1.0的特性定义
如有任何帮助,我们将不胜感激:)
发布于 2019-09-09 10:36:21
在19.0.0.8中增加了批管理。请升级。确保使用包含所有内容的zip,而不是Java或Web配置文件压缩。
https://stackoverflow.com/questions/57850105
复制相似问题