I have tried to add tomee support to my Jakarta EE 9 starter template project.
https://github.com/hantsy/jakartaee9-starter-boilerplate But the tests against tomee embedded always failed. [org.apache.myfaces.webapp.StartupServletContextListener] java.lang.NoClassDefFoundError: com/sun/faces/application/ValueBindingValueExpressionAdapter I added tomee-mojara does not help. The complete arquillian tomee embedded config is here. https://github.com/hantsy/jakartaee9-starter-boilerplate/blob/master/pom.xml#L2006-L2058 --- Regards, *Hantsy Bai* Self-employed consultant, fullstack developer, agile coach, freelancer/remote worker GitHub: https://github.com/hantsy Twitter: https://twitter.com/@hantsy Medium: https://medium.com/@hantsy
