eclipse-ee4j / eclipse-ee4j/krazo-extensions
Jinja2 ViewEngine Extension does not work on WildFly 25
- Dominant language
- Java
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
PR eclipse-ee4j/krazo#274 added a Jinja2 ViewEngine Extension.
Unfortunately it seems that Wildfly is having problems with Jinjava.
When running the testsuite on WildFly, @erdlet experienced an error with the following root cause:
`Caused by: java.lang.ClassNotFoundException: jinjava.jakarta.el.ExpressionFactory`
When I tried to reproduce it, I got another error instead:
`java.lang.NoClassDefFoundError: Failed to link org/eclipse/krazo/test/ext/jinja2/MyApplication (Module "deployment.5b3a22c8-32e8-4c09-a3e6-5baa2469fb1c.war" from Service Module Loader): jakarta/ws/rs/core/Application`
@erdlet mentioned in the PR that it could be namespace switch related.
This should be further investigated.
Contributor guide
Assessment
This issue has not been assessed yet.