Lenny Primak

Results 199 comments of Lenny Primak

Hi, Elif, Please reopen this. Just because it's not "reliably reproducible" at the moment doesn't mean the issue doesn't exist. I have worked hard to reproduce this issue, and even...

Hi, Felix, Actually `add-library` is irrelevant to the problem. The issue exists whether the libraries are in `/lib` or `/applib`, using `add-library`, `--libraries` or not, it doesn't matter. Easiest test...

Ok, I’ll create a branch Just FYI the target doesn’t really make a difference but I do get the need tor an easier reproducer. I’ll get something going

Hi, Felix, I have created a much simpler reproducer and re-worked the issue description [above](https://github.com/payara/Payara/issues/6405#issue-1896029584). Please take a look, it should be true http://sscce.org so you can easily see the...

Thank you Felix. BTW your maven must be ancient for you to need to add anything. If you upgrade to latest maven it should work out of the box.

Have you seen / implemented this: https://docs.payara.fish/community/docs/documentation/payara-server/classloading.html You would need to do both payara-web.xml with delegate set to false *and* the system property to turn it off globally

Does it work? The article has all the answers that I have :) I think EclipseLink includes some oracle stuff so it clashes unless you turn off delegation

Did you also include the system property `fish.payara.classloading.delegate` to false? You need to do both

Did you put your JDBC driver into /lib directory? And make sure it's not anywhere else in your project as a dependency? If it is, it will "block" the right...