I have a simple two table application written in Spring MVC and which uses Hibernate. Everything works perfectly well but if I try to unit test one of the controllers, I get
Another workaround can be found here: https://issues.jboss.org/browse/WFCORE-209
workaround 1 update the javaee/api/main.module.xml as followed:
though this is non-portable.
workaround 2
update jboss-deployment-structure.xml as followed:
this is fully portable