简体   繁体   English

无法找到Open Liberty 19.0.0.7 batchManagement-1.0功能

[英]Open Liberty 19.0.0.7 batchManagement-1.0 feature cannot be found

I am running my app on 我正在运行我的应用程序

Open Liberty 19.0.0.7/wlp-1.0.30.cl190720190711-1115 on Eclipse OpenJ9 VM, version 11.0.3+7 在Eclipse OpenJ9 VM上打开Liberty 19.0.0.7/wlp-1.0.30.cl190720190711-1115,版本11.0.3 + 7

And even though I added <feature>batchManagement-1.0</feature> , batch stuff does not work. 即使我添加了<feature>batchManagement-1.0</feature> ,批处理内容也不起作用。 According to OL docs - this feature should be available. 根据OL文档 - 此功能应该可用。

My features list: 我的功能列表:

 <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>

The error I am getting on OL start: 我在OL上遇到的错误开始:

[ERROR ] CWWKF0001E: A feature definition could not be found for batchmanagement-1.0 [错误] CWWKF0001E:找不到batchmanagement-1.0的功能定义

Any help is appreciated :) 任何帮助表示赞赏:)

Batch Management was added in 19.0.0.8. 批次管理在19.0.0.8中添加。 Please upgrade. 请升级。 Make sure you use the zip that contains everything, not the Java EE or Web Profile zips. 确保使用包含所有内容的zip,而不是Java EE或Web Profile zips。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM