Arjan Tijms
Arjan Tijms
> Does anyone know why GlassFish is failing the Concurrency test on Web Profile yet? A new test was added that for some reason fails. It fails on both the...
> According to https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-10.0-TCK-results, the Concurrency TCK test only fails on Web Profile but not Full Platform mode. I think that the Full Platform mode simply excludes that test. If...
@lukasj the check seems to pass now
> Usually more helpful Good one, I'll look at it next time. Thanks!
Turns out the initial values and behaviour were right after all, but the javadoc and therefor the TCK assertion was wrong. This was rectified in https://github.com/jakartaee/servlet/issues/377 and therefor this issue...
Let's target this to 6.2.4 and finally try to fix it.
@lukasj the cause seems to be because of this change. In `jakarta.xml.bind.ContextFinder.find(String, String, ClassLoader, Map)`: In 4.0.0 ```java Class ctxFactory = (Class) ServiceLoaderUtil.lookupUsingOSGiServiceLoader( JAXBContext.JAXB_CONTEXT_FACTORY, logger); ``` Where JAXB_CONTEXT_FACTORY = "jakarta.xml.bind.JAXBContextFactory"...
Other parts of GF seem to dislike the EclipseLink JAXB provider as well, e.g. ``` Unknown JAXBContext implementation: class org.eclipse.persistence.jaxb.JAXBContext com.sun.xml.ws.spi.db.DatabindingException: Unknown JAXBContext implementation: class org.eclipse.persistence.jaxb.JAXBContext at com.sun.xml.ws.spi.db.BindingContextFactory.getJAXBFactory(BindingContextFactory.java:226) at com.sun.xml.ws.spi.db.BindingContextFactory.create(BindingContextFactory.java:120)...
@lukasj could you take a look at this? Would be nice to have fixed (it has been reported a long time ago already)
Thanks @lukasj, sounds good!