David Matějček
David Matějček
And this is in server.log: ``` [2024-07-06T13:02:23.340222+02:00] [GF 7.0.16-SNAPSHOT] [SEVERE] [] [jakarta.enterprise.system.core] [tid: _ThreadID=87 _ThreadName=admin-listener(1)] [levelValue: 1000] [[ org.glassfish.jersey.jsonp.internal.JsonProcessingAutoDiscoverable java.lang.ClassNotFoundException: org.glassfish.jersey.jsonp.internal.JsonProcessingAutoDiscoverable at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:2102) at org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:986) at org.jvnet.hk2.osgiadapter.OSGiModuleImpl$4$1.run(OSGiModuleImpl.java:467) at org.jvnet.hk2.osgiadapter.OSGiModuleImpl$4$1.run(OSGiModuleImpl.java:464) at...
Aha, and yet one ... bit weird it goes after the previous one. So it seems the problem is that GlassFish 7 depends on older jakarta annotation 2.1.1.: ``` Unable...
Rebased to master and removed the revert - and voila! Magic happened, both admin-tests and application-tests pased locally with JDK21 and JDK11. EDIT: But not on CI, hmmm ...
The issue with Annotations seems resolved after the rebase (yasson?). Yeah, maybe the cache cleanup could help ... it was executed in December for the last time ... lets go...
I believe it duplicates #24138 . The problem is that GF uses SLF4J1 and it is mandatory because of xmlsec.
Hi, I guess there are two possible workarounds: * Avoid using Java Util Logging in agent which I believe is not useful for you * Explicitly start glassfish with the...
> git checkout appclient-jndi I don't see such branch, but I can see your branch `correct_jpa_sunappclientxml`, is it the right one? Expectation: having built glassfish 8.0.0-SNAPSHOT and having the clone...
Oh, I forgot there are two repositories, thanks! Now I reproduced it.
@scottmarlow I have enabled full glassfish logging (remove all logger in GlassFish's logging.properties and set just `.level=FINEST`) and based on this log: ``` [2024-11-07T15:13:22.535024+01:00] [GF 8.0.0-SNAPSHOT] [FINE] [] [jakarta.enterprise.system.tools.deployment.dol] [tid:...
I was thinking about it, but I did not have time yet to take a look how it is done in old tests.I think it should be possible to use...