Java WebSphere Liberty概要文件:批处理容器不可用

Java WebSphere Liberty概要文件:批处理容器不可用,java,websphere-liberty,Java,Websphere Liberty,尝试从servlet启动批处理作业时收到以下错误: javax.batch.operations.BatchRuntimeException:批处理容器不可用。 位于javax.batch.runtime.BatchRuntime.getJobOperator(BatchRuntime.java:63) 启用以下功能: <!-- Enable features --> <featureManager onError="FAIL"> <feature>l

尝试从servlet启动批处理作业时收到以下错误:

javax.batch.operations.BatchRuntimeException:批处理容器不可用。 位于javax.batch.runtime.BatchRuntime.getJobOperator(BatchRuntime.java:63)

启用以下功能:

<!-- Enable features -->
<featureManager onError="FAIL">
    <feature>localConnector-1.0</feature>
    <feature>managedBatch-1.0</feature>
    <feature>ejbLite-3.2</feature>
    <feature>collectiveController-1.0</feature>
    <feature>javaBatch-1.0</feature>
    <feature>jdbc-4.0</feature>
</featureManager>

localConnector-1.0
managedBatch-1.0
ejbLite-3.2
collectiveController-1.0
javaBatch-1.0
jdbc-4.0
有什么想法吗? 谢谢
Tim

我缺少正确配置的批处理持久性接口。启动序列中没有任何问题,因此很难调试。有关详细信息,请参见

您正在运行的Liberty版本?对于批处理支持,您需要最新的测试版和扩展内容。是的,这就是我的测试版:wlp-beta-runtime-2014.10.0.0和wlp-beta-extended-2014.10.0.0我不是批处理专家,但这可能是一个bug。尝试在wasdev论坛上发布:谢谢。我会试试看。问题在以下网址重新提出: