Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartabatch-dev] EE 10 Platform TCK + Jakarta Batch TCK testing...

As per vehicle.properties#L264 [1], the Platform TCK currently runs the Batch Transaction tests with Servlet, JSP + EJB test vehicles [2]. 

I had hoped that for EE 10, the Platform TCK would be able to switch to use Maven + Arquillian in a way to handle [2] but that seems likely to not make it into the Jakarta EE 10 Platform TCK.

Question, for EE 10, how should EE implementations verify that Batch works with their Web + EJB containers as per [3] requirements (Batch has a `yes` in table 2 for Web + EJB)?

Should we keep the current Batch tests in the Platform TCK for EE 10 to validate the [3] requirements for Batch?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/install/jakartaee/other/vehicle.properties#L264
[2] "com/ibm/jbatch/tck/tests = web ejb"
[3] https://jakarta.ee/specifications/platform/9.1/jakarta-platform-spec-9.1.html#a2161


Back to the top