waldi5001
waldi5001
To use the ResourceAdapter in other ApplicationServers, use of TransactionManager is removed. From the javadoc: The TransactionManager is intended for use by the application server, the TransactionSynchronizationRegistry for use by...
LazyLoading with @Inheritance(SINGLE_TABLE) doesn't honor the discriminator value, which result in a WrongClassException
Hello, with Java 11 and the attach API java.lang.* classes can not compiled. With Java 14, it works fine. Please see the attached project for a running sample: ``` java...