Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] why does the servlet container not have access to jakarta.security.enterprise.jar?

Hi,

It definitely has access to it, otherwise it would not even try to load SamRegistrationInstaller. It knows it needs to load this from the META-INF/services file. What typically happens is some OSGo version mismatch, and Felix then decides to not print or log any error because the class is dynamically loaded. Maybe in Felix' main use case this made sensen, but it doesn't in the case of loading initalizersĀ in GF.

Kind regards,
Arjan



On Fri, Mar 18, 2022 at 2:54 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Is there already a tracking GlassFish issue for the "org.glassfish.soteria.servlet.SamRegistrationInstaller not found" error asked inĀ  [1]?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/issues/900

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top