Michael
Michael
@rfelcman Thank you for investigating and providing the test project. **Finally** Finally I removed the _detach_ command from our productive code as it is not really necessary at that place....
We have now progressed further in the Jakarta EE9 migration and have also been able to carry out a larger amount of tests. More code passages with calls to `detach`...
When I change the FetchType from LAZY to EAGER at all places like this ``` @OneToMany(cascade = {CascadeType.Detach}, fetch = FetchType.LAZY, mappedBy = "mapped", targetEntity = Target.class) ``` there is...
The workaround described here is working for me: https://github.com/icatproject-contrib/icat-ansible/pull/83#issuecomment-1080535203 1. Move down `glassfish/domains/domain/lib/ext/ojdbc8.jar` to `glassfish/domains/domain/lib` 2. Move `glassfish/modules/org.eclipse.persistence.oracle.jar` to `glassfish/domains/domain/lib` I leave this bug report open, as this is just...
I am searching for a commit which removes the `glassfish/modules/org.eclipse.persistence.moxy.jar` from the distribution, but without success. I was looking at places like this: https://github.com/eclipse-ee4j/glassfish/blob/b815a64171ffefc73025c2eefde46785b89d960d/appserver/distributions/glassfish/src/main/assembly/glassfish.xml
Would it be a viable way to extend variable substitution in the domain.xml to --module-path as well?
@OndroMih, thank you for investigating in this issue. Since I don't know of any reason why the classpath pre- and suffix should not be re-enabled, I think this is a...