Replies: 1 comment
-
5.0.0.Alpha6 will not work with WildFly 23. The 5.x versions use Jakarta EE 9+. You'd need to use 4.0.0.Alpha6, or 4.0.0.Alpha5. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm really stuck trying to run Arquillian with a Wildfly 23 server.
Arquillian correctly starts the Wildfly server but then nothings happens without any further infos except this message :
Managed server was not started within [60] s
Heres is what I get in the logs :
Here is the content of the arquillian.xml file :
Any idea what could be wrong ?
Is there any debug log I can enable to have more infos ?
I'm using the latest version of the library :
Running and compiling with Java 11.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions