Arkillian with wild mail 10

Look for a tutorial on Arkillian with wild mail 10.
I tried this tutorial. When I try to run it, I get the following error. Caused by:

org.jboss.modules.ModuleNotFoundException: org.jboss.as.embedded:main
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:240)
at org.jboss.as.embedded.EmbeddedServerFactory.create(EmbeddedServerFactory.java:119)
at org.jboss.as.embedded.EmbeddedServerFactory.create(EmbeddedServerFactory.java:99)
at org.jboss.as.embedded.EmbeddedServerFactory.create(EmbeddedServerFactory.java:82)
at org.jboss.as.arquillian.container.embedded.EmbeddedDeployableContainer.setup(EmbeddedDeployableContainer.java:47)
+4
source share
1 answer

got this solution and it works fine with wildfly 8.0 and if you want to work with 10.0 it's just a matter of changing the version in POM

+1
source

All Articles