minfrin

Results 117 comments of minfrin

Found the source of the Oracle XML parser: https://github.com/eclipse-ee4j/jersey/blob/8105415f9a6356de774c8ffe6ab5dfa77934b69f/core-common/src/main/java/org/glassfish/jersey/internal/util/SaxHelper.java#L41 For some reason jersey has hard coded the name of an Oracle implementation of the class `oracle.xml.jaxp.JXSAXParserFactory`. Trying to use this...

Please don't break applications for other people.

Upgrading tomcat7/java8 code to tomcat9/java17. Jersey (2.40) jars are in the tomcat class path, while application is inside a war file. Moving jersey out of tomcat and into war works...

> As I understand the issue, you have one classloader for JAX-RS Application class loaded by the classloader of Tomcat and the second classloader that loads the war application. But...

Further info - in the world of MSIX, applications are sandboxed from one another. With MSIX being the way forward, there needs to be docs on how to package a...

After a host of false starts, it's become apparent that MSIX and browser extensions are fundamentally incompatible with each other with no workaround. Raised this to make sure the docs...

What made a difference was modifying the machine to be IPv6 only. Looks like dual stack behaviour is currently broken.

This was fixed here: http://mail-archives.apache.org/mod_mbox/apr-commits/201906.mbox/%[email protected]%3E in r1861954.

AX_PROG_CC_FOR_BUILD was missing from the path, added in r1871998.

Confirmed as a problem for me as well in 2024, Windows 10 LTSC.