Hello Community. I was running some testing using Jakarta Namespace and its deployment descriptors for web.xml, beans.xml and faces-config.xml with this simple webapp:
https://github.com/gdiazs/web-example - JSF had issues (it is already reported and fixed here TOMEE-3754) - Eclipse Krazo 2.0.1 which is for jakarta namespace is not working. The web-fragement has schema validation issues during startup jakarta.xml.bind.UnmarshalException: unexpected element (uri:" https://jakarta.ee/xml/ns/jakartaee", local:"web-fragment"). Expected elements are <{http://java.sun.com/xml/ns/javaee}handler-chains>,<{ http://java.sun.com/xml/ns/javaee}web-fragment> at runtime it throws this exception: java.lang.NullPointerException: Cannot produce Configuration java.base/java.util.Objects.requireNonNull(Objects.java:246) org.eclipse.krazo.jaxrs.JaxRsContextProducer.produceConfiguration(JaxRsContextProducer.java:54) I've attached the trace, and let me know how I can help :), Regards, Guillermo Díaz.
