4

Looking for a tutorial on Arquillian with wildfly 10.
I have tried this tutorial I am getting the following error when I try to run it. 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)
Michael_Scharf
  • 33,154
  • 22
  • 74
  • 95
Malik Firose
  • 389
  • 1
  • 5
  • 14
  • Hi guyz, got this solved, and this works fine with the wildfly 8.0 and if you want to work with 10.0 its just the matter of changing the version in POM – Malik Firose Mar 28 '16 at 14:00
  • 3
    Please write an answer with your solution instead of a comment. – CSchulz May 10 '16 at 20:51

1 Answers1

1

got this solved, and this works fine with the wildfly 8.0 and if you want to work with 10.0 its just the matter of changing the version in POM

Malik Firose
  • 389
  • 1
  • 5
  • 14