Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartabatch-dev] Platform TCK requirements for Batch TCK...

According to the Jakarta EE 9.1 Platform SPEC [1], Jakarta Batch API can be used from Web + Enterprise Beans.  The Platform TCK vehicles.properties [2] also mentions "com/ibm/jbatch/tck/tests = web ejb"

It looks like we need to run Batch transaction tests against Servlet + EJB containers as per the [2] vehicle.properties settings.  In theory, Web could include JSP/JSTL tests as well but JSPJSTL tests are not required for Batch.

Scott

[1] https://jakarta.ee/specifications/platform/9.1/jakarta-platform-spec-9.1.html#a2161
[2] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/install/jakartaee/other/vehicle.properties#L264
[3] https://ci.eclipse.org/jakartaee-tck/job/9.1/job/eftl-jakartaeetck-run-910/lastCompletedBuild/testReport/com.ibm.jbatch.tck.tests.ee/TransactionTests/


Back to the top