Ondro Mihályi
Ondro Mihályi
Hi, the problem isn't in GlassFish but in your configuration. You placed the annotation `@OpenIdAuthenticationMechanismDefinition` on the servlet `ProtectedServlet`. Your project contains an empty `beans.xml`, which in Jakarta EE means...
Your Jakarta EE and Spring code isn't the same. Your Spring code returns a list of `Post` entities, which are then mapped by Jersey to the response. Your EE code...
What exception you get in server.log now?
I tried out the admingui7 branch and it seems that the Admin Console works, at least with the basic scenarios I tried (deploy an app, modify HTTP and Logger config,...
Hi @arjantijms , is this still relevant?
I think this is already resolved - I didn't find any references to the old namespaces in the spec. Only in the appendices, which refer to older versions of JSF....
Actually, my first gut feeling was that a task submitted during deployment will be scheduled right after the deployment is finished. That would allow triggering some action as the first...
This wasn't fixed for EE 10, we should fix it later. Ideally together with extracting the TCK to the Messaging project.
I think it's the same as this old issue: https://github.com/jakartaee/messaging/issues/178 I'll close the old issue and will keep this new one.
The old issue #178 suggested `MESSAGE_ACKNOWLEDGE` as the name of this property. @eolivelli, I see that you suggested to name it `INDIVIDUAL_ACKNOWLEDGE`, which is already used in Pulsar and ActiveMQ...