Scott Marlow
Scott Marlow
From JPA 2.1 specification: "7.7 Application-managed Persistence Contexts When an application-managed entity manager is used, the application interacts directly with the persistence provider's entity manager factory to manage the entity...
> @scottmarlow what do you think? > implementations using/relying on Activation spec are not able to use it as a replacement of the API jar produced by the Jakarta Activation...
> and collection of APIs published at https://jakarta.ee/specifications/activation/2.1/apidocs defines the module, and the lookup itself in https://jakarta.ee/specifications/activation/2.1/apidocs/jakarta.activation/jakarta/activation/spi/package-summary.html > > I really don't think there is an option for the custom...
Should we discuss ^ on the Platform mailing list to get wider input on the asked questions? IMO it would be good to include the possible options. IMO, I think...
> @scottmarlow Unfortunately, merely excluding the one test does not resolve the challenge. The entire TCK cannot currently be executed unless the API jar being tested contains a module-info. It...
https://github.com/jakartaee/platform-tck/pull/1202 contains the Standalone tests but does not yet deal with EE tests. The EE tests can likely be dealt with separately.
The 522 failing TCK tests are shown in the attached [jtrfiles.zip](https://github.com/jakartaee/persistence/files/11216356/jtrfiles.zip) although not all of the test results show the deployment failure.
@lukasj could you please add the `challenge` label to this issue. Thank you!
> @scottmarlow try to employ `` element when pasting large codeblocks/stacktraces (how to is ie [here](https://gist.github.com/scmx/eca72d44afee0113ceb0349dd54a84a2)) to make reports more readable and requiring less scrolling Thanks @lukasj , I pasted...
List of challenged tests: > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest4_from_stateful3 > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest3_from_appmanaged > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest1_from_appmanaged > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest1_from_stateful3 > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest5_from_stateful3 > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest1_from_pmservlet > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest1_from_stateless3 > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest5_from_pmservlet > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest4_from_puservlet > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest1_from_puservlet > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest5_from_puservlet > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest2_from_appmanagedNoTx > test=com/sun/ts/tests/jpa/core/entitytest/biginteger/Client.java\#persistBasicTest4_from_appmanaged...