marlewe commented on issue #1763: URL: https://github.com/apache/jena/issues/1763#issuecomment-2687567037
Hi, I'm trying to get the Fuseki 5.3.0 .war file working with the Tomcat 10 or 11 docker container. I'd like to connect Fuseki to Tomcat users. I'm getting a `java.lang.NoSuchMethodError` while startup (`Shiro environment initialization failed`). It is caused by omnifaces 3.14.6 which still uses javax instead of jakarta. Tag 4.4 of omnifaces seems to use jakarta at that specific point: `jakarta.enterprise.inject.spi.BeanManager org.omnifaces.util.Beans.getManager()` I'm not vary familiar with the java world and i'm aware that this may not be the only snippet with a javax/jakarta problem, but maybe it helps at least a bit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
